What is asp.net mvc5? : Asp.Net MVC
What are validator? Name the validation controls in asp.net? How do you disable them?
What is the difference between excute query and excute nonquery.?
difference between writing connection string in web.config through connection string and appsettings
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
What is the difference between page.registerclientscriptblock and page.registerstartupscript?
What is Web API Routing?
What is mta?
What is http response header?
You have two buttons in web form and i clicked on one of the button, so how do i find which button i've clicked on the form in my page load?
When do you set "<IDENTITY impersonate="true" />" ?
When is validation done on the client? How does client-side validation improve the efficiency of an application?
We have 2 sites in which one site allows the user with out asking credentials and second one ask for credentials through a log page. What might be the configurations settings for both sites? We can use IIS and web.config files together.