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 Avoid Multiple Nested If-Else Statements Using Guard Clause

How to Avoid Multiple Nested If-Else Statements Using Guard Clause

3
Comments 2
2 min read
How To Add Controllers To A Blazor Server App

How To Add Controllers To A Blazor Server App

2
Comments 1
3 min read
Tip del Dia en C#

Tip del Dia en C#

1
Comments
1 min read
Creating a Dino API in .NET While Writing Almost No Code

Creating a Dino API in .NET While Writing Almost No Code

10
Comments
5 min read
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
Getting started with the Azure Content Safety API.

Getting started with the Azure Content Safety API.

1
Comments
4 min read
C# - Using Static Caches for Efficiency

C# - Using Static Caches for Efficiency

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

6
Comments
2 min read
Solid Principle : Liskov Substitution Principle

Solid Principle : Liskov Substitution Principle

2
Comments
4 min read
Balancing Cross-Cutting Concerns in Clean Architecture

Balancing Cross-Cutting Concerns in Clean Architecture

1
Comments
5 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
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
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
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
C# Insert binary files into SQL-Server table

C# Insert binary files into SQL-Server table

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

25
Comments 10
7 min read
Excel Generation in C# using NPOI Library

Excel Generation in C# using NPOI Library

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

4
Comments 2
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
5 min read
Dapper DateOnly/TimeOnly

Dapper DateOnly/TimeOnly

2
Comments
3 min read
How DbContext pooling works!

How DbContext pooling works!

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

1
Comments 2
2 min read
🌟Expression Tree 🌟

🌟Expression Tree 🌟

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

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

[HELP] Best practices for pagination using EF Core 8

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

How I Built a NuGet Package

4
Comments
4 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
Understanding the Fundamentals of Database Programming Languages

Understanding the Fundamentals of Database Programming Languages

3
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

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.

1
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

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

If Statements in C#: Undestanding and Best Practices

9
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#

2
Comments 4
3 min read
Primary Constructor in C# 12: Streamlining Object Creation

Primary Constructor in C# 12: Streamlining Object Creation

3
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
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
Azure AD B2C学習メモ

Azure AD B2C学習メモ

Comments 1
2 min read
== problem with generics

== problem with generics

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

C# - Struct Improvements in C# 10.0

Comments 1
1 min read
Semantic Tests for SemanticKernel Plugins using skUnit

Semantic Tests for SemanticKernel Plugins using skUnit

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

Understanding Abstract Classes and Interfaces in C#

Comments
2 min read
loading...