DEV Community

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Levenshtein Distance with SIMD (Bonus Part)

Levenshtein Distance with SIMD (Bonus Part)

6
Comments
8 min read
Levenshtein Distance (Part 3: Optimize Everything!)

Levenshtein Distance (Part 3: Optimize Everything!)

6
Comments
14 min read
Using Sitecore Install Assistant Behind a Proxy

Using Sitecore Install Assistant Behind a Proxy

6
Comments 2
2 min read
How to search for YouTube videos in a channel with .NET Core 3

How to search for YouTube videos in a channel with .NET Core 3

8
Comments
4 min read
C# 8.0 Nullable Reference types are here!

C# 8.0 Nullable Reference types are here!

6
Comments
4 min read
IIS Hosting for ASP .NET Core 3.1 Web Apps

IIS Hosting for ASP .NET Core 3.1 Web Apps

7
Comments
8 min read
RTS game development - Week #4

RTS game development - Week #4

3
Comments
2 min read
C#: Bulk Operations for .NET Core (BulkDelete, BulkInsert, BulkMerge, BulkUpdate) is now very simple with RepoDb ORM

C#: Bulk Operations for .NET Core (BulkDelete, BulkInsert, BulkMerge, BulkUpdate) is now very simple with RepoDb ORM

23
Comments 1
7 min read
Restart Omnisharp process within Visual Studio Code

Restart Omnisharp process within Visual Studio Code

9
Comments 3
1 min read
What would I change in a rewrite of C#?

What would I change in a rewrite of C#?

6
Comments 4
5 min read
Differences between Release and Debug build [assembler code included]

Differences between Release and Debug build [assembler code included]

8
Comments 5
4 min read
.NET Fundamentals: Arrays in C#

.NET Fundamentals: Arrays in C#

36
Comments 5
1 min read
Immutable DTOs in C# with interfaces

Immutable DTOs in C# with interfaces

10
Comments
3 min read
Game Dev Digest — Issue #33 - HDRP, DOTS, Optimizing, Effects and More!

Game Dev Digest — Issue #33 - HDRP, DOTS, Optimizing, Effects and More!

9
Comments
11 min read
Builder Design Pattern

Builder Design Pattern

17
Comments 3
3 min read
💻 CliWrap — Execute Shell Commands with Extensive Support for Piping

💻 CliWrap — Execute Shell Commands with Extensive Support for Piping

19
Comments
9 min read
How to try and build quality code in a startup

How to try and build quality code in a startup

140
Comments 10
7 min read
Populate Blazor Dropdown Menu from EF Core Lookup Table

Populate Blazor Dropdown Menu from EF Core Lookup Table

10
Comments
3 min read
Overcoming The Limitations Of MongoDB C# Driver

Overcoming The Limitations Of MongoDB C# Driver

17
Comments 6
3 min read
Asynchronous calls and assignments using Tuples to reduce if...else hell

Asynchronous calls and assignments using Tuples to reduce if...else hell

8
Comments
5 min read
Refreshing DxTreeView items and keep selection

Refreshing DxTreeView items and keep selection

6
Comments
1 min read
Finding Articulation Points & Bridges in Undirected Graphs

Finding Articulation Points & Bridges in Undirected Graphs

15
Comments
3 min read
Converting Dictionaries in System.Text.Json

Converting Dictionaries in System.Text.Json

9
Comments
3 min read
C# Functional แบบงงๆ

C# Functional แบบงงๆ

4
Comments 1
2 min read
Microsoft Graph API access denied in search for driveItems

Microsoft Graph API access denied in search for driveItems

6
Comments 1
1 min read
This blog post has a lot of trash talking

This blog post has a lot of trash talking

10
Comments
3 min read
5 tips to improve your productivity in C# 8.0

5 tips to improve your productivity in C# 8.0

19
Comments
3 min read
Handling Errors in ASP .NET Core 3.1

Handling Errors in ASP .NET Core 3.1

19
Comments
12 min read
Implementación de un sistema de clasificación de estrellas con DotVVM y CSS

Implementación de un sistema de clasificación de estrellas con DotVVM y CSS

9
Comments
5 min read
Announcing Nexmo’s .NET Server SDK Version 4.3.1 Release

Announcing Nexmo’s .NET Server SDK Version 4.3.1 Release

3
Comments
2 min read
A late night binge to replace the Microsoft Ad Control

A late night binge to replace the Microsoft Ad Control

3
Comments 1
3 min read
Example of the Strategy Pattern

Example of the Strategy Pattern

8
Comments 4
3 min read
SparkyTestHelpers: Populater

SparkyTestHelpers: Populater

7
Comments
2 min read
ASP .NET Core MVC Dependency Injection Overview

ASP .NET Core MVC Dependency Injection Overview

12
Comments
4 min read
The Outbox Pattern in C#

The Outbox Pattern in C#

11
Comments
4 min read
Are you reading the "What's New" in .NET docs?

Are you reading the "What's New" in .NET docs?

27
Comments 2
2 min read
Create Specflow `feature.cs` At Build Time

Create Specflow `feature.cs` At Build Time

4
Comments
1 min read
SparkyTestHelpers: Moq

SparkyTestHelpers: Moq

5
Comments
4 min read
Adaptive Library Logging with Microsoft.Extensions.Logging

Adaptive Library Logging with Microsoft.Extensions.Logging

7
Comments
5 min read
My solution to the Google HashCode 2020 online round

My solution to the Google HashCode 2020 online round

12
Comments
3 min read
Including files created by Node.js into .Net project 🛠

Including files created by Node.js into .Net project 🛠

9
Comments
6 min read
Game Dev Digest — Issue #32 - AR/VR, Character Controllers, Scene Loading, HDR Graphics, And More

Game Dev Digest — Issue #32 - AR/VR, Character Controllers, Scene Loading, HDR Graphics, And More

6
Comments
11 min read
How to resize images from the media library with code

How to resize images from the media library with code

6
Comments
2 min read
How to Host ASP.NET Core 3.1 Web Applications as Windows Service

How to Host ASP.NET Core 3.1 Web Applications as Windows Service

61
Comments 7
4 min read
Create Custom User Store for ASP .NET Core Identity

Create Custom User Store for ASP .NET Core Identity

9
Comments 1
6 min read
Topological Sorting of Directed Acyclic Graphs (DAGs)

Topological Sorting of Directed Acyclic Graphs (DAGs)

12
Comments
3 min read
Xamarin: Efficiently Using a SQLite Database

Xamarin: Efficiently Using a SQLite Database

14
Comments 2
7 min read
A look into the .NET community with a Twitter bot

A look into the .NET community with a Twitter bot

9
Comments 4
1 min read
Lord of the...runtimes?

Lord of the...runtimes?

10
Comments 1
3 min read
Automatically add new Azure B2C users to local database table

Automatically add new Azure B2C users to local database table

16
Comments
4 min read
SparkyTestHelpers: Scenarios

SparkyTestHelpers: Scenarios

6
Comments
2 min read
Red assembly, blue assembly, strong assembly, weak assembly

Red assembly, blue assembly, strong assembly, weak assembly

16
Comments
3 min read
Create Custom Password Hasher for ASP .NET Core Identity

Create Custom Password Hasher for ASP .NET Core Identity

11
Comments
4 min read
Estudar a zona de conforto ou sair do convencional

Estudar a zona de conforto ou sair do convencional

9
Comments
2 min read
How to map column names to class properties with Dapper

How to map column names to class properties with Dapper

11
Comments 3
3 min read
Unit testing .NET Exceptions

Unit testing .NET Exceptions

8
Comments
2 min read
Star rating with DotVVM and CSS

Star rating with DotVVM and CSS

8
Comments
4 min read
How you can create extension methods in C#

How you can create extension methods in C#

14
Comments
4 min read
Finding Shortest Paths In Graphs (using Dijkstra's & BFS)

Finding Shortest Paths In Graphs (using Dijkstra's & BFS)

34
Comments 1
6 min read
Create your first game using Unity and C# – Part 2 Creating your first script to handle player movement.

Create your first game using Unity and C# – Part 2 Creating your first script to handle player movement.

21
Comments
17 min read
loading...