You are here |
www.bytefish.de | ||
| | | |
www.daveabrock.com
|
|
| | | | In this post, we build a quick search box that filters our images. | |
| | | |
brockallen.com
|
|
| | | | The Katana cookie authentication middleware supports either a sliding or an absolute expiration, but not both. Recently a client was interested in having both, so I decided to figure out how this could be done. It's quite easy since the cookie authentication middleware allows for aProvider property where you can handle events for interesting activity... | |
| | | |
damienbod.com
|
|
| | | | This post implements a basic ASP.NET Core API using .NET 9 and the Microsoft OpenAPI implementation. The OpenAPI Nuget package supports both Controller based APIs and minimal APIs. Until now, we used excellent solutions like NSwag to produce the API schemas which can be used to auto-generate client code. Code: https://github.com/damienbod/WebApiOpenApi Setup A .NET 9... | |
| | | |
conradakunga.com
|
|
| | This is Part 1 of a series on Dependency Injection |