what is use of entity container?
What are the features that are new in .net 2.0
About Assembly in .NET, types of assemblies, their difference, How to register into GAC. How to generate the strong names & its use ?
6 Answers Infosys, Microsoft, MMTS,
What is strong name?
Can we add constraints to the route? If yes, explain how we can do it?
What are the difference between asynchronous controller implementation between asp.net mvc 3 & asp.net mvc 4?
In .net compact framework, can we free memory explicitly without waiting for garbage collector to free the memory?
When do you absolutely have to declare a class as abstract
will this code works fine? or will it gives error? Object obj=5; int i=6; i=i+obj;
How do you initiate a string without escaping each backslash ?
Difference between <connectionstring> and <appsettings>
What are authentication filters in web api?
What is RouteConfig.cs in ASP.Net MVC 4?