Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
Introduction When Microsoft announces a new version of the NET Framework there are release...
Introduction When displaying an image on a web page, it's recommended that the alt...
Introduction Learn and easy way to stored passwords in a SQL-Server database table using...
Introduction Usually when there is a need to determine if a string has multiple...
Introduction With GitHub Copilot active in Microsoft Visual Studio, learn how to create...
Introduction In C#, interfaces are powerful for designing flexible and reusable code. An...
In this blog, we’ll dive into Kafka, a distributed streaming platform, and learn how to create a...
🚀 .NET Core's Minimal APIs offer a streamlined approach to building HTTP APIs with reduced...
In the modern era of software development, the need for efficient data streaming and real-time data...
Introduction Learn how to read a json string with known properties and remove unwanted...
In today’s data-driven world, real-time data processing is critical for many applications. To meet...
Introduction Quartz.NET is an open-source job scheduling library for .NET applications,...
We’re going to dive deep into the holy trinity of performance optimization in your .NET Core API:...
The Liskov Substitution Principle (LSP) is one of the five SOLID principles of object-oriented...
The Saga pattern is a design pattern that addresses the complexities involved in managing distributed...
1. Dastlabki bosqichlar (1990-yillar): • 1990-yillarning oxirida Microsoft zamonaviy,...
Introduction With the release of .NET 9 Core Framework, BinaryFormatter Class is now...
I originally posted this post on my blog a long time ago in a galaxy far, far away. Here's an...
Microservices architecture has revolutionized modern application development, offering unparalleled...
*A constructor is a method in a class named similarly to the class. which is executed when we create...
NOTE:- Constructors do not have a return type, even void. Why do we need a constructor? Ans: - To...
1) Select the ASP.NET Core Web API project template 2) Enable OpenAPI support 3) Install...
Introduction Learn how to create common user secrets for desktop and web applications,...
Introduction Learn how to support dark mode for Windows Forms projects targeting .NET 9...
There are four types of constructors - Default constructor Parameterised constructor Copy...
Introduction Learn how to split log data using Serilog FilterExpression for any project...
Introduction Learn how to determine if a database exists and if the required tables exist,...
Introduction Learn how to control formatting records by overriding ToString method along...
Spoiler: In this article, we’ll walk through how to collect and visualize metrics from an ASP.NET...
Meta Descripation: Learn how the NotNullWhen attribute in C# enhances null-state analysis, ensuring...