WCF interview questions: - How does WCF differ from Web services?
- By Shiv Prasad Koirala
- Sep 8th, 2011
- 86
- 0
WCF services can be hosted in multiple protocols like http, TCP etc. Web services can only be hosted on Http protocol.
.NET interview questions: - Delay signing in .NET?
- By Shiv Prasad Koirala
- Sep 5th, 2011
- 53
- 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
ASP.NET interview questions: - Write the ways of doing Tracing in ASP.NET?
- By Shiv Prasad Koirala
- Aug 30th, 2011
- 73
- 0
Tracing: - Tracing is a way to monitor the execution of your ASP.NET application. You can record exception details and program flow in a way that doesn't affect the program's output.
.Net Interview Question:-Explain the procedure to declare Interfaces as private?
- By Shiv Prasad Koirala
- Aug 24th, 2011
- 101
- 0
Sometimes I am surprised with some questions which come up during .NET interview and this one is one of them. I really do not understand why people ask such questions and how useful it is practically.


