What is DRY Principle? DRY Principle Example C#

The DRY (Don't Repeat Yourself) principle is a design principle that promotes code reusability and maintainability by avoiding duplication of code. The DRY principle states that every piece of knowledge or logic in a software system should have a single, unambiguous, authoritative representation.
What is DRY Principle? DRY Principle Example C#

ASP.Net Core 6 Free Error Logging NuGet Package RSEasyExceptionHandler.

In this article, I am going to share a free NuGet package which will help you do to the following in the free of cost and package name is RSEasyExceptionHandler.
ASP.Net Core 6 Free Error Logging NuGet Package RSEasyExceptionHandler.

What is an SSL Certificate?

SSL stands for Secure Sockets Layer and, in short, it's the standard technology for keeping an internet connection secure and safeguarding any sensitive data that is being sent between two systems, preventing criminals from reading and modifying any information transferred, including potential personal details
What is an SSL Certificate?

How to save Third-party API Token using IMemoryCache in an ASP.NET Core application

The implementation was pretty simple - I had to invoke an external API for every input request and return the records returned by the API; pretty much the role of an aggregator for some underlying data services.
How to save Third-party API Token using IMemoryCache in an ASP.NET Core application

What is Blazor and what is Razor

Blazor is a single-page app framework for building interactive client-side Web apps with .NET. Blazor uses open web standards without plugins or code transpilation.
What is Blazor and what is Razor

Best Ways to Redirect HTTP to HTTPS and non-www to www in ASP.NET Core

This basic tutorial shows you three ways on how you can implement URL Rewrite rules using the Microsoft.AspNetCore.Rewrite library.
Best Ways to Redirect HTTP to HTTPS and non-www to www in ASP.NET Core

Top 5 best features of Visual studio 2022

Microsoft’s Visual Studio is one of the most popular developer IDEs in the world. Not only is Visual Studio modern, feature-rich, and advanced, but it also gets more frequent updates than any other IDE out there. The next version of Visual Studio is going to be Visual Studio 2022. The Visual Studio team just released the first public preview of Visual Studio 2022.
Top 5 best features of Visual studio 2022

10 Git Commands Every Developer Should Know

Git is nowadays a must-have skill for any developer. There is no way you’ll work on a project without a version control tool. The most famous and used is Git.
10 Git Commands Every Developer Should Know

TOP 10 .NET CORE FEATURES YOU NEED TO KNOW

.Net Core is a lightweight and cross-platform version of the DotNet framework and the awesome thing is Developers required the same expertise to work with Asp.Net Core as .Net Framework.
TOP 10 .NET CORE FEATURES YOU NEED TO KNOW