ASP.net : Common Interview Questions
1 minute read
- What is MS .NET?
- What is IL/MSIL? What is CLR?
- How ASP.net works in web?
- What is the difference between layer and tire?
- How ASP.net Provider model works?
- What is directive in asp.net pages?
- What is master page and contant page?
- What is ASP.net themes? How it works?
- What is web.config and machine.config?
- What is the difference between “Web.config” and “Machine.Config”?
- What is state management in ASP.net? What is server side and client side state management?
- How view state, hidden field and cookies works?
- How query Strings , control State are managed?
- How application state, session state are managed?
- What is caching how it works?
- What is the use of @ Output Cache directive in ASP.NET.
- What’ is the sequence in which ASP.NET events are processed?
- In which event are the controls fully loaded?
- How does ASP.NET maintain state in between subsequent request?
- What is event bubbling?
- How do we assign page specific attributes?
- How do we ensure view state is not tampered?
- What is the use of @ Register directives?
- What is the use of Smart Navigation property?
- What is AppSetting Section in “Web.Config” file?
- Where is the ViewState information stored?
- How can we create custom controls in ASP.NET?
- How many types of validation controls are provided by ASP.NET?
- Can you explain “AutoPostBack”?
- How can you enable automatic paging in DataGrid?
- What is the use of “GLOBAL.ASAX” file?
- What is a SESSION and APPLICATION object?