DEV Community

C#

Official tag for the C# programming language.

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
From Converters to Dependency Injection: Navigating Model Migrations

From Converters to Dependency Injection: Navigating Model Migrations

7
Comments 2
4 min read
5 ASP.NET Mistakes I Wish I Knew Earlier 🚀

5 ASP.NET Mistakes I Wish I Knew Earlier 🚀

2
Comments
2 min read
Fields vs Properties in C# OOP - Which one should you use?

Fields vs Properties in C# OOP - Which one should you use?

17
Comments 2
5 min read
How to Validate User Input in the .NET MAUI Data Form

How to Validate User Input in the .NET MAUI Data Form

Comments
1 min read
Dotnet Benchmarks – How To Use BenchmarkDotNet For Beginners

Dotnet Benchmarks – How To Use BenchmarkDotNet For Beginners

5
Comments
4 min read
Getting started with Azure Cognitive Search in C#

Getting started with Azure Cognitive Search in C#

1
Comments 1
13 min read
How to Easily Create New Mock Instances in Unit Tests

How to Easily Create New Mock Instances in Unit Tests

6
Comments 2
4 min read
The Power of Convention

The Power of Convention

Comments
4 min read
.NET Webhooks -Your Dummy’s Guide🤓

.NET Webhooks -Your Dummy’s Guide🤓

17
Comments 2
6 min read
Entity Framework: 5 Rookie Traps

Entity Framework: 5 Rookie Traps

Comments
7 min read
Merge Conflicts

Merge Conflicts

7
Comments
3 min read
Automatic Module Discovery With Autofac — Simplified Registration

Automatic Module Discovery With Autofac — Simplified Registration

Comments
4 min read
F# Discriminated Unions vs. C# Class Hierarchies: A Design Perspective

F# Discriminated Unions vs. C# Class Hierarchies: A Design Perspective

3
Comments
3 min read
🎬 Video - Brief introduction of Elanat

🎬 Video - Brief introduction of Elanat

5
Comments
1 min read
Employees Management System (EMS)

Employees Management System (EMS)

1
Comments
4 min read
Por onde e como EU estudo C#

Por onde e como EU estudo C#

88
Comments 11
6 min read
DIY: How I built a 3D Software Engine from scratch

DIY: How I built a 3D Software Engine from scratch

Comments
22 min read
Interfacing Arduino with C#/.NET

Interfacing Arduino with C#/.NET

2
Comments
4 min read
OPTIONS PATTERN IN .NET 6

OPTIONS PATTERN IN .NET 6

20
Comments 6
4 min read
Running Unit Tests in Docker

Running Unit Tests in Docker

1
Comments
3 min read
SIMD aggregate performance

SIMD aggregate performance

2
Comments
2 min read
Using yield for Deferred Execution

Using yield for Deferred Execution

1
Comments
1 min read
Plugin Architecture In Blazor – A How To Guide

Plugin Architecture In Blazor – A How To Guide

2
Comments 4
5 min read
Using Memory<T> and Unsafe Code for Memory Manipulation

Using Memory<T> and Unsafe Code for Memory Manipulation

1
Comments
1 min read
Dark Mode With Blazor and Tailwind Css

Dark Mode With Blazor and Tailwind Css

11
Comments
7 min read
🎬 Video - Hello World! tutorial on CodeBehind framework

🎬 Video - Hello World! tutorial on CodeBehind framework

2
Comments
1 min read
How to Create Accessible PDF Documents in .NET using the PDF Library

How to Create Accessible PDF Documents in .NET using the PDF Library

1
Comments
1 min read
Most Common Mistakes in C# Interview Pull Requests

Most Common Mistakes in C# Interview Pull Requests

2
Comments 2
2 min read
Awaiting .NET 8: A Look Back at the .NET Journey

Awaiting .NET 8: A Look Back at the .NET Journey

1
Comments
4 min read
Clean Code Principles - A Real Friend of Developers

Clean Code Principles - A Real Friend of Developers

1
Comments 2
16 min read
How To Implement The Decorator Pattern With Autofac

How To Implement The Decorator Pattern With Autofac

1
Comments
3 min read
Serilog vs log4net vs NLog - Detailed Comparison

Serilog vs log4net vs NLog - Detailed Comparison

13
Comments 1
12 min read
Memory management in C# - Part 1: why we should care

Memory management in C# - Part 1: why we should care

1
Comments 1
7 min read
Decorator Pattern com Scrutor no Asp.Net Core

Decorator Pattern com Scrutor no Asp.Net Core

2
Comments 1
4 min read
3 Useful NUnit Attributes for Your C# Tests You Shouldn’t Forget About

3 Useful NUnit Attributes for Your C# Tests You Shouldn’t Forget About

5
Comments 1
5 min read
OOP And Interfaces In C#: How To Use Them Effectively

OOP And Interfaces In C#: How To Use Them Effectively

1
Comments 1
4 min read
Service Registration and Decoration in ASP.NET Core

Service Registration and Decoration in ASP.NET Core

1
Comments
2 min read
.NET Diamond shows some of its power

.NET Diamond shows some of its power

3
Comments
5 min read
Basics of accessing the Configuration in .NET Web App

Basics of accessing the Configuration in .NET Web App

Comments
4 min read
"Mastering AutoMapper: Simplifying Object Mapping in .NET"

"Mastering AutoMapper: Simplifying Object Mapping in .NET"

7
Comments 2
7 min read
Fibonacci Sequence in C#: From Zero to Hero

Fibonacci Sequence in C#: From Zero to Hero

10
Comments 1
15 min read
Robust Design through Value Objects in C#

Robust Design through Value Objects in C#

4
Comments
3 min read
Making authentication with Okta.

Making authentication with Okta.

Comments
5 min read
A clean way to use required value types in ASP.NET Core

A clean way to use required value types in ASP.NET Core

Comments
1 min read
How diagnostic HTTP requests and not only. Part 2.

How diagnostic HTTP requests and not only. Part 2.

1
Comments
3 min read
Unit of Work, Repositories Pattern, and Fluent Validation in Dotnet Core Web API 🛠️"

Unit of Work, Repositories Pattern, and Fluent Validation in Dotnet Core Web API 🛠️"

12
Comments 3
11 min read
Visual Studio Appsettings.json schemas

Visual Studio Appsettings.json schemas

8
Comments
5 min read
ASP.NET Core VS CodeBehind

ASP.NET Core VS CodeBehind

5
Comments 2
8 min read
How To Work With The Browser's Local Storage in Blazor

How To Work With The Browser's Local Storage in Blazor

8
Comments
6 min read
C# Intrepid Voyage: 10 Strategies to Master the Language

C# Intrepid Voyage: 10 Strategies to Master the Language

11
Comments 1
8 min read
Crafting an Item-Spawn System

Crafting an Item-Spawn System

1
Comments
4 min read
SQL-Server insert record get primary key back

SQL-Server insert record get primary key back

2
Comments 1
4 min read
Preventing breaking changes in .NET class libraries

Preventing breaking changes in .NET class libraries

4
Comments 1
5 min read
Eradicating the Primitive Obsession

Eradicating the Primitive Obsession

2
Comments
4 min read
Tips to Use Master Reports in Your C# .NET Application

Tips to Use Master Reports in Your C# .NET Application

6
Comments
4 min read
🕰️My C# Time Machine: 13 Lessons From a 10-Year Voyage

🕰️My C# Time Machine: 13 Lessons From a 10-Year Voyage

32
Comments 2
6 min read
C# Delegates Simplified — Part 3

C# Delegates Simplified — Part 3

1
Comments
3 min read
Exploring Identity Endpoints in .NET 8

Exploring Identity Endpoints in .NET 8

9
Comments 2
5 min read
C# Delegates Simplified — Part 1

C# Delegates Simplified — Part 1

1
Comments
2 min read
Decorator Pattern – How To Master It In C# Using Autofac

Decorator Pattern – How To Master It In C# Using Autofac

6
Comments 2
5 min read
loading...