no dogma blog
no dogma blog
Blog Posts
Podcast
Web API Lambda Course
Polly Course
Photos
Contact
Support this Site
About
RSS
Light
Dark
Automatic
Middleware
Passing Configuration Options Into Middleware, Services and Controllers in ASP.NET Core 3.1
Full source code here. I recently hit a problem where I needed to reload configuration settings as they changed, fortunately, this is relatively straightforward when using the IOptionsMonitor, in .NET Core.
Dec 1, 2019
#
dotNet Core 3.1
,
AspNet
,
Dependency Injection
,
IOptionsMonitor
,
Middleware
,
Options
,
WebApi
Alter response header in Web API to return machine name
Full source code available here. I recently hit a problem where I was getting incorrect responses from a server behind a load balancer. Looking at the logs didn’t help because there was no error.
Aug 7, 2018
#
dotNet Core 2
,
AspNet
,
Middleware
,
WebApi
Cite
×