DEV Community

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
How to Build a Razor Class Library for Passport MRZ Recognition

How to Build a Razor Class Library for Passport MRZ Recognition

Comments
8 min read
Game Dev Digest — Issue #219 - Level Up Your Code

Game Dev Digest — Issue #219 - Level Up Your Code

2
Comments
8 min read
Uma forma simples de realizar soft delete em .Net utilizando Entity Framework Core

Uma forma simples de realizar soft delete em .Net utilizando Entity Framework Core

Comments
2 min read
C# - Simplify Event Handling with Lambda Improvements

C# - Simplify Event Handling with Lambda Improvements

Comments
1 min read
Understanding Action and Func Delegates in C#

Understanding Action and Func Delegates in C#

1
Comments
2 min read
Counter App with GTK4 and .NET 8

Counter App with GTK4 and .NET 8

Comments
3 min read
What Does Yield Do In C#: A Simplified View For Beginners

What Does Yield Do In C#: A Simplified View For Beginners

1
Comments
7 min read
Getting Started with the .NET MAUI Date Picker Control

Getting Started with the .NET MAUI Date Picker Control

1
Comments
1 min read
Abstraction in Object-Oriented Programming

Abstraction in Object-Oriented Programming

Comments
2 min read
Supercharged Dapper Repositories: Boost Performance With Sorted Span<T>

Supercharged Dapper Repositories: Boost Performance With Sorted Span<T>

Comments
1 min read
How To Implement The Pipeline Design Pattern In C#

How To Implement The Pipeline Design Pattern In C#

1
Comments
8 min read
If-Else vs Switch Statement in C#

If-Else vs Switch Statement in C#

Comments
2 min read
Getting Started with the Blazor Dropdown Tree Component

Getting Started with the Blazor Dropdown Tree Component

Comments
1 min read
C#, Dart, TypeScript , Python: side-by-side

C#, Dart, TypeScript , Python: side-by-side

31
Comments 10
7 min read
Let's dive a bit deeper into each step of the MediatR architecture

Let's dive a bit deeper into each step of the MediatR architecture

5
Comments 2
2 min read
Excel Generation in C# using NPOI Library

Excel Generation in C# using NPOI Library

Comments 1
2 min read
🍳 Asynchronous Programming in C# Made Easy: Breakfast Included! ☕️

🍳 Asynchronous Programming in C# Made Easy: Breakfast Included! ☕️

1
Comments
1 min read
Gathering HAR and deciphered PCAP from you webdriver tests

Gathering HAR and deciphered PCAP from you webdriver tests

1
Comments 1
5 min read
Dapper DateOnly/TimeOnly

Dapper DateOnly/TimeOnly

10
Comments
3 min read
How DbContext pooling works!

How DbContext pooling works!

21
Comments
3 min read
What is Inline Arrays in C# 12

What is Inline Arrays in C# 12

1
Comments
1 min read
2D Arrays in C#: How To Use Them

2D Arrays in C#: How To Use Them

8
Comments 1
5 min read
ThreadPool in C#: Practical Examples

ThreadPool in C#: Practical Examples

3
Comments 2
2 min read
Understanding C# Delegates and Events

Understanding C# Delegates and Events

Comments
2 min read
Working with ListView in Windows Forms

Working with ListView in Windows Forms

13
Comments
12 min read
The SOLID Principles in C#

The SOLID Principles in C#

1
Comments
2 min read
[HELP] Best practices for pagination using EF Core 8

[HELP] Best practices for pagination using EF Core 8

4
Comments 7
1 min read
How I Built a NuGet Package

How I Built a NuGet Package

4
Comments
4 min read
Concurrent Collections in C#

Concurrent Collections in C#

Comments
2 min read
How to Edit and Convert PDF, PNG, JPEG, and TIFF Files in Blazor Apps

How to Edit and Convert PDF, PNG, JPEG, and TIFF Files in Blazor Apps

Comments
9 min read
How to Create and Update a Table of Contents in Word Documents Using the .NET Word Library

How to Create and Update a Table of Contents in Word Documents Using the .NET Word Library

Comments
2 min read
Demystifying OOP in C#: Your Guide to Building Robust and Flexible Applications

Demystifying OOP in C#: Your Guide to Building Robust and Flexible Applications

2
Comments
3 min read
SOLID Principle: Single Resposibility Principle

SOLID Principle: Single Resposibility Principle

39
Comments 15
2 min read
C# - Record Structs for Immutable Value Types

C# - Record Structs for Immutable Value Types

Comments
1 min read
Beginner's guide to Unit Testing with NUnit.

Beginner's guide to Unit Testing with NUnit.

3
Comments
3 min read
Building .NET 8 APIs with Zero-Setup CQRS and Vertical Slice Architecture

Building .NET 8 APIs with Zero-Setup CQRS and Vertical Slice Architecture

11
Comments 3
3 min read
If Statements in C#: Undestanding and Best Practices

If Statements in C#: Undestanding and Best Practices

10
Comments
4 min read
C# - Interpolated String Handling

C# - Interpolated String Handling

Comments
1 min read
Sealed: Preventing Inheritance in C#

Sealed: Preventing Inheritance in C#

3
Comments 4
3 min read
Its 2024 and its time for a look at your Web API Tech Stack.

Its 2024 and its time for a look at your Web API Tech Stack.

Comments
5 min read
Primary Constructor in C# 12: Streamlining Object Creation

Primary Constructor in C# 12: Streamlining Object Creation

4
Comments 3
2 min read
Stop using Google to lookup error codes and write your own error lookup class.

Stop using Google to lookup error codes and write your own error lookup class.

4
Comments
6 min read
Solid Principle : Open/Closed Principle

Solid Principle : Open/Closed Principle

Comments
4 min read
CodeBehind 2.1; aspx Back to ASP.NET Core

CodeBehind 2.1; aspx Back to ASP.NET Core

Comments 1
3 min read
Azure Service Bus Simulator

Azure Service Bus Simulator

2
Comments
2 min read
Advent of Code 2023: Day 15 Lens Library

Advent of Code 2023: Day 15 Lens Library

Comments
2 min read
Azure AD B2C学習メモ

Azure AD B2C学習メモ

Comments 1
2 min read
== problem with generics

== problem with generics

Comments
3 min read
Game Dev Digest — Issue #217 - Small Games, Coding Patterns, AI, Fluid Sims and more

Game Dev Digest — Issue #217 - Small Games, Coding Patterns, AI, Fluid Sims and more

Comments
9 min read
C# - Struct Improvements in C# 10.0

C# - Struct Improvements in C# 10.0

Comments 1
1 min read
What is ThreadPool Class in C#?

What is ThreadPool Class in C#?

Comments
2 min read
Semantic Tests for SemanticKernel Plugins using skUnit

Semantic Tests for SemanticKernel Plugins using skUnit

8
Comments 3
3 min read
Understanding Abstract Classes and Interfaces in C#

Understanding Abstract Classes and Interfaces in C#

Comments
2 min read
Improving Azure AI Search results with semantic search

Improving Azure AI Search results with semantic search

35
Comments
9 min read
Setup Nullable reference type in Unity

Setup Nullable reference type in Unity

Comments
1 min read
How to Build a Razor Class Library for Web Camera Access

How to Build a Razor Class Library for Web Camera Access

Comments 2
7 min read
Handling Non-Standard JSON in .NET Using System.Text.Json

Handling Non-Standard JSON in .NET Using System.Text.Json

6
Comments 3
2 min read
C# - File-scoped Namespaces

C# - File-scoped Namespaces

Comments
1 min read
Examples Of The Factory Pattern In C# – A Simple Beginner’s Guide

Examples Of The Factory Pattern In C# – A Simple Beginner’s Guide

7
Comments
9 min read
Gentle introduction for generics (C#)

Gentle introduction for generics (C#)

8
Comments
7 min read
loading...