DEV Community

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Background Services in .NET Core: Building Efficient and Scalable Applications

Background Services in .NET Core: Building Efficient and Scalable Applications

3
Comments
2 min read
Better Validation

Better Validation

Comments
2 min read
The Art of C# Pattern Matching

The Art of C# Pattern Matching

2
Comments
2 min read
A few words about data objects and what better use?

A few words about data objects and what better use?

Comments
7 min read
Implementando el Patrón Outbox en ASP.NET Core: Mejorando la Consistencia en Sistemas Distribuidos

Implementando el Patrón Outbox en ASP.NET Core: Mejorando la Consistencia en Sistemas Distribuidos

4
Comments
12 min read
What's New in C# 11: Features and Tips for Developers

What's New in C# 11: Features and Tips for Developers

1
Comments 1
2 min read
Build A Todo API With .NET And Appwrite

Build A Todo API With .NET And Appwrite

59
Comments 2
5 min read
Virtualization in Blazor DataGrid Component

Virtualization in Blazor DataGrid Component

Comments
1 min read
Mastering LINQ in C#: Harnessing the Power of Querying and Aggregating

Mastering LINQ in C#: Harnessing the Power of Querying and Aggregating

1
Comments
2 min read
Razor Pages using Dropdowns

Razor Pages using Dropdowns

1
Comments
6 min read
What is Async Programming and How Does it Affect Unit Tests?

What is Async Programming and How Does it Affect Unit Tests?

5
Comments
5 min read
Response Compression in ASP.NET

Response Compression in ASP.NET

2
Comments 3
7 min read
What NullReferenceException is and how to avoid it

What NullReferenceException is and how to avoid it

4
Comments
4 min read
Create a windows form app which functions as Login form.

Create a windows form app which functions as Login form.

Comments
2 min read
ASP.NET Core in .NET 8 continues to Reveal New Features! Too many features released?

ASP.NET Core in .NET 8 continues to Reveal New Features! Too many features released?

24
Comments
11 min read
ZeroQL - LINQ Graphql Client Updates

ZeroQL - LINQ Graphql Client Updates

7
Comments
5 min read
Azure AI Vision - Large Foundation Model

Azure AI Vision - Large Foundation Model

3
Comments
7 min read
10 Bad Practices to Avoid in ASP.NET Core API Controllers

10 Bad Practices to Avoid in ASP.NET Core API Controllers

18
Comments 11
5 min read
Introducing PETSCIITile Framework - Building Tile-Based Games with ASCII and Graphics!

Introducing PETSCIITile Framework - Building Tile-Based Games with ASCII and Graphics!

17
Comments 7
2 min read
Azure Static Web App for a contact us page

Azure Static Web App for a contact us page

1
Comments
2 min read
C# LINQ Exploring

C# LINQ Exploring

2
Comments
3 min read
Introduction to Blazor

Introduction to Blazor

Comments
11 min read
CREATING CUSTOM VALIDATION ATTRIBUTE IN .NET

CREATING CUSTOM VALIDATION ATTRIBUTE IN .NET

1
Comments
5 min read
How can you add appsettings.json to a Blazor WebAssembly project

How can you add appsettings.json to a Blazor WebAssembly project

6
Comments
3 min read
Midiendo el rendimiento de nuestro código con BenchmarkDotNet

Midiendo el rendimiento de nuestro código con BenchmarkDotNet

1
Comments
3 min read
Moq Techniques: How to Pick the Best Syntax when Configuring Your Mocks

Moq Techniques: How to Pick the Best Syntax when Configuring Your Mocks

1
Comments
4 min read
The main pitfalls in generating images with DALL-E API.

The main pitfalls in generating images with DALL-E API.

5
Comments
9 min read
Leaked C# 12 Preview 3 Features! Worth the Wait or Not?

Leaked C# 12 Preview 3 Features! Worth the Wait or Not?

31
Comments 2
4 min read
Auth0 y ASP.NET: Cómo proteger tus aplicaciones web con autenticación avanzada

Auth0 y ASP.NET: Cómo proteger tus aplicaciones web con autenticación avanzada

1
Comments
15 min read
Integration Test Postgres with testcontainers-dotnet

Integration Test Postgres with testcontainers-dotnet

1
Comments
5 min read
Game Dev Digest — Issue #192 - Writing, C#, Shaders and more

Game Dev Digest — Issue #192 - Writing, C#, Shaders and more

2
Comments
7 min read
A melhor forma de armazenar e recuperar dados relacionados com o Dapper

A melhor forma de armazenar e recuperar dados relacionados com o Dapper

Comments
10 min read
Why should we use Code-Behind?

Why should we use Code-Behind?

4
Comments 5
4 min read
Fluent Assertions: Fluently Assert the Result of .NET Tests

Fluent Assertions: Fluently Assert the Result of .NET Tests

15
Comments 6
14 min read
Top LinkedIn .NET Content Creators you must Follow📘

Top LinkedIn .NET Content Creators you must Follow📘

46
Comments 6
13 min read
How to test private methods in C#

How to test private methods in C#

Comments
3 min read
Advanced Moq Techniques: Methods that Do More than Return Values

Advanced Moq Techniques: Methods that Do More than Return Values

7
Comments
4 min read
Building a Who's that Pokémon game for Android with .NET MAUI and Blazor Hybrid

Building a Who's that Pokémon game for Android with .NET MAUI and Blazor Hybrid

2
Comments 1
8 min read
Implementing Apple's Device Check App Attest Protocol

Implementing Apple's Device Check App Attest Protocol

Comments
8 min read
Kubernetes and Azure Pipeline in action. Detailed guide.

Kubernetes and Azure Pipeline in action. Detailed guide.

Comments
5 min read
Clearing up all the .Net confusion. A simple guide to understanding .Net from A-z

Clearing up all the .Net confusion. A simple guide to understanding .Net from A-z

2
Comments
5 min read
Getting started with Entity Framework Core: Building a Sample Project

Getting started with Entity Framework Core: Building a Sample Project

Comments
4 min read
The largest .NET CMS is migrating to .NET Core

The largest .NET CMS is migrating to .NET Core

1
Comments 2
4 min read
Reduzindo drasticamente o uso de memória com o Log

Reduzindo drasticamente o uso de memória com o Log

Comments
3 min read
Storing and reading values from appsettings.json

Storing and reading values from appsettings.json

2
Comments
4 min read
Mejorando la seguridad en aplicaciones SPA: Implementación del patrón BFF con Angular y ASP.NET Core

Mejorando la seguridad en aplicaciones SPA: Implementación del patrón BFF con Angular y ASP.NET Core

7
Comments 5
15 min read
Game Dev Digest — Issue #190 - Shaders, UI, AI and more

Game Dev Digest — Issue #190 - Shaders, UI, AI and more

1
Comments
10 min read
Welcome to the New Era of App Development: Introducing Avalonia v11

Welcome to the New Era of App Development: Introducing Avalonia v11

63
Comments 9
7 min read
Develop .NET Core 3.1 Inside a Container

Develop .NET Core 3.1 Inside a Container

2
Comments 3
2 min read
Understanding Nullable Reference Types in C#

Understanding Nullable Reference Types in C#

1
Comments
2 min read
Dynamic polymorphism: key concept to master OOP

Dynamic polymorphism: key concept to master OOP

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

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

57
Comments 5
15 min read
DevBlog - How to Save Data in Unity

DevBlog - How to Save Data in Unity

1
Comments
4 min read
Configuring Applications at Runtime: Feature Flags

Configuring Applications at Runtime: Feature Flags

Comments
2 min read
Crafting beautiful interactive console apps with System.CommandLine and Spectre.Console

Crafting beautiful interactive console apps with System.CommandLine and Spectre.Console

5
Comments 2
4 min read
How to Create a PDF Document in .NET using the PDF Library

How to Create a PDF Document in .NET using the PDF Library

Comments
1 min read
Interface | Explicação Completa (Definição, uso, estrutura e exemplo com C#)

Interface | Explicação Completa (Definição, uso, estrutura e exemplo com C#)

6
Comments
4 min read
接口 | 完整说明(定义、用法、结构和 C# 示例)

接口 | 完整说明(定义、用法、结构和 C# 示例)

Comments
1 min read
Interface | Full Explanation (Definition, usage, structure and example with C#)

Interface | Full Explanation (Definition, usage, structure and example with C#)

Comments
4 min read
Simplify Component Communication in .NET with MediatR

Simplify Component Communication in .NET with MediatR

1
Comments
2 min read
loading...