September 2005 - Posts
Intended Readers: Persons having basic knowledge of generics, anonymous methods etc. Platform: C# 3.0, LINQ, Visual Studio 2005 (Beta 2) Level: Expert Background Microsoft in its recently concluded PDC conference held in USA releases the specifications
Read More...
Intended Readers : Persons having intermediate knowledge of Dynamic assemblies, compilation phases, code generation etc. Platform : .NET 1.1 Level : Expert Background In previous blogs, I discuss some of the services of compilers, code providers and framework
Read More...
Intended Readers : Persons having expertise in .NET remoting, threads etc Level : Expert Platform : .NET 1.1, 2.0 Introduction As we know that .NET Remoting allows remote object invocations and method calls and at application client and server communicates
Read More...
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...
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...
Intended Readers : Persons having basic knowledge of .NET and SQL server, stored procedures. Platform : .NET 2.0, SQL Server 2005 Level : Beginners Introduction Microsoft SQL Server 2005 code name 'Yukon' is a revolution in database development especially
Read More...