DEV Community

.NET

.NET is an open source developer platform, created by Microsoft, for building many types of applications. With .NET, you can use multiple languages, editors, and libraries to build for web, mobile, desktop, gaming, and IoT. Find more at https://dot.net

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Immutable Dictionary and Frozen Dictionary in .NET

Immutable Dictionary and Frozen Dictionary in .NET

15
Comments 3
3 min read
Compiled queries under Entity Framework as a performance enhancement

Compiled queries under Entity Framework as a performance enhancement

6
Comments
4 min read
Deep Dive Into Monitor Class as Hybrid Synchronization Construct in .NET

Deep Dive Into Monitor Class as Hybrid Synchronization Construct in .NET

3
Comments
4 min read
Randomized Fun with Random.Shared.Shuffle and RandomNumberGenerator.GetString in C#

Randomized Fun with Random.Shared.Shuffle and RandomNumberGenerator.GetString in C#

3
Comments 2
2 min read
Safeguarding Avalonia Apps with ByteHide Shield 🛡️

Safeguarding Avalonia Apps with ByteHide Shield 🛡️

2
Comments
2 min read
Understanding Span<T> in .NET: Usage, Comparisons, and Best Practices

Understanding Span<T> in .NET: Usage, Comparisons, and Best Practices

3
Comments 1
3 min read
Simple Way To CreateYour NuGet Package: Step-by-Step Guide

Simple Way To CreateYour NuGet Package: Step-by-Step Guide

Comments 1
3 min read
Please Check Out the CodeBehind Framework

Please Check Out the CodeBehind Framework

Comments
4 min read
Multi-Tenant SaaS Architecture - Database Per Tenant

Multi-Tenant SaaS Architecture - Database Per Tenant

3
Comments 1
6 min read
Exploring Data Mapping Options in EF CORE

Exploring Data Mapping Options in EF CORE

3
Comments
5 min read
Zoio de lula no VScode

Zoio de lula no VScode

20
Comments 8
1 min read
Efficient Long Polling Techniques in .NET đź‘€

Efficient Long Polling Techniques in .NET đź‘€

16
Comments 1
2 min read
Introdução aos Princípios do SQL: Fundamentos Teóricos e Práticos

Introdução aos Princípios do SQL: Fundamentos Teóricos e Práticos

7
Comments
17 min read
Natural Programming ❤️️ with TypeChat & Semantic Kernel

Natural Programming ❤️️ with TypeChat & Semantic Kernel

3
Comments
1 min read
Dominando a Orientação a Objetos em C#: Conceitos Fundamentais e Prática

Dominando a Orientação a Objetos em C#: Conceitos Fundamentais e Prática

9
Comments
6 min read
The DRY, KISS, and YAGNI Principles in .NET

The DRY, KISS, and YAGNI Principles in .NET

3
Comments 1
2 min read
Autofac ComponentRegistryBuilder in ASP.NET Core – How To Register Dependencies

Autofac ComponentRegistryBuilder in ASP.NET Core – How To Register Dependencies

1
Comments
8 min read
Secure Access to Azure Storage Blobs

Secure Access to Azure Storage Blobs

Comments
2 min read
Unleashing the Power of Collection Expressions in .NET 8

Unleashing the Power of Collection Expressions in .NET 8

3
Comments 1
2 min read
C# va .NETga sayohat.

C# va .NETga sayohat.

1
Comments
2 min read
Test Repository in .NET core using In Memory database

Test Repository in .NET core using In Memory database

5
Comments
2 min read
C# dasturlash tilining umumiy ko'rinishi (yohud Main methodi haqida)

C# dasturlash tilining umumiy ko'rinishi (yohud Main methodi haqida)

Comments
2 min read
Understanding of ConcurrentDictionary in .NET

Understanding of ConcurrentDictionary in .NET

7
Comments
3 min read
Mastering CQRS Design Pattern with MediatR in C# .NET

Mastering CQRS Design Pattern with MediatR in C# .NET

17
Comments
3 min read
Advantages of a HashSet over a List in C#

Advantages of a HashSet over a List in C#

6
Comments
1 min read
C# dasturlash tilining umumiy tuzilishi.

C# dasturlash tilining umumiy tuzilishi.

1
Comments
1 min read
Thread Safety C#

Thread Safety C#

26
Comments 2
4 min read
Title: Simplifying Code with Type Aliases in .NET 8 and C# 12

Title: Simplifying Code with Type Aliases in .NET 8 and C# 12

3
Comments 2
2 min read
C# In Practice — Building Tech Support App

C# In Practice — Building Tech Support App

1
Comments
4 min read
AutofacServiceProviderFactory in ASP.NET Core – Problems With Dependency Injection (Part 1)

AutofacServiceProviderFactory in ASP.NET Core – Problems With Dependency Injection (Part 1)

Comments
8 min read
Exploring Primary Constructors in C# 12: Simplifying Class Definitions

Exploring Primary Constructors in C# 12: Simplifying Class Definitions

4
Comments 1
2 min read
Generating C# code programmatically

Generating C# code programmatically

1
Comments
2 min read
Modern C# Development: Get Started with DateOnly

Modern C# Development: Get Started with DateOnly

15
Comments 6
3 min read
.NET Aspire is the best way to experiment with Dapr during local development

.NET Aspire is the best way to experiment with Dapr during local development

1
Comments
7 min read
Visual Basic For…Next Statement – How It Works

Visual Basic For…Next Statement – How It Works

1
Comments
4 min read
Default Interface Implementation or Mix-in design pattern in the C#

Default Interface Implementation or Mix-in design pattern in the C#

Comments
1 min read
Your Friendly Guide to Understanding gRPC in .NET with C#

Your Friendly Guide to Understanding gRPC in .NET with C#

7
Comments
3 min read
How legacy VB6 systems are endangering healthcare providers

How legacy VB6 systems are endangering healthcare providers

11
Comments
4 min read
Automatic interfaces generation in the C#

Automatic interfaces generation in the C#

Comments
1 min read
How to control using interface vs abstract class in c#.

How to control using interface vs abstract class in c#.

Comments
2 min read
How to create an Installer for a Winforms application using Wix for Visual Studio 2022

How to create an Installer for a Winforms application using Wix for Visual Studio 2022

4
Comments 1
3 min read
Why You Should Use GraphQL Playground ⏰

Why You Should Use GraphQL Playground ⏰

Comments
4 min read
Design Patterns in C#

Design Patterns in C#

24
Comments 2
6 min read
Let's Build a Select Component in Blazor

Let's Build a Select Component in Blazor

6
Comments
5 min read
The easiest and best way to create the gitignore file for .Net repositories

The easiest and best way to create the gitignore file for .Net repositories

3
Comments 1
1 min read
C# Delegates In Practice — Implementing Observer Pattern With Delegates

C# Delegates In Practice — Implementing Observer Pattern With Delegates

1
Comments
3 min read
What's a Class, Struct or Record in C#?

What's a Class, Struct or Record in C#?

2
Comments
1 min read
MudBlazor with Blazor Interactive SSR – What You Need To Know

MudBlazor with Blazor Interactive SSR – What You Need To Know

2
Comments
6 min read
Try Catch in C#: The Basics You Need to Know

Try Catch in C#: The Basics You Need to Know

1
Comments 1
9 min read
Developing .NET Inside a devcontainer

Developing .NET Inside a devcontainer

11
Comments
1 min read
Elanat CMS 2.2, File Manager Component is Compatible with .NET Core

Elanat CMS 2.2, File Manager Component is Compatible with .NET Core

Comments
2 min read
GTK4 ColumnView with .NET 8

GTK4 ColumnView with .NET 8

Comments
4 min read
Caching in .NET Full Guide đź’ˇ

Caching in .NET Full Guide đź’ˇ

21
Comments
5 min read
Test JSON for .NET

Test JSON for .NET

Comments
3 min read
Mastering Background Services in .NET Core đź“š

Mastering Background Services in .NET Core đź“š

54
Comments 12
4 min read
Unveiling the Strengths of .NET: Choosing .NET over Node.js

Unveiling the Strengths of .NET: Choosing .NET over Node.js

6
Comments
4 min read
Join us for Azure Developers - .NET Day on April 30!

Join us for Azure Developers - .NET Day on April 30!

5
Comments
2 min read
Stop Using the var Keyword!

Stop Using the var Keyword!

3
Comments 5
1 min read
API Key Authentication Middleware In ASP NET Core – A How To Guide

API Key Authentication Middleware In ASP NET Core – A How To Guide

Comments
6 min read
Quick Overview of Blazor Query Builder Component

Quick Overview of Blazor Query Builder Component

Comments
2 min read
loading...