What is Web API?
Name and describe some HTTP Status Codes and what they express to the requesting client ?
Given an ASP.NET Web Form called WebFrom1, what class does the WebForm1 class inherit from by default? a) System.Web.Form b) System.Web.GUI.Page c) System.Web.UI.Page d) System.Web.UI.Form
How do active server pages work?
What is difference between web config and global asax?
Explain parts of assembly?
What namespaces are imported by default in ASMX files?
What is http session state?
Difference between application and session ?
how many databases and tables are uses in one project?
Can we make a class with class with same;suppose public class abc { public class abc { } }
what is postback implementation?when pre-render event n init event is fired?
What are sessions used for?