DEV Community

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
What is Serialization and Deserialization in C#?

What is Serialization and Deserialization in C#?

Comments
2 min read
Mastering Resource Management in C# with the Disposable Pattern

Mastering Resource Management in C# with the Disposable Pattern

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

Creating Stunning Charts for Your ASP.NET Applications

Comments
7 min read
EF Core/NorthWind for Oracle

EF Core/NorthWind for Oracle

Comments
14 min read
Pitfalls of Hosting Background Workers as Azure App Service

Pitfalls of Hosting Background Workers as Azure App Service

Comments 2
1 min read
C# 10 Top-Level Statements: Simplicity for Enhanced Code Readability

C# 10 Top-Level Statements: Simplicity for Enhanced Code Readability

2
Comments 1
2 min read
Lightweight In-Memory Message Bus Using .NET Channels

Lightweight In-Memory Message Bus Using .NET Channels

Comments
6 min read
Object Creation in C#: Step-by-Step Guide

Object Creation in C#: Step-by-Step Guide

9
Comments
7 min read
Getting Started with ASP.NET Core Pie, Pyramid, and Funnel Charts

Getting Started with ASP.NET Core Pie, Pyramid, and Funnel Charts

Comments
2 min read
Global Formatting Made Easy with IFormattable in .NET 8 for Enterprise Applications

Global Formatting Made Easy with IFormattable in .NET 8 for Enterprise Applications

Comments
2 min read
C# For Beginners – 5 Simplified Concepts In C#

C# For Beginners – 5 Simplified Concepts In C#

1
Comments
7 min read
Using dependency injection with Azure .NET SDK

Using dependency injection with Azure .NET SDK

1
Comments
5 min read
IServiceCollection In C# – Simplified Beginner’s Guide For Dependency Injection

IServiceCollection In C# – Simplified Beginner’s Guide For Dependency Injection

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

How to Customize the .NET MAUI DataForm Control

1
Comments 1
1 min read
Nullability in C#: Detailed Guide

Nullability in C#: Detailed Guide

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

Docker-Compose Chronicles: Conquering the Volume Conundrum

Comments
3 min read
Eventos em C#

Eventos em C#

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

Better Implementation Of Singleton Pattern in .NET

1
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

5
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
Simplifying File Management with .NET 8

Simplifying File Management with .NET 8

10
Comments 4
3 min read
Monolithic Architecture in .NET

Monolithic Architecture in .NET

1
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
Abstract Factory Pattern in C#

Abstract Factory Pattern in C#

Comments
3 min read
TwoSum Example in C#: Print and Count Pairs with Given Sum

TwoSum Example in C#: Print and Count Pairs with Given Sum

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

How to Sort Arrays and Lists in C#

10
Comments
6 min read
My 4 most used Visual Studio Keyboard shortcuts.

My 4 most used Visual Studio Keyboard shortcuts.

8
Comments 6
2 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.

Comments
11 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
Converting Outlook MSG to HTML in C# for Enhanced Readability

Converting Outlook MSG to HTML in C# for Enhanced Readability

Comments
2 min read
How to Open A Word Document in C#

How to Open A Word Document in C#

Comments
5 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
Prototype Design Pattern using C#

Prototype Design Pattern using C#

2
Comments
2 min read
What is Adapter Pattern in C#?

What is Adapter Pattern 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

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

How to read zip files with SharpZip library in C#

6
Comments 1
1 min read
C# System.Text.Json

C# System.Text.Json

7
Comments 1
10 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
Publishing image to GitHub Container Registry using GitHub Actions

Publishing image to GitHub Container Registry using GitHub Actions

Comments
6 min read
Hash tables in practice🐯

Hash tables in practice🐯

Comments
4 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

5
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#

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
ASP.Net+Swagger+TypeScriptでEnumの表示名を自動生成する

ASP.Net+Swagger+TypeScriptでEnumの表示名を自動生成する

Comments
2 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
ABP Suite: Best CRUD Page Generation Tool for .NET

ABP Suite: Best CRUD Page Generation Tool for .NET

11
Comments
8 min read
Microservices

Microservices

5
Comments 3
4 min read
Using Azure OpenAI Service to generate images with DALL-E in .NET

Using Azure OpenAI Service to generate images with DALL-E in .NET

4
Comments
2 min read
loading...