Nowadays, web applications need more real-time communications. For instance, if you create a chat application, you want the user to get messages as soon as
Swagger tooling allows you to generate beautiful API documentation, including a UI to explore and test operations, directly from your routes, controllers and models. Setting it
Annotating the controllers with ApiController attribute in ASP.NET Core 2.1 or higher will enable the behavioral options for the API’s. These behavioral options include automatic HTTP 400
The <customErrors> element under system.web in web.config is used to configure error code to a custom page. It can be used to configure custom pages for any error code
You can use the <customErrors> in web.config to display custom pages when exceptions occurred in MVC application with the response status code 200. For SEO reason, you