DEV Community

C#

Official tag for the C# programming language.

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Building a Data Warehouse with ETLBox: A .NET Developer's Guide

Building a Data Warehouse with ETLBox: A .NET Developer's Guide

Comments
18 min read
C# - Reducing Lock Contention with ReaderWriterLockSlim

C# - Reducing Lock Contention with ReaderWriterLockSlim

2
Comments
2 min read
C# - Caching Data with MemoryCache

C# - Caching Data with MemoryCache

4
Comments
2 min read
Async/Await: Para que serve o CancellationToken?

Async/Await: Para que serve o CancellationToken?

25
Comments 2
7 min read
How to Compress PDF Files in C#?

How to Compress PDF Files in C#?

2
Comments
2 min read
Using the PVS-Studio extension for VS Code to effectively handle errors in C# code

Using the PVS-Studio extension for VS Code to effectively handle errors in C# code

Comments
5 min read
Dicas de codificação segura em C#

Dicas de codificação segura em C#

24
Comments 3
9 min read
Parallelise Your NUnit Tests to Be More Productive and Waste Less Time

Parallelise Your NUnit Tests to Be More Productive and Waste Less Time

4
Comments
6 min read
C# - Asynchronous Initialization of Singleton Pattern

C# - Asynchronous Initialization of Singleton Pattern

3
Comments
1 min read
Magical C# Constructors

Magical C# Constructors

17
Comments 6
9 min read
C# - Use Value Tuples for Multiple Return Values

C# - Use Value Tuples for Multiple Return Values

10
Comments
1 min read
Integration tests with AWS S3 buckets using Localstack and Testcontainers

Integration tests with AWS S3 buckets using Localstack and Testcontainers

Comments
8 min read
How to Compare Two Word documents Using the Syncfusion .NET Word Library

How to Compare Two Word documents Using the Syncfusion .NET Word Library

1
Comments
1 min read
C# Async/Await Mistakes: Resuming in the Wrong Context

C# Async/Await Mistakes: Resuming in the Wrong Context

7
Comments 2
3 min read
Drastically reducing memory usage with Log (Part 2)

Drastically reducing memory usage with Log (Part 2)

7
Comments
4 min read
Import data from a database with Dapper and SpreadsheetLight to Excel in C#

Import data from a database with Dapper and SpreadsheetLight to Excel in C#

7
Comments
4 min read
Drastically reducing memory usage with Log

Drastically reducing memory usage with Log

Comments 1
2 min read
How to Add Charts to PowerPoint Presentations using .NET PowerPoint Library

How to Add Charts to PowerPoint Presentations using .NET PowerPoint Library

1
Comments
2 min read
C# - Dynamic Querying with Lambda Expressions and Expression Trees

C# - Dynamic Querying with Lambda Expressions and Expression Trees

1
Comments 1
2 min read
Using Dapper - C# Part 1-A

Using Dapper - C# Part 1-A

21
Comments
6 min read
You write Unit Tests wrong.

You write Unit Tests wrong.

2
Comments
4 min read
🚀 Elevating Code Quality: Embracing Strong Return Types 📦

🚀 Elevating Code Quality: Embracing Strong Return Types 📦

1
Comments
1 min read
C# - Partial Methods for Extensible Code

C# - Partial Methods for Extensible Code

Comments
1 min read
Await Tuples Directly

Await Tuples Directly

7
Comments 2
1 min read
C# - Lazy Initialization

C# - Lazy Initialization

1
Comments
1 min read
loading...