DEV Community

C#

Official tag for the C# programming language.

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
How to Measure the Effectiveness of Unit Tests Using Code Coverage

How to Measure the Effectiveness of Unit Tests Using Code Coverage

3
Comments
4 min read
What's new in .NET 8?

What's new in .NET 8?

6
Comments
5 min read
Looking for devs to study minecraft implementation for hw device

Looking for devs to study minecraft implementation for hw device

Comments
1 min read
How to Customize the Working Days and Hours in Blazor Scheduler Component

How to Customize the Working Days and Hours in Blazor Scheduler Component

1
Comments
1 min read
Optimizing C# code analysis for quicker .NET compilation

Optimizing C# code analysis for quicker .NET compilation

5
Comments 1
6 min read
How To Use Enums In CSharp – Understanding The Basics

How To Use Enums In CSharp – Understanding The Basics

2
Comments
8 min read
How to Build a Razor Class Library for JavaScript Barcode Reader

How to Build a Razor Class Library for JavaScript Barcode Reader

1
Comments
8 min read
Preprocessor Directives in C#: Guide to Become a Pro

Preprocessor Directives in C#: Guide to Become a Pro

11
Comments
6 min read
The elegant way to await multiple tasks in .NET.

The elegant way to await multiple tasks in .NET.

30
Comments 3
5 min read
Building .NET Apps for Scanning Documents from TWAIN, WIA, SANE, and eSCL Scanners

Building .NET Apps for Scanning Documents from TWAIN, WIA, SANE, and eSCL Scanners

Comments
8 min read
C# - Implementing a Custom Equality Comparer

C# - Implementing a Custom Equality Comparer

3
Comments
2 min read
From MS-Access to EF Core (C#)

From MS-Access to EF Core (C#)

22
Comments
5 min read
Explorando el Mundo de los Archivos de Recurso en C# con Visual Studio

Explorando el Mundo de los Archivos de Recurso en C# con Visual Studio

2
Comments
2 min read
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

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

Async/Await: Para que serve o CancellationToken?

23
Comments 1
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

7
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)

6
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
C# - Asynchronous Programming with Cancellation Tokens

C# - Asynchronous Programming with Cancellation Tokens

Comments
1 min read
Microsoft PowerToys: the GitHub king among C# projects with C++ errors

Microsoft PowerToys: the GitHub king among C# projects with C++ errors

2
Comments
11 min read
Blazor WebAssembly: Building Web Apps for Digitizing Documents with C# and .NET

Blazor WebAssembly: Building Web Apps for Digitizing Documents with C# and .NET

Comments
6 min read
C# Expired Package

C# Expired Package

Comments
1 min read
Visual Studio: Add your Project to Github

Visual Studio: Add your Project to Github

7
Comments
2 min read
Blazor Unit Testing With BUnit: How To Get Started For Beginners

Blazor Unit Testing With BUnit: How To Get Started For Beginners

1
Comments
7 min read
How to Write NUnit Tests for Many Classes with Generic Test Fixtures

How to Write NUnit Tests for Many Classes with Generic Test Fixtures

1
Comments
3 min read
How To Handle Exceptions In CSharp – Tips And Tricks For Streamlined Debugging

How To Handle Exceptions In CSharp – Tips And Tricks For Streamlined Debugging

1
Comments
5 min read
Using Dapper - C# Part 1

Using Dapper - C# Part 1

35
Comments
10 min read
Generating Lottery Numbers

Generating Lottery Numbers

Comments 5
4 min read
Embarking on a Tech Journey: Crafting Digital Dreams into Reality

Embarking on a Tech Journey: Crafting Digital Dreams into Reality

3
Comments 4
1 min read
How to Extract Text from a PDF Document in .NET using the PDF Library

How to Extract Text from a PDF Document in .NET using the PDF Library

1
Comments
1 min read
Exporting and Importing Calendar Events in Blazor Scheduler Component

Exporting and Importing Calendar Events in Blazor Scheduler Component

Comments
1 min read
How to create cron jobs in K8S.

How to create cron jobs in K8S.

Comments
7 min read
Effortless Selenium Setups in Docker for .NET with Selenium Manager

Effortless Selenium Setups in Docker for .NET with Selenium Manager

1
Comments
8 min read
Functional Error Handling in .NET With the Result Pattern

Functional Error Handling in .NET With the Result Pattern

4
Comments 1
6 min read
Magical C# Classes

Magical C# Classes

10
Comments 8
6 min read
How To Call JavaScript From Blazor Web Assembly – Breaking Boundaries With JavaScript Interop

How To Call JavaScript From Blazor Web Assembly – Breaking Boundaries With JavaScript Interop

2
Comments 2
6 min read
Programming Patterns for Games: Observer

Programming Patterns for Games: Observer

3
Comments
5 min read
C# - Dependency Injection and Inversion of Control (IoC) Containers

C# - Dependency Injection and Inversion of Control (IoC) Containers

3
Comments
2 min read
Building a .NET RESTful Service with Dynamsoft's Document, Barcode, and MRZ SDKs

Building a .NET RESTful Service with Dynamsoft's Document, Barcode, and MRZ SDKs

Comments
12 min read
Binary Search in C#

Binary Search in C#

9
Comments 2
3 min read
loading...