DEV Community

C#

Official tag for the C# programming language.

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Exposing Related Entities in your Web API

Exposing Related Entities in your Web API

Comments
12 min read
Parameterise Your Tests: Use this One Simple Trick to Increase Test Coverage

Parameterise Your Tests: Use this One Simple Trick to Increase Test Coverage

1
Comments
3 min read
Insertion Sort

Insertion Sort

3
Comments 5
2 min read
Understanding and Using ConfigureAwait in Asynchronous Programming

Understanding and Using ConfigureAwait in Asynchronous Programming

12
Comments 2
4 min read
Serilog logging and EF Core logging

Serilog logging and EF Core logging

2
Comments
4 min read
C# Namespace Fever

C# Namespace Fever

5
Comments 5
2 min read
My C# REST run now 250 times faster

My C# REST run now 250 times faster

4
Comments
3 min read
Step-by-Step Guide to Adding and Removing Watermarks in PDF using C#

Step-by-Step Guide to Adding and Removing Watermarks in PDF using C#

Comments
7 min read
Aplicando a Orientação a Objetos: Os métodos[2/10]🧶

Aplicando a Orientação a Objetos: Os métodos[2/10]🧶

3
Comments
3 min read
Selection Sort

Selection Sort

2
Comments 2
2 min read
Data Structures in C# Part 1: Arrays

Data Structures in C# Part 1: Arrays

3
Comments 1
7 min read
Levenshtein Distance

Levenshtein Distance

6
Comments 11
7 min read
C, C++, and C#: What is The Difference

C, C++, and C#: What is The Difference

9
Comments 9
6 min read
Performance Issues Resolved: Major Update to Melkradar's Products

Performance Issues Resolved: Major Update to Melkradar's Products

4
Comments
2 min read
Entendendo a Injeção de Dependência: Uma Abordagem para um Código Mais Flexível e Testável

Entendendo a Injeção de Dependência: Uma Abordagem para um Código Mais Flexível e Testável

3
Comments 1
4 min read
Super Efficiently Reading Multiple Document Types from Cosmos DB (.NET SDK) - Part 2

Super Efficiently Reading Multiple Document Types from Cosmos DB (.NET SDK) - Part 2

Comments
6 min read
Implementing a Mock-Driven Approach in Blazor Applications

Implementing a Mock-Driven Approach in Blazor Applications

Comments
7 min read
Bubble Sort

Bubble Sort

5
Comments 6
2 min read
Create a C# QR Code Generator (Easy) + GitHub Repository✨

Create a C# QR Code Generator (Easy) + GitHub Repository✨

32
Comments 2
5 min read
build dynamic query predicate in Linq

build dynamic query predicate in Linq

1
Comments
3 min read
Simplify Web Automation with the WebDriver Extension for C#

Simplify Web Automation with the WebDriver Extension for C#

Comments
3 min read
ASP.NET Core in .NET 8 is on The Way! Discover the NEW Features

ASP.NET Core in .NET 8 is on The Way! Discover the NEW Features

43
Comments 5
8 min read
7 Easy Steps to Writing Your First C# Unit Test

7 Easy Steps to Writing Your First C# Unit Test

3
Comments
5 min read
REST API with ASP.NET Core and MySql

REST API with ASP.NET Core and MySql

1
Comments
6 min read
Logging in ASP.NET

Logging in ASP.NET

7
Comments 4
7 min read
Understanding The Filter Pipeline In ASP.NET Core

Understanding The Filter Pipeline In ASP.NET Core

2
Comments
11 min read
Lazy Vs Eager Loading With Entity Framework Core

Lazy Vs Eager Loading With Entity Framework Core

Comments
6 min read
How to Choose the Right Open Source Feature Flags Management Tool

How to Choose the Right Open Source Feature Flags Management Tool

4
Comments
3 min read
C# LINQ,

C# LINQ,

Comments
6 min read
Part 2: Your First API

Part 2: Your First API

Comments
4 min read
Stacking of Pop-Up Notification in WPF

Stacking of Pop-Up Notification in WPF

9
Comments
4 min read
100 C# Code Snippets for Everyday Problems✨

100 C# Code Snippets for Everyday Problems✨

77
Comments 6
16 min read
Tips on interacting with a database with C#

Tips on interacting with a database with C#

5
Comments
7 min read
Flyweight Pattern in C#

Flyweight Pattern in C#

7
Comments
10 min read
.NET 8 is on the way! +10 Features that will blow your mind 🤯

.NET 8 is on the way! +10 Features that will blow your mind 🤯

33
Comments 2
7 min read
Exploring Code Performance Testing in C# with BenchmarkDotNet

Exploring Code Performance Testing in C# with BenchmarkDotNet

4
Comments 1
8 min read
Are You Struggeling With Learning Game Dev?

Are You Struggeling With Learning Game Dev?

1
Comments
3 min read
CORS in ASP.NET

CORS in ASP.NET

17
Comments 1
4 min read
IEnumerable vs IQueryable in C#

IEnumerable vs IQueryable in C#

5
Comments
3 min read
My C# Code Conventions and Style Guide

My C# Code Conventions and Style Guide

23
Comments 22
2 min read
IEnumerable, ICollection, IList in .NET

IEnumerable, ICollection, IList in .NET

3
Comments
3 min read
REST API with ASP.NET Core 7 and Postgres

REST API with ASP.NET Core 7 and Postgres

2
Comments
7 min read
A Practical Guide to ASP.NET Applications: Designing Robust CRUD WebAPIs (Part2)

A Practical Guide to ASP.NET Applications: Designing Robust CRUD WebAPIs (Part2)

Comments
12 min read
The DateTime Data Type in C#: Everything you need to know

The DateTime Data Type in C#: Everything you need to know

3
Comments
4 min read
Prevent .NET Application Insights telemetry loss

Prevent .NET Application Insights telemetry loss

14
Comments 2
6 min read
Struct vs. Record vs. Class in C#

Struct vs. Record vs. Class in C#

2
Comments
7 min read
HTTP Security Headers in ASP.NET

HTTP Security Headers in ASP.NET

7
Comments 2
3 min read
Adapter Design Pattern

Adapter Design Pattern

2
Comments
5 min read
REST API with ASP.NET Core and InMemory Store

REST API with ASP.NET Core and InMemory Store

2
Comments
6 min read
“Builder Design Pattern”

“Builder Design Pattern”

2
Comments
3 min read
Prototype design pattern

Prototype design pattern

2
Comments
7 min read
“Abstract” Factory Design Pattern

“Abstract” Factory Design Pattern

2
Comments
3 min read
Factory Pattern

Factory Pattern

2
Comments
4 min read
Façade on “Builder”

Façade on “Builder”

2
Comments
4 min read
Aplicando a Orientação a Objetos: Classes, atributos e métodos [1/10]🧶

Aplicando a Orientação a Objetos: Classes, atributos e métodos [1/10]🧶

5
Comments
4 min read
Functional “Builder”

Functional “Builder”

2
Comments
4 min read
Stepwise “Builder”

Stepwise “Builder”

2
Comments
3 min read
Singleton Pattern

Singleton Pattern

Comments
5 min read
Fluency in “Builder Inheritance”

Fluency in “Builder Inheritance”

Comments
4 min read
How to change default Nuget packages folder on Windows

How to change default Nuget packages folder on Windows

3
Comments
1 min read
loading...