This second part of the blog series about customizing ASP.NET Core is about the application configuration, how to use it, and how to customize the configuration to use different ways to configure your app. The Series Topics Customizing ASP.NET Core Part 01: Logging Customizing ASP.NET Core Part 02: Configuration Customizing ASP.NET Core Part 03: Dependency Injection Customizing ASP.NET Core Part 04: HTTPS Customizing ASP.NET Core Part 05: HostedServices Customizing ASP.NET Core Part 06: MiddleWares Customizing ASP.NET Core Part 07: OutputFormatter Customizing ASP.NET Core Part 08: ModelBinder Customizing ASP.NET Core Part 09: ActionFilter Customizing ASP.NET Core Part 10: TagHelpers Configure the Configuration As well as the logging, since ASP.NET Core 2.0 the configuration is also hidden in the default configuration of the WebHostBuilder and not part of the Startup.cs anymore. This is done for the same reasons to keep the Startup clean and simple:
I guess you came to this post by searching similar kind of issues in any of the search engine and hope that this resolved your problem. If you find this tips useful, just drop a line below and share the link to others and who knows they might find it useful too.
Stay tuned to my blog, twitter or facebook to read more articles, tutorials, news, tips & tricks on various technology fields. Also Subscribe to our Newsletter with your Email ID to keep you updated on latest posts. We will send newsletter to your registered email address. We will not share your email address to anybody as we respect privacy.
tutorial,web dev,configuration,asp.net core
Stay tuned to my blog, twitter or facebook to read more articles, tutorials, news, tips & tricks on various technology fields. Also Subscribe to our Newsletter with your Email ID to keep you updated on latest posts. We will send newsletter to your registered email address. We will not share your email address to anybody as we respect privacy.
This article is related to
tutorial,web dev,configuration,asp.net core
No comments:
Post a Comment