DEV Community

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Why Codewars is the best way to learn a new programming language!

Why Codewars is the best way to learn a new programming language!

445
Comments 40
6 min read
Top 5 Concurrency Interview Questions for Software Engineers

Top 5 Concurrency Interview Questions for Software Engineers

348
Comments 3
13 min read
Backend development is more than writing endpoints for frontend

Backend development is more than writing endpoints for frontend

340
Comments 35
15 min read
How YOU can make your .NET programs more responsive with async/await in .NET Core, C# and VS Code

How YOU can make your .NET programs more responsive with async/await in .NET Core, C# and VS Code

334
Comments 19
9 min read
Async and Await and what is it actually doing?

Async and Await and what is it actually doing?

305
Comments 8
4 min read
How YOU can Learn Dependency Injection in .NET Core and C#

How YOU can Learn Dependency Injection in .NET Core and C#

291
Comments 13
8 min read
How I chose a programming language and beat bad habits

How I chose a programming language and beat bad habits

282
Comments 84
5 min read
C# Async Await, Simply

C# Async Await, Simply

262
Comments 31
4 min read
What's the big deal with IAsyncEnumerable<T> in .NET Core 3.0?

What's the big deal with IAsyncEnumerable<T> in .NET Core 3.0?

255
Comments 18
4 min read
RIP Copy and Paste from Stackoverflow! 🚨 (+Trojan Source Solution)

RIP Copy and Paste from Stackoverflow! 🚨 (+Trojan Source Solution)

252
Comments 23
5 min read
Why build Single Page Apps in Blazor

Why build Single Page Apps in Blazor

235
Comments 29
13 min read
Great new features in C# for a returning .NET dev

Great new features in C# for a returning .NET dev

198
Comments 15
8 min read
15 Must-Have Visual Studio Extensions for Developers

15 Must-Have Visual Studio Extensions for Developers

195
Comments 4
6 min read
NUNit and C# - Tutorial to automate your API Tests from scratch

NUNit and C# - Tutorial to automate your API Tests from scratch

192
Comments 20
8 min read
The Dream of C# 9.0

The Dream of C# 9.0

189
Comments 23
5 min read
Async / Await: From Zero to Hero

Async / Await: From Zero to Hero

187
Comments 20
7 min read
Webassembly for C, Rust, Go, and C# in 45 Minutes

Webassembly for C, Rust, Go, and C# in 45 Minutes

186
Comments 2
1 min read
Interview question: heap vs stack (C#)

Interview question: heap vs stack (C#)

178
Comments 15
5 min read
9 awesome .NET conference talks you don't want to miss

9 awesome .NET conference talks you don't want to miss

176
Comments 3
4 min read
So Many Ways to Learn .NET in 2020

So Many Ways to Learn .NET in 2020

163
Comments 5
3 min read
Simplify Your C# Code: Top 5 Refactoring Tools

Simplify Your C# Code: Top 5 Refactoring Tools

161
Comments 12
4 min read
How C# 8 Helps Software Quality

How C# 8 Helps Software Quality

159
Comments 15
7 min read
Fundamental Data Structures and Algorithms in C#

Fundamental Data Structures and Algorithms in C#

157
Comments 10
15 min read
Free workshop on .NET Core + GraphQL + Serverless

Free workshop on .NET Core + GraphQL + Serverless

153
Comments 6
2 min read
Common .NET Gotchas

Common .NET Gotchas

148
Comments 8
6 min read
Is C# worth learning in 2019?

Is C# worth learning in 2019?

145
Comments 67
4 min read
⚰️C# in 2022 — Will it die?

⚰️C# in 2022 — Will it die?

143
Comments 50
5 min read
.NET Threading Gotchas

.NET Threading Gotchas

141
Comments 11
7 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
API's From Dev to Production - Part 1 - Docker

API's From Dev to Production - Part 1 - Docker

139
Comments 2
10 min read
Creating a .NET Core API

Creating a .NET Core API

139
Comments
8 min read
50 C# (Advanced) Optimization Performance Tips🔥

50 C# (Advanced) Optimization Performance Tips🔥

136
Comments 25
22 min read
5 Good Practices for Error Handling in C#

5 Good Practices for Error Handling in C#

136
Comments 6
3 min read
Your C# is already functional, but only if you let it

Your C# is already functional, but only if you let it

133
Comments 7
5 min read
Develop Azure Functions using .NET Core 3.1

Develop Azure Functions using .NET Core 3.1

132
Comments 61
4 min read
Using Extension Methods in C# to Build Fluent Code

Using Extension Methods in C# to Build Fluent Code

129
Comments 14
5 min read
Create an ASP .NET Core Site with Entity Framework

Create an ASP .NET Core Site with Entity Framework

128
Comments 4
11 min read
C# Linting and Formatting Tools in 2021

C# Linting and Formatting Tools in 2021

126
Comments 17
6 min read
The .NET Team's Favorite Razor Features

The .NET Team's Favorite Razor Features

125
Comments 6
6 min read
How YOU can build a great looking .NET Console app with Spectre

How YOU can build a great looking .NET Console app with Spectre

125
Comments 6
9 min read
15 C# Project Ideas: Beginner to Expert [With tutorial]

15 C# Project Ideas: Beginner to Expert [With tutorial]

123
Comments 9
2 min read
The 10 Best C# Books to Help You Learn or Improve Your Skills📚

The 10 Best C# Books to Help You Learn or Improve Your Skills📚

122
Comments 14
7 min read
Authentication in ASP .NET Core

Authentication in ASP .NET Core

122
Comments 2
6 min read
These 5 C# Guidelines (Revealed by a SENIOR DEVELOPER) will Change your Coding Style

These 5 C# Guidelines (Revealed by a SENIOR DEVELOPER) will Change your Coding Style

117
Comments 3
4 min read
How Programming Languages Change How You Think

How Programming Languages Change How You Think

116
Comments 7
16 min read
Common Sorting Algorithms

Common Sorting Algorithms

115
Comments 2
8 min read
.NET Core: Use HttpClientFactory and Polly to build rock solid services

.NET Core: Use HttpClientFactory and Polly to build rock solid services

113
Comments 6
4 min read
Getting Lazy in C#

Getting Lazy in C#

113
Comments 9
3 min read
The 10 Commandments .NET Developers Must apply for Secure Applications

The 10 Commandments .NET Developers Must apply for Secure Applications

112
Comments 11
11 min read
The 5 Guidelines to Write Cleaner Code in C#

The 5 Guidelines to Write Cleaner Code in C#

111
Comments 4
3 min read
Yield Return Explained !

Yield Return Explained !

110
Comments 14
4 min read
A Love Letter to .NET

A Love Letter to .NET

105
Comments 11
5 min read
Build APIs for the Web INSTANTLY with ASP.NET Core 6

Build APIs for the Web INSTANTLY with ASP.NET Core 6

104
Comments 5
2 min read
CS Level Up Series Introduction

CS Level Up Series Introduction

103
Comments
3 min read
Tutorial: MongoDB With C# The Easy Way!

Tutorial: MongoDB With C# The Easy Way!

103
Comments 20
3 min read
Simulating millions of particles to create the Sun

Simulating millions of particles to create the Sun

101
Comments 11
5 min read
TypeScript and C# both were created by the same person named Anders Hejlsberg 👏 💪 🔥(with video)

TypeScript and C# both were created by the same person named Anders Hejlsberg 👏 💪 🔥(with video)

101
Comments 39
1 min read
Amazing Nuget Libraries for C# Development

Amazing Nuget Libraries for C# Development

101
Comments 3
1 min read
Logging Best Practices

Logging Best Practices

97
Comments 2
7 min read
C# 11 is Coming! 5 Features that will Blow your Mind 🤯

C# 11 is Coming! 5 Features that will Blow your Mind 🤯

94
Comments 32
3 min read
loading...