Question 1 – What is ASP.NET?
Answer: ASP.NET is a popular web development framework developed by Microsoft. It allows developers to create dynamic web applications, web services, and web pages using various programming languages such as C# and VB.NET.
Question 2 – What is View State?
Answer: View State is the method to store the Value of the Page and Controls between round trips. It is a Page-Level State Management technique.
Question 3 – What is MVC?
Answer: MVC stands for Model View Controller. It is a design pattern that is used to separate business logic. It is used to develop the highly customized application.
Question 4 – What are Cookies in ASP.NET?
Answer: Cookies are a State Management Technique that can store the values of control after a post-back. Cookies can store user-specific information on the client’s machine
Question 5 – What are Web Services in ASP.NET?
Answer: A Web Service is a software program that uses XML to exchange information with other software via common internet protocols.
Question 6 – What is Query String in ASP?
Answer: A Query String is helpful when we want to transfer a value from one page to another.
Question 7 – What is the difference between authentication and authorization?
Answer: Authentication is a process of identifying user where as authorization is used to check the access rights of an identified user.
Question 8 – What is the difference between ASP and ASP.NET?
Answer: ASP is a server-side scripting language that uses VBScript or JScript as its scripting language, whereas ASP.NET is a web application framework developed by Microsoft that supports multiple programming languages.
Question 9 – What is the difference between ASP and ASP.NET?
Answer: Some benefits of using ASP.NET include increased performance, improved security, and a rich set of development tools and features.
Question 10 – What is the role of the Global.asax file in ASP.NET?
Answer: The Global.asax file is used to handle application-level events such as Application_Start, Application_End, and Session_Start.
Question 11 – What is caching in ASP.NET?
Answer: Caching is the process of storing frequently accessed data in memory to improve the performance of an application.