WCF interview questions: - How does WCF differ from Web services?
- By Shiv Prasad Koirala
- Sep 8th, 2011
- 37
- 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
- 18
- 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
- 26
- 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.


