|
You are here |
damienbod.com | ||
| | | | |
wildermuth.com
|
|
| | | | | Adding health checks to your ASP.NET Core projects is simple and easy, but how do you get them exposed in your OpenAPI specification? Let me show you how! | |
| | | | |
www.darrenhorrocks.co.uk
|
|
| | | | | Building APIs that handle large datasets can be a challenge. A common approach is to collect all the data into a list, convert it to JSON, and then send it all at once. But what happens when that dataset is massive? Your API might freeze up while it's building the response, and you could end up with a huge memory footprint. Fortunately, ASP.NET Core provides a great solution for this problem: IAsyncEnumerable. | |
| | | | |
jameschambers.com
|
|
| | | | | Integrating a simple test to help prevent malignant input on your site is as simple as integrating a few lines of code into your website. Now, if I could I'd pinch myself to make sure I'm not a robot, | |
| | | | |
www.stevejgordon.co.uk
|
|
| | | In this post, I cover the steps required to create and sign a JWT and use it to authenticate a GitHub App built using .NET. | ||