DEV Community

C#

Official tag for the C# programming language.

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Creating a Zelda Chat Assistant using Semantic Kernel

Creating a Zelda Chat Assistant using Semantic Kernel

Comments
5 min read
Aplicacion para descargar imagenes de una página web

Aplicacion para descargar imagenes de una página web

Comments
1 min read
Introduction to FastReport with C#

Introduction to FastReport with C#

3
Comments
6 min read
AR Game ~ Geospatial Creator ~

AR Game ~ Geospatial Creator ~

1
Comments 1
2 min read
C# | Using NSubstitute NuGet Package for C# Unit Tests

C# | Using NSubstitute NuGet Package for C# Unit Tests

1
Comments
2 min read
C# | Types of Classes

C# | Types of Classes

3
Comments
2 min read
C# | Unit Tests with xUnit and Complex Inline Data Object

C# | Unit Tests with xUnit and Complex Inline Data Object

2
Comments
3 min read
C# 6 and Beyond: Revolutionizing Case Analysis with Pattern Matching

C# 6 and Beyond: Revolutionizing Case Analysis with Pattern Matching

1
Comments
3 min read
C# LINQ and LINQ Methods

C# LINQ and LINQ Methods

1
Comments
2 min read
Azure | Azure Functions By Example

Azure | Azure Functions By Example

2
Comments
2 min read
C# | Virtual Methods

C# | Virtual Methods

Comments 4
1 min read
Deep Dive into PandApache3: Implementation of Authentication and Security

Deep Dive into PandApache3: Implementation of Authentication and Security

1
Comments 2
9 min read
C# | Create Nuget Package using .NET Standard

C# | Create Nuget Package using .NET Standard

Comments 4
2 min read
C# | Tips and tricks

C# | Tips and tricks

10
Comments 2
2 min read
C# | Understanding the Observer Pattern

C# | Understanding the Observer Pattern

Comments 2
2 min read
C# | Best Practices for Pagination using EF Core 8

C# | Best Practices for Pagination using EF Core 8

7
Comments 2
2 min read
C# | Web Api's Tips and Tricks

C# | Web Api's Tips and Tricks

2
Comments 2
2 min read
How to Implement Structured Logging and Distributed Tracing for Microservices with Seq

How to Implement Structured Logging and Distributed Tracing for Microservices with Seq

Comments
14 min read
C# | Common Errors

C# | Common Errors

Comments 2
2 min read
C# String Interning: A Deep Dive

C# String Interning: A Deep Dive

5
Comments
3 min read
Practical Approach to Scalar functions within EntityFramework Core

Practical Approach to Scalar functions within EntityFramework Core

1
Comments
5 min read
C# | Dapper using Generic Repository

C# | Dapper using Generic Repository

Comments 1
2 min read
C# | Building GraphQL APIs in C#

C# | Building GraphQL APIs in C#

6
Comments
2 min read
Azure | Build .Net IoT App using C#

Azure | Build .Net IoT App using C#

3
Comments
2 min read
C# | TDD Example using xUnit and Moq

C# | TDD Example using xUnit and Moq

Comments
2 min read
GitHub | Deploy .net core NuGet Packages in GitHub Packages Registry

GitHub | Deploy .net core NuGet Packages in GitHub Packages Registry

Comments
3 min read
C# | Using Entity Framework with PostgreSQL Database

C# | Using Entity Framework with PostgreSQL Database

30
Comments
2 min read
C# | Visual Studio Extensions for C# Developers

C# | Visual Studio Extensions for C# Developers

1
Comments
2 min read
C# | Using yield with Entity Framework

C# | Using yield with Entity Framework

Comments
2 min read
C# | Best Practices

C# | Best Practices

15
Comments
2 min read
C# | Asynchronous programming with [async | await | Task]

C# | Asynchronous programming with [async | await | Task]

Comments
2 min read
C# | Use of the short Keyword

C# | Use of the short Keyword

Comments
2 min read
C# | Building a Command-Line (CLI) App using System.CommandLine Library

C# | Building a Command-Line (CLI) App using System.CommandLine Library

6
Comments
2 min read
ASP.NET | Web APIs with Zipkin

ASP.NET | Web APIs with Zipkin

Comments
2 min read
C# | Alias any type

C# | Alias any type

Comments
2 min read
C# | Avoid Multiple Nested If-Else Statements Using Guard Clause

C# | Avoid Multiple Nested If-Else Statements Using Guard Clause

2
Comments
2 min read
C# | Understanding Generics

C# | Understanding Generics

Comments
2 min read
C# | Entity Framework Generic Repository with SOLID Design Pattern

C# | Entity Framework Generic Repository with SOLID Design Pattern

2
Comments
2 min read
C# | Create .Net custom template using GitHub Packages Registry

C# | Create .Net custom template using GitHub Packages Registry

Comments
4 min read
C# | Command Design Pattern

C# | Command Design Pattern

1
Comments
2 min read
C# | Dapper Using Stored Procedures

C# | Dapper Using Stored Procedures

9
Comments
2 min read
C# | var vs Explicit Type Declarations

C# | var vs Explicit Type Declarations

1
Comments
2 min read
C# | Balancing Cross-Cutting Concerns in Clean Architecture

C# | Balancing Cross-Cutting Concerns in Clean Architecture

2
Comments
2 min read
ASP.NET | SOLID Principles, and Clean Architecture

ASP.NET | SOLID Principles, and Clean Architecture

Comments
3 min read
C# | Entity Framework Issues and Troubleshooting

C# | Entity Framework Issues and Troubleshooting

Comments
2 min read
SURPRISE 2024!, Web-Forms Back to ASP.NET Core

SURPRISE 2024!, Web-Forms Back to ASP.NET Core

4
Comments
13 min read
Deep Dive into PandApache3: Implementation d'authentification et de la securité

Deep Dive into PandApache3: Implementation d'authentification et de la securité

Comments
10 min read
C# Dealing with duplicates

C# Dealing with duplicates

5
Comments 2
7 min read
Using C# source code generators to automate development tasks

Using C# source code generators to automate development tasks

6
Comments
4 min read
Zero-Length Arrays: A Cornerstone of C# Development

Zero-Length Arrays: A Cornerstone of C# Development

Comments
3 min read
Entity Framework Core with Scalar Functions 22:08

Entity Framework Core with Scalar Functions

1
Comments
1 min read
Deploy Your C# Blazor App To Vercel

Deploy Your C# Blazor App To Vercel

Comments
3 min read
Improving Your Team's Productivity Through Consistent Code Style

Improving Your Team's Productivity Through Consistent Code Style

2
Comments
8 min read
Prefer Empty Objects over Compiler tricks

Prefer Empty Objects over Compiler tricks

Comments
2 min read
Concurrency & Async programming in C#

Concurrency & Async programming in C#

3
Comments
3 min read
Using the Actor System in ASP.NET

Using the Actor System in ASP.NET

8
Comments
6 min read
Implementing a middleware in HttpClient calls

Implementing a middleware in HttpClient calls

6
Comments
2 min read
Game Dev Digest — Issue #242 - Animation, Promotion, and more

Game Dev Digest — Issue #242 - Animation, Promotion, and more

1
Comments
9 min read
HTML to PDF C# Alternatives For .NET (QuestPDF vs IronPDF)

HTML to PDF C# Alternatives For .NET (QuestPDF vs IronPDF)

9
Comments
10 min read
Deep Dive into PandApache3: Comprendre la gestion des connexions et la génération de réponses

Deep Dive into PandApache3: Comprendre la gestion des connexions et la génération de réponses

Comments
9 min read
loading...