Welcome to weblogs.com.pk Sign in | Join | Help

Nasir Ali Khan

Believing is easier than thinking. Hence so many more believers than thinkers.

Browse by Tags

All Tags » C# » Microsoft Technologies   (RSS)
Implement the Soundex function in C#
beauty! http://blogs.techrepublic.com.com/programming-and-development/?p=656&tag=rbxccnbtr1 Cheers Nasir Ali Khan Read More...
Introduction to .net Language Integrated Query (LINQ)
Intended Readers : Persons having basic knowledge of C# 3.0, generics, anonymous methods Platform : C# 3.0, LINQ Level : Expert Background In my previous blog , I discussed some of the new features introduced in C# 3.0 (C# Orcas) that was just the introduction, Read More...
A Developers Introduction to Dynamic Assemblies
Intended Readers : Persons having basic knowledge of assemblies, IL, meta data. Platform : .NET 1.1 Level : Intermediate Introduction Assembly is a basic deployment unit in .NET framework it contains types, resources code etc. Assemblies can be classified Read More...
Introduction to .NET Code Providers
Intended Readers : Persons having basic knowledge of assemblies, compilation process and phases Level : Intermediate Platform : .NET 1.1, C# 1.1 Background Traditional language compilers expose their functionalities and services through command line interface, Read More...
Anatomy of Generics in C# 2.0
Intended Readers: Persons having basic knowledge of C# and C++ Level: Intermediate Introduction Generics allows us to define the general code template regardless of any type and later on the concrete Generic Type is instantiated by supplying the actual Read More...