#511 – June 23, 2024
Understanding and implementing OAuth flows properly is crucial for ensuring secure and effective authentication and authorization
How to Use C# to Properly Follow OAuth Authentication Flows
3 minutes by Peter Smulovics
OAuth is a widely adopted standard for access delegation, allowing third-party applications to obtain limited access to a web service on behalf of a user. Understanding and implementing OAuth flows properly is crucial for ensuring secure and effective authentication and authorization in your applications. In this article, we will guide you through the process of using C# to follow OAuth authentication flows properly.
Refactor your code with default lambda parameters
5 minutes by David Pine
Explore opportunities to refactor your C# code with default lambda parameters, a new feature in C# 12.
Efficiently Handling Stored Procedures
5 minutes by Pierre Belin
Discover proven strategies and practical solutions for efficiently handling stored procedures in Entity Framework Core and optimize your database interactions.
Health Checks in Your OpenAPI Specs
3 minutes by Shawn Wildermuth
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.
Add Non-Production Endpoints in ASP.NET Application
2 minutes by Harsh Matharu
Non-Production Endpoints are game changer. They greatly, improves the visibility into the system and also enhances the development/testing workflows.