DEV Community

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Advanced F# Interop

Advanced F# Interop

4
Comments
7 min read
Use System.IO.Pipelines and System.Threading.Channels APIs to Boost Performance

Use System.IO.Pipelines and System.Threading.Channels APIs to Boost Performance

10
Comments 1
3 min read
Changing Serilog Minimum level without application restart on .NET Framework and Core

Changing Serilog Minimum level without application restart on .NET Framework and Core

1
Comments
3 min read
Value-Based Attributes in C#

Value-Based Attributes in C#

7
Comments 4
3 min read
I'm using UNITY for gamedev. What you use?

I'm using UNITY for gamedev. What you use?

2
Comments 2
1 min read
Adding Health Checks to .Net Core Application

Adding Health Checks to .Net Core Application

12
Comments 1
3 min read
【.NET Core】【ClosedXML】Getting cell values 1

【.NET Core】【ClosedXML】Getting cell values 1

8
Comments
3 min read
Real Traits in C#

Real Traits in C#

10
Comments 7
5 min read
CshtmlComponent — A Real ASP.NET Core MVC and Razor Pages Component

CshtmlComponent — A Real ASP.NET Core MVC and Razor Pages Component

11
Comments
1 min read
UI Command Pattern : Part I

UI Command Pattern : Part I

6
Comments
13 min read
Event Sourcing Parte 3: Snapshots!

Event Sourcing Parte 3: Snapshots!

10
Comments
7 min read
Things you need to know as a C# developer - Collections

Things you need to know as a C# developer - Collections

90
Comments 4
9 min read
Database Migration in Production: Tips and Tricks

Database Migration in Production: Tips and Tricks

8
Comments 2
5 min read
CoreLMS: Custom Validation, Razor Pages, DTOs, and First UI Working!

CoreLMS: Custom Validation, Razor Pages, DTOs, and First UI Working!

6
Comments 1
3 min read
My first attempt to open source

My first attempt to open source

4
Comments
1 min read
Game Dev Digest — Issue #62 - AR/VR, Gestures, 2020.2 and more!

Game Dev Digest — Issue #62 - AR/VR, Gestures, 2020.2 and more!

6
Comments
10 min read
Take A Look At ML.NET

Take A Look At ML.NET

8
Comments 1
8 min read
Why I no longer use ConfigureAwait(false)

Why I no longer use ConfigureAwait(false)

24
Comments 7
3 min read
Check if two documents are same

Check if two documents are same

8
Comments 1
1 min read
CQRS Scalable Aggregates

CQRS Scalable Aggregates

7
Comments 4
4 min read
My programming language is the best!

My programming language is the best!

5
Comments 1
2 min read
Building a Software Survey using Blazor - Part 1 - State

Building a Software Survey using Blazor - Part 1 - State

14
Comments
6 min read
Guard Clauses Explained

Guard Clauses Explained

11
Comments
4 min read
Algorithms Every Developer Should Know - Binary Search

Algorithms Every Developer Should Know - Binary Search

10
Comments
4 min read
Witch one is batter for building E-Commerce website Asp.net core or Laravel

Witch one is batter for building E-Commerce website Asp.net core or Laravel

4
Comments 3
1 min read
Error-Free C# Part I: The Maybe Monad

Error-Free C# Part I: The Maybe Monad

2
Comments
5 min read
Design Patterns With Examples in C#

Design Patterns With Examples in C#

27
Comments 6
2 min read
Text Manipulation is Complicated

Text Manipulation is Complicated

3
Comments
5 min read
Tried Entity Framework Core 5.0's Many-to-Many support

Tried Entity Framework Core 5.0's Many-to-Many support

16
Comments 3
7 min read
Display a document in browser with Watermark

Display a document in browser with Watermark

6
Comments
1 min read
C# REPL

C# REPL

21
Comments 3
2 min read
【ASP.NET Core】【xUnit】【Moq】Add unit tests 1

【ASP.NET Core】【xUnit】【Moq】Add unit tests 1

14
Comments
4 min read
How to get rid of NullPointerException

How to get rid of NullPointerException

3
Comments
7 min read
How to delete empty rows from tables in a Word document

How to delete empty rows from tables in a Word document

4
Comments
2 min read
Game Dev Digest — Issue #61 - Bricks, Blocks, Assets and more!

Game Dev Digest — Issue #61 - Bricks, Blocks, Assets and more!

3
Comments
9 min read
API Integration: Request and Response

API Integration: Request and Response

5
Comments
2 min read
Abstract C#

Abstract C#

9
Comments
9 min read
Three Months In: Teaching Myself to Code Full-time

Three Months In: Teaching Myself to Code Full-time

4
Comments
1 min read
C# Pattern Matching Performance Overhead

C# Pattern Matching Performance Overhead

6
Comments
3 min read
Start to .Net Technologies

Start to .Net Technologies

6
Comments
3 min read
Keeping System.Text.Json lean

Keeping System.Text.Json lean

5
Comments
9 min read
C#: the basics

C#: the basics

7
Comments
2 min read
Generics systems

Generics systems

4
Comments
6 min read
Event Sourcing Parte 2: Versionando e persistindo seu modelo.

Event Sourcing Parte 2: Versionando e persistindo seu modelo.

19
Comments 4
8 min read
DotNet's System.CommandLine

DotNet's System.CommandLine

11
Comments 3
11 min read
Learning C# and Unity. See your code in action 00:24

Learning C# and Unity. See your code in action

11
Comments 1
3 min read
Run simple ASP.Net Core Web Application on Docker

Run simple ASP.Net Core Web Application on Docker

8
Comments 1
2 min read
Convert PDF Documents to MS Word, Excel, and PowerPoint using C# or Java

Convert PDF Documents to MS Word, Excel, and PowerPoint using C# or Java

5
Comments 2
1 min read
How to read configuration values in ASP.NET Core

How to read configuration values in ASP.NET Core

8
Comments 1
4 min read
Visual Studio Intellicode

Visual Studio Intellicode

4
Comments
2 min read
.NET Core's Command Line

.NET Core's Command Line

7
Comments
9 min read
SpecFlow Tutorial For Automation Testing With Selenium C#

SpecFlow Tutorial For Automation Testing With Selenium C#

13
Comments
23 min read
Things you need to know as a C# developer - Build types

Things you need to know as a C# developer - Build types

34
Comments 2
3 min read
Csharp 9 ve sonrası

Csharp 9 ve sonrası

5
Comments 1
7 min read
How to setup Blazor App with Nginx and Docker

How to setup Blazor App with Nginx and Docker

16
Comments
3 min read
Generate your asp.net core application with JHipster.NET

Generate your asp.net core application with JHipster.NET

2
Comments
2 min read
C# Tuples

C# Tuples

6
Comments
1 min read
How to view .Net application source code and hiding it [Updated]

How to view .Net application source code and hiding it [Updated]

24
Comments
3 min read
Synchronize Databases with Only Five Lines of Code

Synchronize Databases with Only Five Lines of Code

60
Comments 3
2 min read
How to send client-specific messages using SignalR with automatic reconnection

How to send client-specific messages using SignalR with automatic reconnection

22
Comments
2 min read
loading...