DEV Community

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Getting Started with the .NET MAUI Sunburst Chart Control

Getting Started with the .NET MAUI Sunburst Chart Control

Comments
1 min read
How to Customize the .NET MAUI DataForm Control

How to Customize the .NET MAUI DataForm Control

1
Comments 1
1 min read
Docker-Compose Chronicles: Conquering the Volume Conundrum

Docker-Compose Chronicles: Conquering the Volume Conundrum

Comments
3 min read
Nullability in C#: Detailed Guide

Nullability in C#: Detailed Guide

9
Comments
7 min read
OOP Concepts C# : Mastering

OOP Concepts C# : Mastering

2
Comments
10 min read
Guard Clauses no C#

Guard Clauses no C#

Comments
2 min read
Eventos em C#

Eventos em C#

1
Comments 2
3 min read
Unlock Aerospike Cloud: Exploring the power of the Aerospike LINQPad driver

Unlock Aerospike Cloud: Exploring the power of the Aerospike LINQPad driver

1
Comments
4 min read
What is LOGGING in .NET [8.0] MVC?

What is LOGGING in .NET [8.0] MVC?

6
Comments
1 min read
Better Implementation Of Singleton Pattern in .NET

Better Implementation Of Singleton Pattern in .NET

2
Comments 1
3 min read
Programmatically elevate a .NET application on any platform

Programmatically elevate a .NET application on any platform

Comments
4 min read
Array Initialization in C#: Detailed Guide

Array Initialization in C#: Detailed Guide

6
Comments 2
6 min read
Implementing fine-grained access control with ASP.NET Core custom endpoint metadata

Implementing fine-grained access control with ASP.NET Core custom endpoint metadata

2
Comments
4 min read
Monolithic Architecture in .NET

Monolithic Architecture in .NET

5
Comments 2
3 min read
De 35 à 3 segundos: Melhorando a Performance de um Relatório

De 35 à 3 segundos: Melhorando a Performance de um Relatório

6
Comments
8 min read
How to Import and Export RTF File in Blazor Rich Text Editor Component

How to Import and Export RTF File in Blazor Rich Text Editor Component

Comments
2 min read
EF Core log to file benefits

EF Core log to file benefits

2
Comments
4 min read
Prototype Design Pattern in C#

Prototype Design Pattern in C#

Comments
2 min read
Understanding the C# 10 Memory Model

Understanding the C# 10 Memory Model

Comments
2 min read
C# ASP.NET: Modern Web Geliştirmenin Temel Taşı

C# ASP.NET: Modern Web Geliştirmenin Temel Taşı

Comments
2 min read
Builder Design Pattern in C#

Builder Design Pattern in C#

Comments
2 min read
Abstract Factory Pattern in C#

Abstract Factory Pattern in C#

Comments
3 min read
How to Sort Arrays and Lists in C#

How to Sort Arrays and Lists in C#

10
Comments 1
6 min read
Descomplicando o Mundo da Programação - Um Guia sobre Dependency Injection, ciclo de vida Singleton, Scoped e Transient em .NET.

Descomplicando o Mundo da Programação - Um Guia sobre Dependency Injection, ciclo de vida Singleton, Scoped e Transient em .NET.

2
Comments
11 min read
My 4 most used Visual Studio Keyboard shortcuts.

My 4 most used Visual Studio Keyboard shortcuts.

11
Comments 6
2 min read
NUnit In ASP.NET Core – What You Need To Get Started

NUnit In ASP.NET Core – What You Need To Get Started

Comments
10 min read
C# System.Text.Json

C# System.Text.Json

14
Comments 1
10 min read
Code readability is enhanced with C# 10 top-level statements

Code readability is enhanced with C# 10 top-level statements

Comments
2 min read
Exploring Async Programming in C#

Exploring Async Programming in C#

1
Comments
2 min read
Google Sheets In C# – How To Build Your Own Levels.Fyi!

Google Sheets In C# – How To Build Your Own Levels.Fyi!

Comments
6 min read
6 Options to Implement Auto-Implemented Properties

6 Options to Implement Auto-Implemented Properties

Comments 1
2 min read
Step-by-step Guide to Implementing Multi-Tenancy in WebAPI Using ASP.NET Core Identity

Step-by-step Guide to Implementing Multi-Tenancy in WebAPI Using ASP.NET Core Identity

Comments
6 min read
Asynchronous Programming with Async and Await in C#

Asynchronous Programming with Async and Await in C#

1
Comments
2 min read
Weak Events In C# – How To Avoid Nasty Memory Leaks

Weak Events In C# – How To Avoid Nasty Memory Leaks

2
Comments
6 min read
A Comprehensive Guide to Best Practices and Common Scenarios Using Dependency Injection in .NET 8 with C#10

A Comprehensive Guide to Best Practices and Common Scenarios Using Dependency Injection in .NET 8 with C#10

2
Comments
2 min read
How to Create Accessible PDF Documents in .NET using the PDF Library

How to Create Accessible PDF Documents in .NET using the PDF Library

Comments
1 min read
Hash tables in practice🐯

Hash tables in practice🐯

Comments
4 min read
Learning and Improving Our Code Style with C# 10

Learning and Improving Our Code Style with C# 10

Comments
2 min read
Basics of Game Development with Unity and C#

Basics of Game Development with Unity and C#

Comments
2 min read
Unit Of Work Pattern In C# For Clean Architecture: What You Need To Know

Unit Of Work Pattern In C# For Clean Architecture: What You Need To Know

7
Comments 2
9 min read
Integrating Document and MRZ Detection SDK into .NET MAUI for Windows

Integrating Document and MRZ Detection SDK into .NET MAUI for Windows

Comments
7 min read
Mastering SOLID Design Principles in C#

Mastering SOLID Design Principles in C#

1
Comments
3 min read
Static Helper Class vs. Injected Service: Pros and Cons

Static Helper Class vs. Injected Service: Pros and Cons

Comments
4 min read
SOLID Principles In C# - Liskov Substitution Principle

SOLID Principles In C# - Liskov Substitution Principle

1
Comments
2 min read
CQRS Pattern In C# And Clean Architecture – A Simplified Beginner’s Guide

CQRS Pattern In C# And Clean Architecture – A Simplified Beginner’s Guide

7
Comments 4
8 min read
Simplifying Data Operations with Generic CRUD Operations in C#

Simplifying Data Operations with Generic CRUD Operations in C#

1
Comments
2 min read
ABP Suite: Best CRUD Page Generation Tool for .NET

ABP Suite: Best CRUD Page Generation Tool for .NET

28
Comments
8 min read
WebApplicationFactory In ASP.NET Core: Practical Tips For C# Developers

WebApplicationFactory In ASP.NET Core: Practical Tips For C# Developers

5
Comments 4
8 min read
Learn about Sealed Classes in C#

Learn about Sealed Classes in C#

1
Comments
2 min read
Microservices

Microservices

5
Comments 3
4 min read
Mastering Resource Management in C# with the Disposable Pattern

Mastering Resource Management in C# with the Disposable Pattern

2
Comments
2 min read
Creating Stunning Charts for Your ASP.NET Applications

Creating Stunning Charts for Your ASP.NET Applications

4
Comments
7 min read
What’s the difference between Span<T> and Memory<T>?

What’s the difference between Span<T> and Memory<T>?

Comments
1 min read
Builder Design Pattern using C#

Builder Design Pattern using C#

1
Comments 2
3 min read
Say good bye to controllers: C# Minimal APIs

Say good bye to controllers: C# Minimal APIs

Comments
2 min read
Prototype Design Pattern using C#

Prototype Design Pattern using C#

2
Comments
2 min read
Difference Between Raw SQL and Dapper

Difference Between Raw SQL and Dapper

3
Comments
2 min read
How to read zip files with SharpZip library in C#

How to read zip files with SharpZip library in C#

8
Comments 1
1 min read
Action and Func Delegates in C#

Action and Func Delegates in C#

1
Comments
2 min read
Game Dev Digest — Issue #221 - Rendering Techniques and more

Game Dev Digest — Issue #221 - Rendering Techniques and more

Comments
9 min read
loading...