DEV Community

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
IncludeMembers in AutoMapper for mapping relations

IncludeMembers in AutoMapper for mapping relations

Comments
1 min read
Redis keyspace notifications with a C# example

Redis keyspace notifications with a C# example

5
Comments
4 min read
Facade Pattern in C#

Facade Pattern in C#

1
Comments
10 min read
Better options than object and collection initializers

Better options than object and collection initializers

Comments 1
4 min read
.NET Core TaskDialog

.NET Core TaskDialog

4
Comments
5 min read
ASP.NET Core in .NET 8 is On The Way! 5 New Features Reviewed

ASP.NET Core in .NET 8 is On The Way! 5 New Features Reviewed

34
Comments 4
5 min read
Create a Custom Progress Bar with moving percentage in WPF

Create a Custom Progress Bar with moving percentage in WPF

6
Comments
4 min read
A quick tour of dictionaries in C#

A quick tour of dictionaries in C#

14
Comments 2
7 min read
The Ultimate Guide to Creating a Google Translate Clone App from Scratch

The Ultimate Guide to Creating a Google Translate Clone App from Scratch

6
Comments
12 min read
How to Clean Up ASP.NET and Visual Studio Cache and Temp Files

How to Clean Up ASP.NET and Visual Studio Cache and Temp Files

13
Comments
2 min read
Game Dev Digest — Issue #185 - Tips and Tutorials

Game Dev Digest — Issue #185 - Tips and Tutorials

Comments
11 min read
Deconstruction in C#

Deconstruction in C#

15
Comments 3
4 min read
Efficiently Reading Multiple Document Types from Cosmos DB (.NET SDK) - From Review

Efficiently Reading Multiple Document Types from Cosmos DB (.NET SDK) - From Review

Comments
10 min read
DarkSky to WeatherKit: from API keys to signed JWTs

DarkSky to WeatherKit: from API keys to signed JWTs

Comments
6 min read
Exploring .NET 8 Preview 3: The 7 Features You Need to Know

Exploring .NET 8 Preview 3: The 7 Features You Need to Know

31
Comments
5 min read
Otimizando chamadas assincronas com Task.WhenAll

Otimizando chamadas assincronas com Task.WhenAll

2
Comments
2 min read
The Power of Asynchronous Code in your web API

The Power of Asynchronous Code in your web API

1
Comments
5 min read
C# 12 is Coming! 3 Features that will Blow your Mind

C# 12 is Coming! 3 Features that will Blow your Mind

48
Comments 4
3 min read
Proxy Pattern in C#

Proxy Pattern in C#

2
Comments
13 min read
Uso do Codeball em projetos C#

Uso do Codeball em projetos C#

2
Comments
4 min read
How to Run NUnit Tests Programmatically Using NUnit.Engine Library with Reflection

How to Run NUnit Tests Programmatically Using NUnit.Engine Library with Reflection

Comments
2 min read
How to Develop a Cross-Platform Barcode Reader Application by Hybridizing .NET MAUI and Blazor

How to Develop a Cross-Platform Barcode Reader Application by Hybridizing .NET MAUI and Blazor

3
Comments
9 min read
SQL-Server working with images

SQL-Server working with images

26
Comments
6 min read
Generating Images from Text with C# and Open AI DALL-E

Generating Images from Text with C# and Open AI DALL-E

4
Comments
5 min read
Dotnet Logger Benchmark

Dotnet Logger Benchmark

1
Comments
2 min read
Visual Studio 2022 vs Rider vs ChatGPT-4

Visual Studio 2022 vs Rider vs ChatGPT-4

1
Comments
5 min read
Bootstrap multiselect

Bootstrap multiselect

34
Comments
5 min read
Standardizing a Value Object representation in C#

Standardizing a Value Object representation in C#

4
Comments
9 min read
Understanding Assembly in .NET: An In-Depth Guide from A to Z

Understanding Assembly in .NET: An In-Depth Guide from A to Z

22
Comments
7 min read
Creating a Serilog Custom Enricher

Creating a Serilog Custom Enricher

1
Comments
2 min read
Introducing C# 9.0's Record Datatype: Safe, Efficient, and Easy to Use

Introducing C# 9.0's Record Datatype: Safe, Efficient, and Easy to Use

1
Comments 1
2 min read
Virtualizing, colored log window in WPF

Virtualizing, colored log window in WPF

1
Comments
6 min read
Data validation with Fluent Validation for ASP NET Core

Data validation with Fluent Validation for ASP NET Core

5
Comments
9 min read
Novidades no .NET 8 Preview 3 [PT-BR]

Novidades no .NET 8 Preview 3 [PT-BR]

11
Comments 1
2 min read
Prototype Pattern in C#

Prototype Pattern in C#

3
Comments
7 min read
Learn Liskov Substitution Principle in C# (+ Examples)

Learn Liskov Substitution Principle in C# (+ Examples)

45
Comments 2
3 min read
Struct vs Class in C#: Choosing the Right Data Type

Struct vs Class in C#: Choosing the Right Data Type

22
Comments 1
6 min read
Como um parâmetro simples pode economizar memória?

Como um parâmetro simples pode economizar memória?

3
Comments
3 min read
Como a escolha do Modo do Garbage Collector pode impactar sua aplicação em .NET

Como a escolha do Modo do Garbage Collector pode impactar sua aplicação em .NET

3
Comments
3 min read
forerunner - a storytelling platform for composing Souls-like Action-RPGs

forerunner - a storytelling platform for composing Souls-like Action-RPGs

Comments
4 min read
Speeding up DefaultAzureCredential authentication in local development with Azure CLI

Speeding up DefaultAzureCredential authentication in local development with Azure CLI

2
Comments
3 min read
A Practical Guide to ASP.NET Applications: The Structure (Part 1)

A Practical Guide to ASP.NET Applications: The Structure (Part 1)

Comments
6 min read
A arte das coleções em .NET - Intro

A arte das coleções em .NET - Intro

2
Comments
2 min read
Take your .NET configuration to the next level with value substitution

Take your .NET configuration to the next level with value substitution

1
Comments
3 min read
📈 Boost Your Integration Testing for REST APIs with Snapshot Testing in .NET

📈 Boost Your Integration Testing for REST APIs with Snapshot Testing in .NET

Comments
4 min read
Learn Open Closed Principle in C# (+ Examples)

Learn Open Closed Principle in C# (+ Examples)

28
Comments 1
4 min read
Embracing Best Practices with the New Analyzer for Minimal APIs in .NET 8 Preview 2

Embracing Best Practices with the New Analyzer for Minimal APIs in .NET 8 Preview 2

Comments
5 min read
From C# to golang: less is more.

From C# to golang: less is more.

19
Comments 3
4 min read
Deep Dive Into Umbraco String Extension Methods

Deep Dive Into Umbraco String Extension Methods

1
Comments
22 min read
ASP.NET Core in .NET 8 is Coming! Discover its NEW Features🚀

ASP.NET Core in .NET 8 is Coming! Discover its NEW Features🚀

24
Comments 1
6 min read
Data transfer objects and mapping in asp net core

Data transfer objects and mapping in asp net core

3
Comments 1
6 min read
How To Implement A "Maintenance Mode" in ASP.NET Core

How To Implement A "Maintenance Mode" in ASP.NET Core

3
Comments
4 min read
Game Dev Digest — Issue #183 - Narrative Design, GDC and more

Game Dev Digest — Issue #183 - Narrative Design, GDC and more

Comments
12 min read
ASP.NET Core: REST API Multi-tenant

ASP.NET Core: REST API Multi-tenant

17
Comments 2
8 min read
Getting Started with Chat GPT integration in a .NET C# Console Application

Getting Started with Chat GPT integration in a .NET C# Console Application

5
Comments
4 min read
Introduction to WinUI 3 Desktop Development

Introduction to WinUI 3 Desktop Development

79
Comments 2
6 min read
[C#] Try sending data by HttpClient

[C#] Try sending data by HttpClient

7
Comments
3 min read
Blazor ProgressBar Overview

Blazor ProgressBar Overview

2
Comments
1 min read
Abstract Class vs Interface in C#: Analyzing the Pros and Cons

Abstract Class vs Interface in C#: Analyzing the Pros and Cons

42
Comments 1
7 min read
Redis — The High-Performance In-Memory Data Store

Redis — The High-Performance In-Memory Data Store

1
Comments
7 min read
loading...