Articles by Tag #dotnetcore

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Hidden NET 9 gems

Introduction When Microsoft announces a new version of the NET Framework there are release...

Learn More 98 0Nov 24 '24

ChatGPT custom GPT and C#

Introduction When displaying an image on a web page, it's recommended that the alt...

Learn More 69 3Mar 30

Storing passwords safely (C#)

Introduction Learn and easy way to stored passwords in a SQL-Server database table using...

Learn More 57 26Nov 3 '24

C# Search by multiple strings

Introduction Usually when there is a need to determine if a string has multiple...

Learn More 45 8Nov 17 '24

GitHub Copilot: Use prompt files for Visual Studio

Introduction With GitHub Copilot active in Microsoft Visual Studio, learn how to create...

Learn More 36 1Jun 22

Working with interfaces

Introduction In C#, interfaces are powerful for designing flexible and reusable code. An...

Learn More 24 7Jan 12

Kafka Producer and Consumer Example in .NET 6 with ASP.NET Core

In this blog, we’ll dive into Kafka, a distributed streaming platform, and learn how to create a...

Learn More 19 0Nov 23 '24

🧱 Building a Todo List API with .NET Core Minimal APIs 🚀 A Simple & Powerful Guide

🚀 .NET Core's Minimal APIs offer a streamlined approach to building HTTP APIs with reduced...

Learn More 14 0May 20

Understanding Kafka and Zookeeper: How They Enhance Your .NET App

In the modern era of software development, the need for efficient data streaming and real-time data...

Learn More 13 0Oct 22 '24

Import specific properties from JSON

Introduction Learn how to read a json string with known properties and remove unwanted...

Learn More 10 1Jun 1

.Net Core Microservice Communication Using Kafka.

In today’s data-driven world, real-time data processing is critical for many applications. To meet...

Learn More 10 0Dec 20 '24

A Complete Guide to Quartz.NET Job Scheduling in ASP.NET Core

Introduction Quartz.NET is an open-source job scheduling library for .NET applications,...

Learn More 9 0Mar 16

Data Retrieval with Paging, Filtering, and Projection in .NET Core

We’re going to dive deep into the holy trinity of performance optimization in your .NET Core API:...

Learn More 8 2Oct 24 '24

Liskov Substitution Principle in C# with Bird Example

The Liskov Substitution Principle (LSP) is one of the five SOLID principles of object-oriented...

Learn More 8 4Oct 24 '24

Implementing the Saga Pattern in C#

The Saga pattern is a design pattern that addresses the complexities involved in managing distributed...

Learn More 8 4Nov 13 '24

.Net tarixi

1. Dastlabki bosqichlar (1990-yillar): • 1990-yillarning oxirida Microsoft zamonaviy,...

Learn More 7 0Jan 9

NET 9 BinaryFormatter migration paths

Introduction With the release of .NET 9 Core Framework, BinaryFormatter Class is now...

Learn More 7 0Nov 30 '24

Missed the Last 10 Years of C#? Read This Quick Catch-up Guide

I originally posted this post on my blog a long time ago in a galaxy far, far away. Here's an...

Learn More 6 2Mar 31

Simplifying Microservice Development with .NET Aspire, Dapr and Podman

Microservices architecture has revolutionized modern application development, offering unparalleled...

Learn More 6 0Jan 19

Constructor in C#🟪

*A constructor is a method in a class named similarly to the class. which is executed when we create...

Learn More 6 0Jul 6

Static vs Non-Static Constructor in C#

NOTE:- Constructors do not have a return type, even void. Why do we need a constructor? Ans: - To...

Learn More 5 0Jul 16

SwaggerUI setup ASP.NET Core Web API

1) Select the ASP.NET Core Web API project template 2) Enable OpenAPI support 3) Install...

Learn More 5 0Aug 7

Visual Studio shared user secrets

Introduction Learn how to create common user secrets for desktop and web applications,...

Learn More 5 6Jul 20

Window Forms Dark mode

Introduction Learn how to support dark mode for Windows Forms projects targeting .NET 9...

Learn More 5 0Nov 16 '24

Types of constructors in C#

There are four types of constructors - Default constructor Parameterised constructor Copy...

Learn More 5 0Jul 7

Serilog filter log files by type

Introduction Learn how to split log data using Serilog FilterExpression for any project...

Learn More 4 0Feb 10

EF Core Database/Tables exists

Introduction Learn how to determine if a database exists and if the required tables exist,...

Learn More 4 0Feb 23

C# Override Records ToString

Introduction Learn how to control formatting records by overriding ToString method along...

Learn More 4 1Jun 9

Visualize Asp Net Core metrics with Grafana

Spoiler: In this article, we’ll walk through how to collect and visualize metrics from an ASP.NET...

Learn More 4 0Feb 3

Understanding NotNullWhen in C#

Meta Descripation: Learn how the NotNullWhen attribute in C# enhances null-state analysis, ensuring...

Learn More 4 0Nov 12 '24