DEV Community

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Template Method in C#

Template Method in C#

2
Comments
8 min read
IncludeMembers in AutoMapper for mapping relations

IncludeMembers in AutoMapper for mapping relations

Comments
1 min read
Transforming Enumerable into Queryable with Linq: A How-To Guide on Concat, Union, and Troubleshooting EF Core 6 Errors

Transforming Enumerable into Queryable with Linq: A How-To Guide on Concat, Union, and Troubleshooting EF Core 6 Errors

2
Comments
3 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
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

32
Comments 3
5 min read
Create a Custom Progress Bar with moving percentage in WPF

Create a Custom Progress Bar with moving percentage in WPF

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

A quick tour of dictionaries in C#

10
Comments 2
7 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
Extending Visual Studio CodeLens Functionality - Part II

Extending Visual Studio CodeLens Functionality - Part II

Comments
5 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
Game Dev Digest — Issue #185 - Tips and Tutorials

Game Dev Digest — Issue #185 - Tips and Tutorials

Comments
11 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

2
Comments
2 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
Deconstruction in C#

Deconstruction in C#

9
Comments 1
4 min read
DarkSky to WeatherKit: from API keys to signed JWTs

DarkSky to WeatherKit: from API keys to signed JWTs

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

From C# to golang: less is more.

2
Comments
4 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
Convert PDF to Image in Java (Code Example Tutorial)

Convert PDF to Image in Java (Code Example Tutorial)

Comments
6 min read
Merge PDF Files in Java (Code Example Tutorial)

Merge PDF Files in Java (Code Example Tutorial)

Comments
6 min read
Uso do Codeball em projetos C#

Uso do Codeball em projetos C#

2
Comments
4 min read
Web scraping: Steam Store. Game listing is on the way to extraction!

Web scraping: Steam Store. Game listing is on the way to extraction!

2
Comments
6 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
Introducing the ‘Visual Studio VSIX Signer’ GitHub Action

Introducing the ‘Visual Studio VSIX Signer’ GitHub Action

Comments
1 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

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

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

2
Comments
5 min read
SQL-Server working with images

SQL-Server working with images

2
Comments
4 min read
Bootstrap multiselect

Bootstrap multiselect

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

Standardizing a Value Object representation in C#

1
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

21
Comments
7 min read
Creating a Serilog Custom Enricher

Creating a Serilog Custom Enricher

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

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

Data validation with Fluent Validation for ASP NET Core

3
Comments
9 min read
Prototype Pattern in C#

Prototype Pattern in C#

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

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

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

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

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

Learn Liskov Substitution Principle in C# (+ Examples)

10
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
Let's write Steam Store scraper | Breaking Steam code! (full story)

Let's write Steam Store scraper | Breaking Steam code! (full story)

Comments
8 min read
A arte das coleçþes em .NET - Intro

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

2
Comments
2 min read
Never Overlook Equality Verification

Never Overlook Equality Verification

1
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
var vs dynamic in C#

var vs dynamic in C#

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

Learn Open Closed Principle in C# (+ Examples)

16
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
Connect SFTP server using C#

Connect SFTP server using C#

Comments
2 min read
Understanding C# records

Understanding C# records

2
Comments
1 min read
Introducing the ‘Breakpoint Notifier’ Visual Studio extension!

Introducing the ‘Breakpoint Notifier’ Visual Studio extension!

Comments
1 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

2
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
loading...