DEV Community

C#

Official tag for the C# programming language.

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Wrapper classes in C#

Wrapper classes in C#

Comments
2 min read
C# In Practice — Building Tech Support App

C# In Practice — Building Tech Support App

Comments
4 min read
AutofacServiceProviderFactory in ASP.NET Core – Problems With Dependency Injection (Part 1)

AutofacServiceProviderFactory in ASP.NET Core – Problems With Dependency Injection (Part 1)

Comments
8 min read
How to Handle File Uploads with ASP.NET Core

How to Handle File Uploads with ASP.NET Core

Comments
7 min read
The Ultimate Guide to Top 10 Useful C# Code Snippets đź’Ż

The Ultimate Guide to Top 10 Useful C# Code Snippets đź’Ż

3
Comments 4
2 min read
Should I Be Using IEnumerable, IQueryable, ICollection, or IListd?

Should I Be Using IEnumerable, IQueryable, ICollection, or IListd?

Comments
1 min read
Symfony 7 vs. .NET Core 8 - web application; the basics

Symfony 7 vs. .NET Core 8 - web application; the basics

Comments
4 min read
Get SQL-Server Stored Procedures with C#

Get SQL-Server Stored Procedures with C#

30
Comments
9 min read
Configure Renovate to handle nuspec files

Configure Renovate to handle nuspec files

Comments
2 min read
Configure Renovate to update preview versions of NuGet packages

Configure Renovate to update preview versions of NuGet packages

Comments
2 min read
Referencing external Docker containers in .NET Aspire using the new custom resources API

Referencing external Docker containers in .NET Aspire using the new custom resources API

Comments
4 min read
Reading Request Headers Across Multiple .NET Core API Controllers

Reading Request Headers Across Multiple .NET Core API Controllers

Comments
2 min read
Navigating Technical Debt

Navigating Technical Debt

Comments
4 min read
Don't Make This Dependency Injection Mistake!

Don't Make This Dependency Injection Mistake!

Comments
1 min read
Game Dev Digest — Issue #231 - New And Retro

Game Dev Digest — Issue #231 - New And Retro

Comments
11 min read
Your Friendly Guide to Understanding gRPC in .NET with C#

Your Friendly Guide to Understanding gRPC in .NET with C#

4
Comments
3 min read
MediatR Response: Should the Request Handler Return Exceptions?

MediatR Response: Should the Request Handler Return Exceptions?

Comments
8 min read
Automatic interfaces generation in the C#

Automatic interfaces generation in the C#

Comments
1 min read
How to create an Installer for a Winforms application using Wix for Visual Studio 2022

How to create an Installer for a Winforms application using Wix for Visual Studio 2022

Comments
3 min read
How to Add Blazor Components to a Blazor WPF App

How to Add Blazor Components to a Blazor WPF App

Comments
2 min read
Let's Build a Select Component in Blazor

Let's Build a Select Component in Blazor

1
Comments
5 min read
C# Delegates In Practice — Implementing Observer Pattern With Delegates

C# Delegates In Practice — Implementing Observer Pattern With Delegates

Comments
3 min read
The easiest and best way to create the gitignore file for .Net repositories

The easiest and best way to create the gitignore file for .Net repositories

2
Comments 1
1 min read
Enhancing WPF DatePicker: Issues and Solutions via SmartDate CustomControl

Enhancing WPF DatePicker: Issues and Solutions via SmartDate CustomControl

Comments
8 min read
What's a Class, Struct or Record in C#?

What's a Class, Struct or Record in C#?

1
Comments
1 min read
MudBlazor with Blazor Interactive SSR – What You Need To Know

MudBlazor with Blazor Interactive SSR – What You Need To Know

Comments
6 min read
Choosing the Right Language: Java, C#, or C++

Choosing the Right Language: Java, C#, or C++

Comments
2 min read
The 20 Game Challenge : Game 1

The 20 Game Challenge : Game 1

3
Comments 1
6 min read
Modern C# Development: Get Started with DateOnly

Modern C# Development: Get Started with DateOnly

13
Comments 6
3 min read
Elanat CMS 2.2, File Manager Component is Compatible with .NET Core

Elanat CMS 2.2, File Manager Component is Compatible with .NET Core

Comments
2 min read
Try Catch in C#: The Basics You Need to Know

Try Catch in C#: The Basics You Need to Know

Comments 1
9 min read
Design Patterns in C#

Design Patterns in C#

16
Comments 2
6 min read
How to Convert a String to Byte Array in C#: Encoding and Decoding Simplified

How to Convert a String to Byte Array in C#: Encoding and Decoding Simplified

Comments
7 min read
C# Priority Queue

C# Priority Queue

1
Comments
3 min read
Secure Access to Azure Storage Blobs

Secure Access to Azure Storage Blobs

Comments
2 min read
Design Pattern - Factory Method

Design Pattern - Factory Method

1
Comments
4 min read
Unveiling the Strengths of .NET: Choosing .NET over Node.js

Unveiling the Strengths of .NET: Choosing .NET over Node.js

5
Comments
4 min read
Closures: Performance implications

Closures: Performance implications

Comments
9 min read
Closures: Lifting the hood

Closures: Lifting the hood

Comments
7 min read
Create Excel Table in Just 3 Steps Using C#

Create Excel Table in Just 3 Steps Using C#

Comments
5 min read
Nephalem's nightmare. Exploring errors in Diablo 3 server emulator code

Nephalem's nightmare. Exploring errors in Diablo 3 server emulator code

2
Comments
11 min read
How to Merge PDF Files in C# (Developer Tutorial)

How to Merge PDF Files in C# (Developer Tutorial)

Comments
5 min read
How to Edit a PDF File in C# (Developer Tutorial)

How to Edit a PDF File in C# (Developer Tutorial)

1
Comments 2
5 min read
How to Convert PDF to Image in C# (Developer Tutorial)

How to Convert PDF to Image in C# (Developer Tutorial)

Comments
5 min read
What is the Record Type in C# and Should I use it?

What is the Record Type in C# and Should I use it?

Comments
1 min read
Inline Editing in Blazor Rich Text Editor: An Overview

Inline Editing in Blazor Rich Text Editor: An Overview

Comments
6 min read
Mastering Background Services in .NET Core đź“š

Mastering Background Services in .NET Core đź“š

4
Comments 8
4 min read
Couldn’t get equations in html when convert word .docx file to html file in C#.

Couldn’t get equations in html when convert word .docx file to html file in C#.

1
Comments
2 min read
What’s New in Blazor Query Builder: 2024 Volume 1

What’s New in Blazor Query Builder: 2024 Volume 1

Comments
8 min read
Stop Using the var Keyword!

Stop Using the var Keyword!

3
Comments 5
1 min read
Mastering SOLID Principles in C#: A Practical Guide

Mastering SOLID Principles in C#: A Practical Guide

1
Comments
11 min read
Getting Started with C# Records

Getting Started with C# Records

1
Comments
5 min read
Configuring HTTPS Redirection and HSTS in ASP.NET Core

Configuring HTTPS Redirection and HSTS in ASP.NET Core

Comments
3 min read
Implementing Messaging in .NET: A Comprehensive Guide

Implementing Messaging in .NET: A Comprehensive Guide

Comments
5 min read
Building pipelines with System.Threading.Channels

Building pipelines with System.Threading.Channels

1
Comments
8 min read
Understanding IQueryable in C#

Understanding IQueryable in C#

4
Comments
3 min read
This is a post to help your Selenium automation code become faster and more effective!

This is a post to help your Selenium automation code become faster and more effective!

Comments
1 min read
Day 30 of 30-Day .NET Challenge: XML v/s JSON Serialization

Day 30 of 30-Day .NET Challenge: XML v/s JSON Serialization

1
Comments
2 min read
Generics In Csharp

Generics In Csharp

Comments
2 min read
Getting Started with Primary Constructors in .NET 8 and C# 12

Getting Started with Primary Constructors in .NET 8 and C# 12

Comments
6 min read
loading...