DEV Community

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Consejos diario para C#

Consejos diario para C#

1
Comments 2
1 min read
Mastering OOP: Unveiling the Power of Constructors for Efficient Code Creation and Optimization

Mastering OOP: Unveiling the Power of Constructors for Efficient Code Creation and Optimization

6
Comments
6 min read
Extending List Functionality with C# Extension Methods

Extending List Functionality with C# Extension Methods

1
Comments
2 min read
TwoSum Example in C#: Print and Count Pairs with Given Sum

TwoSum Example in C#: Print and Count Pairs with Given Sum

2
Comments
2 min read
C# - Using Static Caches for Efficiency

C# - Using Static Caches for Efficiency

Comments
1 min read
I started an RTS game project - Hot Heads: In the Firefight

I started an RTS game project - Hot Heads: In the Firefight

1
Comments
3 min read
Concatenate Two Strings in C#

Concatenate Two Strings in C#

1
Comments
1 min read
C# Insert binary files into SQL-Server table

C# Insert binary files into SQL-Server table

12
Comments 1
7 min read
An easy and simple way to implement soft delete in .Net using EF Core

An easy and simple way to implement soft delete in .Net using EF Core

10
Comments
2 min read
Solid Principle : Liskov Substitution Principle

Solid Principle : Liskov Substitution Principle

2
Comments
4 min read
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
Balancing Cross-Cutting Concerns in Clean Architecture

Balancing Cross-Cutting Concerns in Clean Architecture

1
Comments
5 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

Comments
1 min read
Abstraction in Object-Oriented Programming

Abstraction in Object-Oriented Programming

Comments
2 min read
Implement G-suit Chat Service in .NET Using Google Chat API

Implement G-suit Chat Service in .NET Using Google Chat API

Comments
5 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

28
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

9
Comments
3 min read
How DbContext pooling works!

How DbContext pooling works!

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

What is Inline Arrays in C# 12

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

8
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

3
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

1
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

9
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
CodeBehind 2.1; aspx Back to ASP.NET Core

CodeBehind 2.1; aspx Back to ASP.NET Core

2
Comments 1
3 min read
Solid Principle : Open/Closed Principle

Solid Principle : Open/Closed Principle

Comments
4 min read
Azure Service Bus Simulator

Azure Service Bus Simulator

2
Comments
2 min read
C# - Extended Property Patterns

C# - Extended Property Patterns

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

Advent of Code 2023: Day 15 Lens Library

Comments
2 min read
C# - `Required` Attribute for Non-Nullable Reference Types

C# - `Required` Attribute for Non-Nullable Reference Types

Comments
1 min read
loading...