30 June 2021

#ASP.NET

ASP.NET
What is a web application?
What is a web application framework, and what are its benefits?
What are some benefits of ASP.NET Core over the classic ASP.NET?
What is a web server?
What is the MVC pattern?
What is the purpose of the .csproj file?
What is NuGet package manager?
What is the purpose of the Program class?
What is the purpose of the Startup class?
What is the purpose of the wwwroot folder?
What is the purpose of the appsettings.json file?
What is IIS?
What is Kestrel?
What is the difference between IIS and Kestrel? Why do we need two web servers?
What is caching?
What is model binding in ASP.NET?
What is an Action Method?
What are the different types that implement the IActionResult interface?
What is dependency injection?
What is a cookie?
What is routing, and how can you define routes in ASP.NET Core?
What is a RESTful Web Service or a Web API?
What is Entity Framework?
Explain how HTTP protocol works?
Explain the role of the various components of the MVC pattern?
Explain how dependency injection works in ASP.NET Core?
Explain the concept of middleware in ASP.NET Core?
Explain how conventional routing works?
Explain how attribute-based routing works?
When do you choose classic ASP.NET over ASP.NET Core?
What’s the HTTPContext object? How can you access it within a Controller?

No comments:

Post a Comment

Most views on this month