a904e0f0ef
* IMiddleware/IMiddlewareFactory with SI container topic Update * React to feedback * Update the highlighting on a code block * Remove injected dB context from factory Update * Updates Updates * Updates * Update * React to feedback * React to feedback |
||
---|---|---|
.. | ||
Data | ||
Middleware | ||
Models | ||
Pages | ||
wwwroot | ||
.bowerrc | ||
MiddlewareExtensibilitySample.csproj | ||
Program.cs | ||
README.md | ||
Startup.cs | ||
appsettings.Development.json | ||
appsettings.Production.json | ||
appsettings.json | ||
bower.json | ||
bundleconfig.json |
README.md
ASP.NET Middleware Extensibility Sample
This sample illustrates the use of IMiddleware and IMiddlewareFactory with a 3rd party dependency injection container, Simple Injector. This sample demonstrates the features described in Factory-based middleware activation with a third-party container in ASP.NET Core.