Wednesday, August 31, 2005

Happy BlogDay 2005

Dudes...
Today is Aug 31st. Wish you all a happy BlogDay 2005. I couldnt add my contribution to BlogDay,(5 new blogs) as I was busy today.

Tuesday, August 23, 2005

GAC in CLR Verson 2.0

Here is a series of 4 article talking about the Global Assemble Cache(GAC) in Common Language Runtime Version 2.0. Wonderful article for those working in Microsoft Technologies.

Friday, August 19, 2005

ILMerge

Microsoft offers tool to combine .Net assemblies, ILMerge. "ILMerge is a utility that can be used to merge multiple .NET assemblies into a single assembly. ILMerge takes a set of input assemblies and merges them into one target assembly. The first assembly in the list of input assemblies is the primary assembly. When the primary assembly is an executable, then the target assembly is created as an executable with the same entry point as the primary assembly. Also, if the primary assembly has a strong name, and a .snk file is provided, then the target assembly is re-signed with the specified key so that it also has a strong name.", says Microsoft site. It is a freely available tool and you can download from Microsoft Download Center.

Tuesday, August 09, 2005

Vista™ for Developers

Developer Platform of Windows Vista™ (formerly code name Windows "Longhorn") , makes it easier to build applications that are more secure, reliable, and manageable. We can describe it as Developer Platform for the Next Generation of Software.

Monday, August 08, 2005

Improving .NET Application Performance and Scalability

Found a nice article on improving .NET Application Performance and Scalability, in MSDN Library.