
.NET interview questions: - Delay signing in .NET?
- By Shiv Prasad Koirala
- 2011-09-05
- 3664
- 0
The whole point about strong names is to ensure that the clients (UI, External components etc) who is consuming the DLL knows that the DLL was published from a valid source

.NET interview questions: - Method of parsing values from string.
- By Shiv Prasad Koirala
- 2011-08-16
- 3932
- 0
This is one of the most interesting topics asked by the interviewers to check how you can handle/solve this complicated situation in much easier ways.

.NET interview questions: - What is use the of SN.EXE?
- By Shiv Prasad Koirala
- 2011-08-06
- 6876
- 0
trong name is similar to GUID (It is supposed to be unique in space and time) in COM components. Strong Name is only needed when we need to deploy assembly in GAC.