NetCore Top questions

Post

New Post


Find by name:

NetCore First Name PostDate
What is AspNetCore EndPoint? Endpoint routing is enables you to provide routing information such as HTTPs to middleware by matching the request (URL) processing pipeline.
What is AspNetCore Middleware? Middleware is software that's assembled into an app pipeline to handle HTTPs requests and responses. Such as Cors
What is host in AspNetCore? ASP.NET Core apps configure and launch a host. The host is responsible for app startup and lifetime management. Host configures a server and a request processing pipeline. The host can also set up logging, dependency injection, and configuration.