DEV Community

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Myth Busting C# in the Godot Game Engine

Myth Busting C# in the Godot Game Engine

5
Comments
3 min read
Labsynth - Indie Game

Labsynth - Indie Game

2
Comments
1 min read
Game Dev Digest — Issue #105 - Double Stuffed

Game Dev Digest — Issue #105 - Double Stuffed

3
Comments 1
13 min read
Starting a CLI Finance Tool

Starting a CLI Finance Tool

6
Comments 1
2 min read
Generic Linear Search/Sequential Search for a sequence in C# .NET

Generic Linear Search/Sequential Search for a sequence in C# .NET

4
Comments
2 min read
Generic Boyer–Moore–Horspool algorithm in C# .NET

Generic Boyer–Moore–Horspool algorithm in C# .NET

3
Comments
2 min read
C# how to convert a string to int

C# how to convert a string to int

5
Comments
6 min read
Generic Insertion Sort in C# .NET

Generic Insertion Sort in C# .NET

8
Comments
2 min read
Generic Quick Sort in C# .NET

Generic Quick Sort in C# .NET

6
Comments
2 min read
C# Loops - Part 2 : For Each Loops

C# Loops - Part 2 : For Each Loops

6
Comments
2 min read
C# Loops - Part 3: Do..While and While Loops

C# Loops - Part 3: Do..While and While Loops

7
Comments
1 min read
Beware of mixing blocking and async methods

Beware of mixing blocking and async methods

3
Comments
3 min read
5 (Basic) Tips in C# 🔧

5 (Basic) Tips in C# 🔧

21
Comments
2 min read
Generic Merge Sort in C# .NET

Generic Merge Sort in C# .NET

5
Comments
2 min read
Localization in AvaloniaUI

Localization in AvaloniaUI

12
Comments 4
2 min read
.NET 5 with RavenDB Series -2

.NET 5 with RavenDB Series -2

6
Comments
2 min read
Snippets in C#: Shorthand Instantiation

Snippets in C#: Shorthand Instantiation

2
Comments
1 min read
How to write better assertions: 5 Best Practices

How to write better assertions: 5 Best Practices

5
Comments
4 min read
Beware of how you create a Task

Beware of how you create a Task

19
Comments 1
2 min read
C# For Beginners - Lesson 7: Conditionals

C# For Beginners - Lesson 7: Conditionals

5
Comments
4 min read
Performance comparison of iteration methods over arrays & lists

Performance comparison of iteration methods over arrays & lists

4
Comments
2 min read
How to enable a binary message format in your ASP.NET Core Web APIs

How to enable a binary message format in your ASP.NET Core Web APIs

2
Comments
1 min read
Quick Tip - Remove Unused Using References in Visual Studio

Quick Tip - Remove Unused Using References in Visual Studio

2
Comments
2 min read
Inheritance

Inheritance

2
Comments
2 min read
Generic bubble sort in C# .NET

Generic bubble sort in C# .NET

6
Comments
2 min read
C# Channels

C# Channels

16
Comments
6 min read
Asynchronous Streams in C#

Asynchronous Streams in C#

3
Comments
5 min read
Visual Studio 2022 is here✅ (5 features that you will love)

Visual Studio 2022 is here✅ (5 features that you will love)

42
Comments 33
2 min read
The .NET Stacks #57: 🧐 Taking a look at Blazor Error Boundaries

The .NET Stacks #57: 🧐 Taking a look at Blazor Error Boundaries

6
Comments
8 min read
Easily Change the Blazor File Manager Content for Different Users

Easily Change the Blazor File Manager Content for Different Users

3
Comments
10 min read
Writing logs into Elastic with NLog , ELK and .Net 5.0 (part 1)

Writing logs into Elastic with NLog , ELK and .Net 5.0 (part 1)

19
Comments 10
6 min read
The Essential Unit Testing Techniques, Part 1

The Essential Unit Testing Techniques, Part 1

3
Comments
5 min read
Snippets in C#: Offsets and substrings

Snippets in C#: Offsets and substrings

2
Comments
1 min read
Using C# Source Generators to Generate Data Transfer Objects (DTOs)

Using C# Source Generators to Generate Data Transfer Objects (DTOs)

4
Comments
12 min read
PSA: Stop using Streams and Reader/Writers to Convert Strings/ByteArrays

PSA: Stop using Streams and Reader/Writers to Convert Strings/ByteArrays

6
Comments
1 min read
Creating reusable build scripts with NUKE components

Creating reusable build scripts with NUKE components

4
Comments
9 min read
Fixing analyzer problems in multi-targeted Umbraco packages

Fixing analyzer problems in multi-targeted Umbraco packages

3
Comments
3 min read
Using C# Source Generators to Generate Data Transfer Objects (DTOs) – Part 2

Using C# Source Generators to Generate Data Transfer Objects (DTOs) – Part 2

2
Comments 1
14 min read
Next level console apps with Spectre.Console

Next level console apps with Spectre.Console

12
Comments 1
8 min read
C# Loops - Part 1: Loop Types & For Loop Tutorial

C# Loops - Part 1: Loop Types & For Loop Tutorial

4
Comments 1
4 min read
C# For Beginners - Lesson 6: Strings

C# For Beginners - Lesson 6: Strings

3
Comments
3 min read
"Hello, world" in Assembly

"Hello, world" in Assembly

6
Comments
2 min read
Customize Header Rows of Timeline Views in Blazor Scheduler

Customize Header Rows of Timeline Views in Blazor Scheduler

2
Comments
1 min read
The .NET Stacks #58: 📃 6 things about .NET 6 Preview 6

The .NET Stacks #58: 📃 6 things about .NET 6 Preview 6

8
Comments 1
11 min read
Sparky's Tool Tips: Moq.AutoMock

Sparky's Tool Tips: Moq.AutoMock

4
Comments
2 min read
How to add Health Checks to ASP.NET Core project. A coding story.

How to add Health Checks to ASP.NET Core project. A coding story.

15
Comments
2 min read
Using the switch selection statement to simplify conditional statements blocks

Using the switch selection statement to simplify conditional statements blocks

3
Comments
4 min read
How to CRUD dynamically in Entity Framework

How to CRUD dynamically in Entity Framework

8
Comments
2 min read
One Way Binding in Blazor Components

One Way Binding in Blazor Components

2
Comments
3 min read
.NET, ASP.NET Core, APIs REST e desenvolvimento Back-End: dicas para o dia a dia | Julho-2021

.NET, ASP.NET Core, APIs REST e desenvolvimento Back-End: dicas para o dia a dia | Julho-2021

10
Comments
4 min read
TOP 5 .NET MAUI new features🏅

TOP 5 .NET MAUI new features🏅

38
Comments 7
3 min read
Azure Service Bus Topology Basics

Azure Service Bus Topology Basics

3
Comments
7 min read
EF: When SaveChanges does not save changes

EF: When SaveChanges does not save changes

22
Comments 1
4 min read
Game Dev Digest — Issue #104 - Tools For Your Toolbox

Game Dev Digest — Issue #104 - Tools For Your Toolbox

4
Comments
9 min read
Event Stream - Server Side

Event Stream - Server Side

7
Comments 2
2 min read
Enums in C#: Hidden Pitfalls

Enums in C#: Hidden Pitfalls

31
Comments
10 min read
Grouping Multiple Resources in Blazor Scheduler

Grouping Multiple Resources in Blazor Scheduler

2
Comments
1 min read
Unhandled Exceptions in Blazor Server with Error Boundaries

Unhandled Exceptions in Blazor Server with Error Boundaries

7
Comments
7 min read
Get blob from azure using Azure.Storage.Blobs

Get blob from azure using Azure.Storage.Blobs

6
Comments
1 min read
C# For Beginners - Lesson 5: Variables

C# For Beginners - Lesson 5: Variables

5
Comments 2
4 min read
loading...