DEV Community

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Fundamental Data Structures and Algorithms in C#

Fundamental Data Structures and Algorithms in C#

377
Comments 14
15 min read
Backend development is more than writing endpoints for frontend

Backend development is more than writing endpoints for frontend

347
Comments 35
15 min read
15 C# Project Ideas: Beginner to Expert [With tutorial]

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

335
Comments 10
2 min read
Async and Await and what is it actually doing?

Async and Await and what is it actually doing?

306
Comments 9
4 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
7 Open Source Projects You Should Know - C# Edition ✔️

7 Open Source Projects You Should Know - C# Edition ✔️

279
Comments 20
2 min read
RIP Copy and Paste from Stackoverflow! 🚨 (+Trojan Source Solution)

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

253
Comments 23
5 min read
Building REST APIs In .NET 8 The Easy Way!

Building REST APIs In .NET 8 The Easy Way!

248
Comments 14
9 min read
Why build Single Page Apps in Blazor

Why build Single Page Apps in Blazor

240
Comments 29
13 min read
NUNit and C# - Tutorial to automate your API Tests from scratch

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

240
Comments 20
8 min read
Top 8 Best Visual Studio Extensions in 2024

Top 8 Best Visual Studio Extensions in 2024

208
Comments 4
3 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
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
Simplify Your C# Code: Top 5 Refactoring Tools

Simplify Your C# Code: Top 5 Refactoring Tools

174
Comments 12
4 min read
C# Linting and Formatting Tools in 2021

C# Linting and Formatting Tools in 2021

168
Comments 18
6 min read
So Many Ways to Learn .NET in 2020

So Many Ways to Learn .NET in 2020

163
Comments 5
3 min read
Cancellation Tokens in C#

Cancellation Tokens in C#

159
Comments 17
5 min read
Push your skills Part 1

Push your skills Part 1

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

Free workshop on .NET Core + GraphQL + Serverless

153
Comments 6
2 min read
⚰️C# in 2022 — Will it die?

⚰️C# in 2022 — Will it die?

147
Comments 50
5 min read
Exploring the Use of C++ for Game Development

Exploring the Use of C++ for Game Development

144
Comments 74
8 min read
.NET Threading Gotchas

.NET Threading Gotchas

141
Comments 11
7 min read
50 C# (Advanced) Optimization Performance Tips🔥

50 C# (Advanced) Optimization Performance Tips🔥

141
Comments 25
22 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
Building a Scalable Furniture E-commerce Web API Using .NET Clean Architecture and MongoDB

Building a Scalable Furniture E-commerce Web API Using .NET Clean Architecture and MongoDB

140
Comments 14
56 min read
API's From Dev to Production - Part 1 - Docker

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

140
Comments 2
10 min read
5 Good Practices for Error Handling in C#

5 Good Practices for Error Handling in C#

139
Comments 6
3 min read
20 (Senior Developer) C# Interview Questions and Answers (2023)

20 (Senior Developer) C# Interview Questions and Answers (2023)

137
Comments 5
15 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

135
Comments 6
9 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
Using Extension Methods in C# to Build Fluent Code

Using Extension Methods in C# to Build Fluent Code

131
Comments 14
5 min read
Interview question: async & await (C#)

Interview question: async & await (C#)

127
Comments 6
4 min read
Authentication in ASP .NET Core

Authentication in ASP .NET Core

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

The .NET Team's Favorite Razor Features

125
Comments 6
6 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📚

123
Comments 14
7 min read
Integrating the OpenAI API into a C# Project with Visual Studio

Integrating the OpenAI API into a C# Project with Visual Studio

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

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

118
Comments 6
4 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
C# PDF Libraries Compared for .NET Developers: Pros & Cons

C# PDF Libraries Compared for .NET Developers: Pros & Cons

116
Comments 5
13 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
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
Tutorial: MongoDB With C# The Easy Way!

Tutorial: MongoDB With C# The Easy Way!

106
Comments 20
3 min read
Build APIs for the Web INSTANTLY with ASP.NET Core 6

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

106
Comments 5
2 min read
20 (Intermediate-Level) C# Interview Questions

20 (Intermediate-Level) C# Interview Questions

102
Comments 2
17 min read
Amazing Nuget Libraries for C# Development

Amazing Nuget Libraries for C# Development

101
Comments 3
1 min read
Por onde e como EU estudo C#

Por onde e como EU estudo C#

100
Comments 12
6 min read
Understanding IQueryable<T> in C#

Understanding IQueryable<T> in C#

96
Comments 8
5 min read
.NET 8.0 - Clean Architecture using Repository Pattern and Dapper with Logging and Unit Testing

.NET 8.0 - Clean Architecture using Repository Pattern and Dapper with Logging and Unit Testing

96
Comments 9
8 min read
Desarrollando una API en ASP.NET con CQRS y MediatR: Parte 1

Desarrollando una API en ASP.NET con CQRS y MediatR: Parte 1

96
Comments 14
11 min read
Pagination in C#: Complete Guide with Easy Code Examples 📚

Pagination in C#: Complete Guide with Easy Code Examples 📚

95
Comments
6 min read
Get started with minimal API for .NET 6

Get started with minimal API for .NET 6

94
Comments 9
4 min read
Reading a PDF in C# on .NET Core

Reading a PDF in C# on .NET Core

94
Comments 7
6 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
Hidden NET 9 gems

Hidden NET 9 gems

94
Comments
5 min read
Asp Net Core - Rest API Authorization with JWT (Roles Vs Claims Vs Policy) - Step by Step

Asp Net Core - Rest API Authorization with JWT (Roles Vs Claims Vs Policy) - Step by Step

93
Comments 8
8 min read
loading...