DEV Community

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
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
C# Loops - Part 2 : For Each Loops

C# Loops - Part 2 : For Each Loops

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

Generic Quick Sort in C# .NET

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
Localization in AvaloniaUI

Localization in AvaloniaUI

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

Generic Merge Sort in C# .NET

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

How to write better assertions: 5 Best Practices

11
Comments
4 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
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)

26
Comments 10
6 min read
loading...