DEV Community

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Elanat CMS 2.2 Released - Under .NET Core

Elanat CMS 2.2 Released - Under .NET Core

2
Comments
4 min read
Nested validation in .NET

Nested validation in .NET

4
Comments 1
8 min read
refactoring C# code advices

refactoring C# code advices

3
Comments 2
1 min read
The Differences Between EntityFramework .Add and .AddAsync

The Differences Between EntityFramework .Add and .AddAsync

3
Comments 1
2 min read
Understanding LINQ While Writing Your Own

Understanding LINQ While Writing Your Own

2
Comments 1
6 min read
Asynchronous Programming in C#: Async/Await Patterns

Asynchronous Programming in C#: Async/Await Patterns

2
Comments
4 min read
Game Dev Digest — Issue #235 - Rendering Tutorials, Physics, Community, and more

Game Dev Digest — Issue #235 - Rendering Tutorials, Physics, Community, and more

Comments
10 min read
Building .NET MAUI Barcode Scanner with Visual Studio Code on macOS

Building .NET MAUI Barcode Scanner with Visual Studio Code on macOS

Comments
8 min read
DO NOT use ASP.NET Identity for Minimal API Endpoints!

DO NOT use ASP.NET Identity for Minimal API Endpoints!

2
Comments
1 min read
Unlock the Power of C# in Polyglot Notebooks

Unlock the Power of C# in Polyglot Notebooks

6
Comments
7 min read
Abstract & Interface in C#

Abstract & Interface in C#

1
Comments
2 min read
Personal Project: Backlog Tracker

Personal Project: Backlog Tracker

2
Comments 1
7 min read
How to C#: Using the JObject Class

How to C#: Using the JObject Class

27
Comments
2 min read
Class : Inheritance✅ | Struct : Inheritance ❌

Class : Inheritance✅ | Struct : Inheritance ❌

Comments
1 min read
Immutable Object in C#

Immutable Object in C#

3
Comments 5
3 min read
FluentValidation inline validate

FluentValidation inline validate

5
Comments 1
4 min read
Key Features of Functional Programming in C#

Key Features of Functional Programming in C#

9
Comments 2
3 min read
Using Multiple DbContexts in a Single Query Execution

Using Multiple DbContexts in a Single Query Execution

7
Comments 1
5 min read
Entity FrameWork

Entity FrameWork

Comments
1 min read
After 1 Year, ASP.NET Core CodeBehind Framework

After 1 Year, ASP.NET Core CodeBehind Framework

1
Comments
6 min read
Master Configuration in ASP.NET Core With The Options Pattern

Master Configuration in ASP.NET Core With The Options Pattern

Comments
7 min read
Practical Reflection in C# Or "In Reflection We Trust"

Practical Reflection in C# Or "In Reflection We Trust"

1
Comments
5 min read
Solving Complex Business Logic for User Registration and Checkout in C# .NET

Solving Complex Business Logic for User Registration and Checkout in C# .NET

Comments
3 min read
Exploring the Internals of Dictionary in C#

Exploring the Internals of Dictionary in C#

11
Comments
4 min read
How To Build RESTful APIs With ASP.NET Core 8

How To Build RESTful APIs With ASP.NET Core 8

27
Comments 1
6 min read
Compilation of C# conference talks from 2023-2024

Compilation of C# conference talks from 2023-2024

9
Comments
3 min read
Enums em C#: Simplificando a Gestão de Constantes

Enums em C#: Simplificando a Gestão de Constantes

4
Comments
4 min read
Integrating PostgreSQL with a .NET: A Step-by-Step Guide

Integrating PostgreSQL with a .NET: A Step-by-Step Guide

1
Comments 2
3 min read
Data Access with Dapper: A Lightweight ORM for .NET Apps

Data Access with Dapper: A Lightweight ORM for .NET Apps

2
Comments
4 min read
How To Use HttpClient on a .NET8 Prerendered Blazor App with Auto/Wasm Rendermode

How To Use HttpClient on a .NET8 Prerendered Blazor App with Auto/Wasm Rendermode

3
Comments
2 min read
Advanced Logging in ASP.NET Core with Serilog

Advanced Logging in ASP.NET Core with Serilog

2
Comments
5 min read
First experience with graphQL

First experience with graphQL

3
Comments
3 min read
C# pass delegate methods as arguments.

C# pass delegate methods as arguments.

2
Comments
1 min read
C# lambdas

C# lambdas

Comments
1 min read
Introduction to Azure with .NET Examples

Introduction to Azure with .NET Examples

2
Comments 3
3 min read
Differences between Asp.net and Asp.net Core

Differences between Asp.net and Asp.net Core

2
Comments
2 min read
C# Delegates, chaining

C# Delegates, chaining

2
Comments 2
1 min read
C# Delegates, overview and simple implementation

C# Delegates, overview and simple implementation

4
Comments
2 min read
C# event-driven programming with delegates and events.

C# event-driven programming with delegates and events.

1
Comments
3 min read
Pattern Matching | Uzbek | C#

Pattern Matching | Uzbek | C#

Comments
2 min read
Pattern Matching | Uzbek | C#

Pattern Matching | Uzbek | C#

Comments
2 min read
StringBuilder | C#

StringBuilder | C#

Comments
3 min read
Static in C# - Part 2

Static in C# - Part 2

4
Comments 2
2 min read
WinForms dynamic buttons

WinForms dynamic buttons

4
Comments 2
11 min read
SQL Server + Docker Compose: como criar e popular bancos de dados ao inicializar os containers

SQL Server + Docker Compose: como criar e popular bancos de dados ao inicializar os containers

6
Comments 1
5 min read
C# PDF Generator Tutorial (HTML to PDF, Merge, Watermark. Extract)

C# PDF Generator Tutorial (HTML to PDF, Merge, Watermark. Extract)

5
Comments 1
7 min read
iTextShartp (Itext 7) VS IronPDF C# PDF Library Comparison

iTextShartp (Itext 7) VS IronPDF C# PDF Library Comparison

4
Comments
7 min read
How to use Proton Mail in the console

How to use Proton Mail in the console

2
Comments
3 min read
How to Sign PDF File in C# (Developer Tutorial)

How to Sign PDF File in C# (Developer Tutorial)

4
Comments
7 min read
Understanding Dispose and Garbage Collection in .NET 🗑️

Understanding Dispose and Garbage Collection in .NET 🗑️

8
Comments 2
3 min read
Fast and Compact Structured Logging in C# Using String Interpolation

Fast and Compact Structured Logging in C# Using String Interpolation

3
Comments
8 min read
Understanding IQueryable<T> in C#

Understanding IQueryable<T> in C#

96
Comments 8
5 min read
Entity Framework e SQL Server

Entity Framework e SQL Server

3
Comments 1
2 min read
Adding Middleware to .NET Desktop Applications

Adding Middleware to .NET Desktop Applications

2
Comments
3 min read
What is code pollution and how to fix it - A dependency injection lesson

What is code pollution and how to fix it - A dependency injection lesson

Comments
2 min read
Classes e Objetos em C# .NET

Classes e Objetos em C# .NET

Comments
7 min read
What You Need To Know About EF Core Bulk Updates

What You Need To Know About EF Core Bulk Updates

Comments
4 min read
I just created a simple & stupid notepad (Looking for advice)

I just created a simple & stupid notepad (Looking for advice)

1
Comments
1 min read
OpenLDAP con CSharp

OpenLDAP con CSharp

2
Comments
2 min read
The Best Way To Map Objects in .Net in 2024

The Best Way To Map Objects in .Net in 2024

7
Comments 2
8 min read
loading...