Thursday, 4 October 2007

Surf's UP

Last Saturday we took our son to the first time to watch cinema in the theater. He was very excited not because to watch the movie but to get popcorn's and ice cream as well . we watched the movie "Surfs up"

.Net framework 3.5 is goint to be an open source

Microsoft has decided that it will be releasing source code for the .Net 3.5 libraries read more

Tuesday, 4 September 2007

How to create Strongly type assembly

A strong name consists of the assembly's identity. To create a storngly type assembly you must have Public/Private key pair. You can create a key pair by the following command.

sn –k myStrongKeyFile.snk

Above commands will create "myStrongKeyFile.snk" file which you can use in your assembly.

C# Interview Questions

I am creating new section. Here you will find most common .Net questions. I am collection some questions from various blogs. and I am trying to write down their answers.