What is the concepts of globalization and localization in .net?
What is AppDomain?Explain how it works.
Is asp.net a programming language or framework?
Difference between Htttppost and Httpget Methods?
What is odata in web api?
What is the use of HttpHandlers? When to use this?
What is the base class of .NET?
What r all the controls in ASP.NET ?
What is postback and autopostback in asp.net?
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
What are user controls and custom controls ?
What is the purpose of the following segment? If ( !IsPostBack) { sqldataAdapter1.Fill (dsusers1); DataGrid1.DataBind (); } a) To populate the DataAdapter the first time the web page id displayed. b) To populate the DataSet every time the web page is displayed. c) To populate the DataAdapter every time the web page is displayed. d)To populate the DataSet the first time the web page is displayed.
Which is better asp.net or php?