.Net Interview Questions Tutorial
ASP.NET Interview Questions
This article is about the mostly asked interview questions of asp.net framework. As after the release of .net core, there is new version of asp.net, but this article is specifically about the asp.net web forms which uses older .Net Framework, not the .net core framework.
Q 1. What is ASP.NET?
A. ASP.NET is web application development framework. It was developed by Microsoft on top of their .Net Framework. Now there are two version of Asp.Net, older version which uses .Net Framework (v1 - v4.8) and newer version uses .Net Core framework. Older version is only in support mode as currently .Net 4.8 is the last version of .Net framework (see Last .Net Framework Version ). Web Forms are only supported in older version and there is no plan to include web forms in newer version.
Q 2. What is the main features of asp.net?
A. Below are the main features of Asp.Net:
- Separation of Code from HTML
- Support for compiled languages
- Use services provided by the .NET Framework
- State management
- Update files while the server is running
- XML based configurations