What is the difference between a namespace and assembly name in .net?
When we go for html server controls and when we go for web server controls?
Explain how to stop a thread?
What is the difference between function and stored procedure?
What is lambda expressions in c#?
If we want to write a Windows service that cannot be paused, only started and stopped. How to accomplish that?
What are possible implementations of distributed applications in .NET?
What is func in .net 3.5?
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component
How will you load an assembly which is not referenced by current assembly?
What is the model role in Mvc architecture?
How do you define the lease of the object?
Please explain what garbage collection is and how it works. Provide a code example of how you can enforce garbage collection in .net?