DEV Community

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Learn DevOps? I give you 10 reasons ✅

Learn DevOps? I give you 10 reasons ✅

9
Comments
3 min read
Game Dev Digest — Issue #102 - Bigger, Stronger, Faster Performance

Game Dev Digest — Issue #102 - Bigger, Stronger, Faster Performance

3
Comments
9 min read
AspNet Core Web API Part2 DB

AspNet Core Web API Part2 DB

9
Comments
3 min read
Variables

Variables

5
Comments
2 min read
Conditional Statements

Conditional Statements

5
Comments
2 min read
🏅 The 5 Visual Studio extensions that will increase your productivity

🏅 The 5 Visual Studio extensions that will increase your productivity

10
Comments
2 min read
Custom .NET XML .config sections with SparkyTools.XmlConfig

Custom .NET XML .config sections with SparkyTools.XmlConfig

3
Comments
4 min read
Hot Reload para desarrolladores de .NET

Hot Reload para desarrolladores de .NET

7
Comments
3 min read
.NET 5 + Blazor = Blazor WebAssembly✅

.NET 5 + Blazor = Blazor WebAssembly✅

7
Comments
3 min read
How to create test data with Object Mothers

How to create test data with Object Mothers

7
Comments
3 min read
Basic MQTT with C#

Basic MQTT with C#

43
Comments 11
3 min read
Using the new C# Azure.Data.Tables SDK with Azure Cosmos DB

Using the new C# Azure.Data.Tables SDK with Azure Cosmos DB

6
Comments
5 min read
Coding Shorts: Dependency Injection Explained

Coding Shorts: Dependency Injection Explained

3
Comments
1 min read
Visual Guide to C# async/await

Visual Guide to C# async/await

8
Comments
5 min read
Ripple effect in Xamarin.Android

Ripple effect in Xamarin.Android

7
Comments
7 min read
C# Exception Handling

C# Exception Handling

8
Comments
1 min read
Implementing custom feature flags - Azure App Configuration

Implementing custom feature flags - Azure App Configuration

4
Comments
3 min read
C# Async Await, Eventually: Thread Pools

C# Async Await, Eventually: Thread Pools

8
Comments
3 min read
Obtener valores tipados de IDataReader

Obtener valores tipados de IDataReader

5
Comments
2 min read
A Practical Guide to Higher Order Functions in C#

A Practical Guide to Higher Order Functions in C#

14
Comments
3 min read
Using LINQ Expression Trees to build maintainable DTO modeling

Using LINQ Expression Trees to build maintainable DTO modeling

13
Comments
5 min read
C# Async Await, Eventually: Asynchronous Programming

C# Async Await, Eventually: Asynchronous Programming

8
Comments
3 min read
OOP? START HERE

OOP? START HERE

3
Comments
2 min read
C# loops

C# loops

10
Comments
2 min read
Game Dev Digest — Issue #101 - Upgrade Your UI

Game Dev Digest — Issue #101 - Upgrade Your UI

2
Comments
8 min read
Building and Deploying C# Azure Functions using Multi-Stage Pipelines in Azure DevOps

Building and Deploying C# Azure Functions using Multi-Stage Pipelines in Azure DevOps

15
Comments 2
10 min read
Pass multiple Eval field in one command argument in Repeater Control

Pass multiple Eval field in one command argument in Repeater Control

5
Comments
1 min read
Introducing the New Native Blazor Diagram Component

Introducing the New Native Blazor Diagram Component

4
Comments
4 min read
Blazor Desktop: Like Electron for Javascript but… for .NET?

Blazor Desktop: Like Electron for Javascript but… for .NET?

14
Comments
4 min read
Deep Dive: Multi-Factor Authentication with .NET 5

Deep Dive: Multi-Factor Authentication with .NET 5

34
Comments 3
6 min read
List of C# 9 features

List of C# 9 features

13
Comments 2
3 min read
Entity Framework Core: Connected vs Disconnected

Entity Framework Core: Connected vs Disconnected

26
Comments 4
8 min read
Getting Started with .NET MAUI

Getting Started with .NET MAUI

26
Comments 3
6 min read
Hash Algorithm in .NET Core

Hash Algorithm in .NET Core

12
Comments 2
9 min read
Publish a self-contained .NET app on Azure DevOps

Publish a self-contained .NET app on Azure DevOps

11
Comments
3 min read
Using Assertion Scopes to execute multiple Assertions in C#

Using Assertion Scopes to execute multiple Assertions in C#

7
Comments
3 min read
Stop Using Short Hand Autocomplete

Stop Using Short Hand Autocomplete

3
Comments 1
1 min read
SharePoint Site Templates

SharePoint Site Templates

4
Comments
2 min read
The .NET Stacks #55: 🆕 Ready or not, here comes .NET 6 Preview 5

The .NET Stacks #55: 🆕 Ready or not, here comes .NET 6 Preview 5

5
Comments
9 min read
How do bindings work in Isolated Process .NET Azure Functions?

How do bindings work in Isolated Process .NET Azure Functions?

7
Comments
4 min read
Game Development Course Announcement - Become a Game Developer Without a Degree | Farhan Aqeel

Game Development Course Announcement - Become a Game Developer Without a Degree | Farhan Aqeel

3
Comments 2
1 min read
Dealing with huge xml-like files containing illegal characters

Dealing with huge xml-like files containing illegal characters

6
Comments
1 min read
Playing with Dependency injection in a Console app?

Playing with Dependency injection in a Console app?

5
Comments
4 min read
Game Dev Digest — Issue #100 - Easy game making tips

Game Dev Digest — Issue #100 - Easy game making tips

3
Comments
7 min read
Why build Single Page Apps in Blazor

Why build Single Page Apps in Blazor

241
Comments 29
13 min read
🤔 CONST vs READONLY in C#? (Explanation)

🤔 CONST vs READONLY in C#? (Explanation)

12
Comments 2
4 min read
C# Ranges and Indexes

C# Ranges and Indexes

10
Comments 2
4 min read
Developing .NET Isolated Process Azure Functions

Developing .NET Isolated Process Azure Functions

13
Comments 1
6 min read
Fluent Assertions 10 Top Tips

Fluent Assertions 10 Top Tips

3
Comments
6 min read
Test your C# Skills

Test your C# Skills

12
Comments 3
1 min read
How to connect to an Azure SQL Database from C# using Azure AD

How to connect to an Azure SQL Database from C# using Azure AD

3
Comments
8 min read
The .NET Stacks #52: 🎂 Happy birthday to us

The .NET Stacks #52: 🎂 Happy birthday to us

6
Comments 2
14 min read
The .NET Stacks #54: 🎀 Putting a bow on .NET 6 date and time updates

The .NET Stacks #54: 🎀 Putting a bow on .NET 6 date and time updates

8
Comments
9 min read
Dependency Injection: Register your service with fewer code.

Dependency Injection: Register your service with fewer code.

2
Comments
1 min read
C# Tips and Tricks - Part 3

C# Tips and Tricks - Part 3

10
Comments
3 min read
Step by Step - Repository Pattern and Unit of Work with Asp.Net Core 5

Step by Step - Repository Pattern and Unit of Work with Asp.Net Core 5

41
Comments 2
7 min read
Using if-else selection statements to write conditional code blocks

Using if-else selection statements to write conditional code blocks

5
Comments
13 min read
Your guide to REST API versioning in ASP.NET Core

Your guide to REST API versioning in ASP.NET Core

8
Comments
7 min read
.NET 6 Preview 2 (Release notes + New features)

.NET 6 Preview 2 (Release notes + New features)

18
Comments 1
5 min read
Read/Write to Files in C# with errorLogging example

Read/Write to Files in C# with errorLogging example

3
Comments
1 min read
loading...