Your Quick Guide to Learn JWT
JWT is short for JSON Web Tokens It is a standard format to transmit data between systems in a secure way through JSON objects This …
Learn. Code. Listen
JWT is short for JSON Web Tokens It is a standard format to transmit data between systems in a secure way through JSON objects This …
This is an in-depth review article on book: Software Architecture for .NET 8 and C# 12 Ready to take your development job to the next …
This is an in-depth review article on book: Apps and Services in .NET 8 by Mark J. Price: A book for Intermediate .NET Developers Presenting …
A shoutout for ilovedotnet.org, a great initiative to share the knowledge of .NET and its related technologies through a platform that provides live demos crafted …
Postman is a comprehensive API building and testing solution, it has many features that can help you and your team test your product endpoints, in …
In this article, we will learn about 13 Libraries in ASP.NET Core every developer should know about. Of course there are thousands of NuGet packages …
Swagger can help you document your APIs by representing your API definition in a JSON format, which is called the OpenAPI Specification document, OpenAPI was …
Knowledge in writing solid and secure Web APIs is an essential skill to learn to become a better API or integration developer, so I have …
Localization is a very important topic when you are planning to build an app or a site targeting multiple cultures and languages. You have to …
In this tutorial I will show you how you can implement exception handling and logging in ASP.NET Core Web API. You will learn the proper …