How do you convert a string into an integer in .NET
Mention some action filters which are used regularly in ASP.Net MVC?
If I have multiple filters implemented, what is the order in which these filters get executed?
What is the greatest advantage of using asp.net mvc over asp.net webforms?
what are background threads? give ex?
What is side-by-side execution? Can two application one using private assembly and other using Shared assembly be stated as a side-by-side executables
What is namespace used for loading assemblies at run time and name the methods?
What is entity client data provider? : Entity framework
What is the difference between adding routes, to a webforms application and to an mvc application?
What is Globalizationa and Localization
Diffence between .net framework 1.0 and 2.0?
Possible ways to prevent xss attacks on mvc application?
What is action methods in web api?