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...
-
Content negotiation is basically a process of selecting the best representation from multiple representations that are available for a giv...
-
One can register exception filter globally using following code: Web API global filters are registered through the HttpConfiguration obj...
-
What is JWT Token? JWT stands for Jason Web Token. Token-based security is commonly used in today’s security architecture. There are severa...
No comments:
Post a Comment