DEV Community

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Fundamentals of TDD in C#

Fundamentals of TDD in C#

4
Comments
4 min read
Breaking Code and Letting Others Break My Code

Breaking Code and Letting Others Break My Code

3
Comments
5 min read
Couchbase CRUD with .Net Core

Couchbase CRUD with .Net Core

11
Comments 2
5 min read
Game Dev Digest — Issue #110 - Give your game a makeover

Game Dev Digest — Issue #110 - Give your game a makeover

6
Comments 1
10 min read
Pattern Matching Examples in C#

Pattern Matching Examples in C#

20
Comments 4
7 min read
Setting Up Your First Unity 2D Project

Setting Up Your First Unity 2D Project

2
Comments
4 min read
How to: Natural Language Processing and the Microsoft Bot Framework

How to: Natural Language Processing and the Microsoft Bot Framework

5
Comments
6 min read
Outsmarting the C# Compiler - Using Static Types as Type Arguments

Outsmarting the C# Compiler - Using Static Types as Type Arguments

5
Comments 1
1 min read
Reflection via source generators

Reflection via source generators

15
Comments 3
4 min read
Why we can't use Out or Ref parameters with Asynchronous method in .Net Core ?

Why we can't use Out or Ref parameters with Asynchronous method in .Net Core ?

7
Comments
4 min read
Scripts em C#

Scripts em C#

12
Comments
6 min read
ASP.NET Core 6: Multi-tenant Single Database (Parte 2)

ASP.NET Core 6: Multi-tenant Single Database (Parte 2)

19
Comments 3
8 min read
#1 📚Library Management System

#1 📚Library Management System

2
Comments
1 min read
ASP.NET Dependency Injection

ASP.NET Dependency Injection

23
Comments
7 min read
Two sum LeetCode problem explained in simple terms using Dictionary

Two sum LeetCode problem explained in simple terms using Dictionary

11
Comments
3 min read
Fluent Validator for File Size With Client-side Validation

Fluent Validator for File Size With Client-side Validation

5
Comments
6 min read
ASP.NET Core 6: Creando una app Multi-tenant (Parte 1)

ASP.NET Core 6: Creando una app Multi-tenant (Parte 1)

39
Comments 10
11 min read
Disabling unready code with Azure Feature Management

Disabling unready code with Azure Feature Management

4
Comments
5 min read
Days of Code [3]

Days of Code [3]

5
Comments 2
2 min read
An opinionated look at Minimal API in .NET 6

An opinionated look at Minimal API in .NET 6

48
Comments 2
5 min read
Debugging C# Source Generators

Debugging C# Source Generators

6
Comments
2 min read
AWSSDK.CloudFormation (for AWS CloudFormation)

AWSSDK.CloudFormation (for AWS CloudFormation)

7
Comments
2 min read
.NET and Apache Ignite: Testing Cache and SQL API features — Part I

.NET and Apache Ignite: Testing Cache and SQL API features — Part I

2
Comments
4 min read
IDisposable pattern in .Net Core

IDisposable pattern in .Net Core

8
Comments
4 min read
When to use static and when not to in C#

When to use static and when not to in C#

7
Comments 2
1 min read
All about Static in C#

All about Static in C#

9
Comments
3 min read
Use of Static class in .Net core

Use of Static class in .Net core

6
Comments
2 min read
My Portfolio - First look ever

My Portfolio - First look ever

7
Comments 2
1 min read
Game Dev Digest — Issue #109 - Tools To Improve

Game Dev Digest — Issue #109 - Tools To Improve

5
Comments
10 min read
Easy Guide to Azure Blob Storage for .NET Developers

Easy Guide to Azure Blob Storage for .NET Developers

7
Comments 1
4 min read
23 Essential C# Interview Questions

23 Essential C# Interview Questions

33
Comments
10 min read
Curso de .Net Core C#

Curso de .Net Core C#

3
Comments
1 min read
How to: Enable Open API with HTTP trigger Azure Function Apps

How to: Enable Open API with HTTP trigger Azure Function Apps

6
Comments
2 min read
Practical complex data for unit testing

Practical complex data for unit testing

6
Comments
9 min read
First Website with ASP.NET Core

First Website with ASP.NET Core

4
Comments
1 min read
Securing a .NET 4.6.x API with OpenID Connect

Securing a .NET 4.6.x API with OpenID Connect

5
Comments
3 min read
Days of code [2]

Days of code [2]

5
Comments
1 min read
How Visual Studio 2022 ate up 100 GB of memory and what XML bombs had to do with it

How Visual Studio 2022 ate up 100 GB of memory and what XML bombs had to do with it

33
Comments 7
6 min read
Asp.Net Core - Deferred Option Pattern

Asp.Net Core - Deferred Option Pattern

8
Comments
5 min read
EF Core Update Model on Database First Project

EF Core Update Model on Database First Project

4
Comments
2 min read
Despliegue de aplicaciones web con ASP.NET en una máquina virtual de Linux en Azure

Despliegue de aplicaciones web con ASP.NET en una máquina virtual de Linux en Azure

9
Comments
10 min read
Middleware in ASP.NET Core

Middleware in ASP.NET Core

12
Comments
10 min read
C# 10 - Guia de Referência: artigos, dicas e exemplos de utilização

C# 10 - Guia de Referência: artigos, dicas e exemplos de utilização

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

The .NET Team's Favorite Razor Features

125
Comments 6
6 min read
AWSSDK.EC2 (for AWS EC2 )

AWSSDK.EC2 (for AWS EC2 )

9
Comments
8 min read
return Task vs return await Task

return Task vs return await Task

12
Comments
1 min read
Game Dev Digest — Issue #108 - Work Smarter, Not Harder

Game Dev Digest — Issue #108 - Work Smarter, Not Harder

5
Comments
12 min read
.NET Foundation

.NET Foundation

8
Comments
1 min read
EF Core 3.1: Peeking Into Generated SQL

EF Core 3.1: Peeking Into Generated SQL

5
Comments
3 min read
Is C# really dying.? Future of C#.!

Is C# really dying.? Future of C#.!

9
Comments 2
3 min read
AWS - Lambda Functions for dotnet developer (Part 1)

AWS - Lambda Functions for dotnet developer (Part 1)

6
Comments
5 min read
How to create custom assertions in C# with MSTest

How to create custom assertions in C# with MSTest

4
Comments 2
2 min read
What is next with C#?

What is next with C#?

3
Comments
3 min read
EmbedIO como deserializar Json camelCase para objetos em PascalCase 😸

EmbedIO como deserializar Json camelCase para objetos em PascalCase 😸

8
Comments
2 min read
Approaches to handling simple expressions in C#

Approaches to handling simple expressions in C#

5
Comments
3 min read
Boolean algebra laws with C#

Boolean algebra laws with C#

4
Comments
5 min read
C# For Beginners - Lesson 10: Methods

C# For Beginners - Lesson 10: Methods

11
Comments
5 min read
Simple report app with Blazor in 10 minutes

Simple report app with Blazor in 10 minutes

85
Comments
3 min read
How to calculate π (PI) using monte carlo method with C#.

How to calculate π (PI) using monte carlo method with C#.

4
Comments
3 min read
EF core 3.1: dynamic GroupBy clause

EF core 3.1: dynamic GroupBy clause

4
Comments
4 min read
loading...