Options Pattern in ASP.NET Core

Options Pattern in ASP.NET Core

Since the beginning of ASP.NET Core, there has been a great addition in the main features, one of which is the appsettings.json file. In this tutorial you will learn how …

Read More
ASP.NET Core Data Protection API

ASP.NET Core Data Protection API

In this article we will learn about the Data Protection API in ASP.NET Core. This API is not considered something new; It has existed since the days of .NET Framework …

Read More
6 Strategies to Build Resilience in ASP.NET Core

6 Strategies to Build Resilience in ASP.NET Core

In the evolving world of cloud-native and distributed systems, resilience is no longer optional, it’s essential. This article explores how developers can leverage the power of Polly via the new …

Read More
Your Quick Guide to Learn JWT

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 article gives you a foundational …

Read More
Book-review-Software-Architecture-for-.NET-8-and-C-12

Book Review: Software Architecture for .NET 8 and C# 12

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 level? Introducing you this cooperative …

Read More
Book Review - Apps and Services with .NET 8

Book Review: Apps and Services with .NET 8

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 to you this book to …

Read More
API-Configurations-using-appsetting.json-in-ASP.NET-Core-Web-API

API Configurations using appsettings.json in ASP.NET Core Web API

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 by developers for developers with …

Read More
12 Amazing Features in Postman

12 Amazing Features in Postman

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 this document we will learn …

Read More
13 Libraries In ASP.NET Core Every Developer Should Know About.

13 Libraries in ASP.NET Core Every Developer Should Know About

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 and libraries hosted and maintained …

Read More
swagger openapi configurations in ASP.NET Core Web API

Swagger OpenAPI Configurations in ASP.NET Core Web API

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 originally part of Swagger project …

Read More