.NET developers have two options when it comes to OpenAPI or Swagger: Swashbuckle and NSwag. Just decorate your controllers or minimal API endpoints with a bunch of attributes and a NuGet package will generate the swagger.json file for you, right? No. Wrong. That's not how this is supposed to work.
Tim DeschryverWe as developers can make a lot of code work. But, does this mean we're doing it the "right way"? Sometimes it will be, other times there's a better way. And when there's a better way we're often not even aware of it. There are many reasons for this.
.NET gRPC - deep dive - Irina Scurtu - NDC Oslo 2023With an increasing need for scalability and performance dictated by the modern web, it becomes harder and harder to choose an API paradigm that is suitable for service-to-service communication. While the classical models still work and have their own merits, some of them rely heavily on documentati
Adding JWT Authentication & Authorization in ASP.NET CoreCheck out my courses: https://nickchapsas.com Become a Patreon and get source code access: https://www.patreon.com/nickchapsas Hello, everybody, I'm Nick, and in this video, I will show you how to get started with JWT Authentication and Authorization in your ASP.NET Core applications and APIs. Vid
Password strength explainedThe conclusion of my blog posts on the LastPass breach and on Bitwarden’s design flaws is invariably: a strong master password is important. This is especially the case if you are a target somebody would throw considerable resources at.
YARP: Yet Another Reverse ProxyWelcome to the documentation for YARP! YARP is a library to help create reverse proxy servers that are high-performance, production-ready, and highly customizable. Please provide us your feedback by going to the GitHub repository.
A (Relatively Easy To Understand) Primer on Elliptic Curve CryptographySupport me on Patreon to access the source code: https://www.patreon.com/milanjovanovic EF Core is the most popular ORM among .NET developers, and rightfully so. It's common to write LINQ queries with EF Core to execute SQL queries on the database. LINQ can sometimes become verbose when you need to
Problem Details responses everywhere with ASP.NET Core and .NET 7The Problem Details for HTTP APIs RFC provides a unified, machine-readable and standardized recipe for exposing error information out of your HTTP APIs – which is of course beneficial both for the API authors, as well as the integrating parties. ASP.
This Read-It-Later-list is just that, bookmarks of stuff I intend to read or have read. I do not necessarily agree with opinions or statements in the bookmarked articles.
This list is compiled from my Pocket list.