The webHostBuilder() as the name suggests is a factory used to create a web host for a web application. This function also configures the bits needed by the web host to run the application. It is a part of Microsoft.AspNet.Hosting namespace.
Subscribe to:
Post Comments (Atom)
Web API Versioning.
Implement the new feature without impacting the existing consumers we can solve this problem by API versioning. When the business has start...
-
1. What is API(Application programming interface). Web API is an extensible framework for building HTTP based services that can be a...
-
One can use HttpResponseException , HttpError , Exception filters , register exception filters, Exception handlers to handle errors. Excep...
-
The REST API follows all the rules of the REST Architecture. It has a client-server, stateless, cacheable, layer system with a uniform int...
No comments:
Post a Comment