Articles by Tag #dotnetcore

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

Part 1: What is Clean Architecture?

Understanding Clean Architecture I would like to express my gratitude to Gill Cleeren,...

Learn More 413 19Jul 3 '24

Introduction to Microservices with .NET 8

Introduction to the Series Welcome to our series on microservices with .NET 8! In this...

Learn More 223 0Jul 2 '24

Building a Scalable Furniture E-commerce Web API Using .NET Clean Architecture and MongoDB

INTRODUCTION In today's digital era, e-commerce has become a vital component of the global...

Learn More 146 14Jul 8 '24

Hidden NET 9 gems

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

Learn More 98 0Nov 24 '24

C# different way to do a proof of concept

Preface The reader should have a basic understanding of working with classes, interfaces...

Learn More 90 3Sep 15 '24

ChatGPT custom GPT and C#

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

Learn More 68 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

Working with interfaces

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

Learn More 24 7Jan 12

Migrating from .NET Framework to .NET 8:

Why You Should Migrate Migrating from the .NET Framework to .NET 8 is essential for...

Learn More 21 1Jul 1 '24

GitHub Copilot: Use prompt files for Visual Studio

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

Learn More 19 1Jun 22

Implementing CQRS and Event Sourcing in .NET Core 8

In the realm of complex software architectures, Command Query Responsibility Segregation (CQRS) and...

Learn More 16 1Aug 8 '24

Learn FormattableString (C#)

Introduction FormattableString type, introduced with .NET 4.6 which represents a...

Learn More 14 0Sep 2 '24

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 14 0Nov 23 '24

How to Create Custom Middleware in Azure Functions: A Step-by-Step Guide with .NET 8

This blog post will walk us through creating custom middleware in Azure Functions using .NET 8. We’ll...

Learn More 13 0Aug 18 '24

Mastering C# Fundamentals: A Beginner’s Journey into .NET Development

Meta-description: Learn the fundamentals of C#, a versatile and modern programming language. From...

Learn More 13 0Sep 19 '24

Implementing Real-Time Updates with Server-Sent Events (SSE) in C# .NET: A Complete Guide

Introduction Server-Sent Events (SSE) is a web technology where the server pushes...

Learn More 13 0Sep 8 '24

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

🧱 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 10 0May 20

.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 9 0Dec 20 '24

Introducing Awesome .NET Testing ✅

I have a confession to make. I love writing automated tests. That's why I've created...

Learn More 9 0Oct 14 '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

Layered (N-Tier) Architecture in .NET Core

Layered, or N-Tier Architecture, is a traditional software design pattern that organizes an...

Learn More 8 0Oct 8 '24

.Net tarixi

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

Learn More 7 0Jan 9

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 7 2Oct 24 '24

Developer's format helpers

Introduction Learn how to provide assistance for allowing other developers to specify...

Learn More 6 1Jul 7 '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 6 0Mar 16

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