DEV Community

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Mastering Design Patterns in .NET: Beginner-Friendly AI Examples

Mastering Design Patterns in .NET: Beginner-Friendly AI Examples

8
Comments 1
3 min read
ASP.NET Core/Razor pages Secret Manager

ASP.NET Core/Razor pages Secret Manager

1
Comments
4 min read
Instrumenting System.CommandLine-based .NET applications

Instrumenting System.CommandLine-based .NET applications

4
Comments 2
2 min read
ASP.NET Core Middleware: Working with Global Exception Handling

ASP.NET Core Middleware: Working with Global Exception Handling

38
Comments
4 min read
ReactJS Coding and TechTalking, come join :D

ReactJS Coding and TechTalking, come join :D

3
Comments 1
1 min read
How to Build a Windows Desktop App for Document, Barcode, and MRZ Detection with C# and .NET WinForms

How to Build a Windows Desktop App for Document, Barcode, and MRZ Detection with C# and .NET WinForms

Comments
8 min read
Getting Started with the .NET MAUI Numeric Entry Control

Getting Started with the .NET MAUI Numeric Entry Control

Comments
1 min read
How Is C# Evolving to Adapt to Modern Dev Trends?

How Is C# Evolving to Adapt to Modern Dev Trends?

4
Comments 1
1 min read
Learn Resharper PostFix and Source Templates

Learn Resharper PostFix and Source Templates

2
Comments
8 min read
C# 12: Embracing the Quirks and Magic of Modern Programming

C# 12: Embracing the Quirks and Magic of Modern Programming

Comments
3 min read
Mechanisms and Performance when querying data to SQLServer from C#

Mechanisms and Performance when querying data to SQLServer from C#

10
Comments
13 min read
Making a watermark for PDF.

Making a watermark for PDF.

1
Comments
4 min read
C# Tuples: An Introductory Guide on Tuples in C# With Examples

C# Tuples: An Introductory Guide on Tuples in C# With Examples

6
Comments
6 min read
The Power of C#.NET in My Client Solutions - A Synopsis

The Power of C#.NET in My Client Solutions - A Synopsis

1
Comments
2 min read
The Early Return Pattern in C#

The Early Return Pattern in C#

2
Comments 2
3 min read
7 New Features (or bug fixes🐛) You Might Have Missed in .NET 8

7 New Features (or bug fixes🐛) You Might Have Missed in .NET 8

30
Comments 1
13 min read
Creating MAUI UI's in C#

Creating MAUI UI's in C#

24
Comments
27 min read
9 "Black Magics" and "Tricks" in C#

9 "Black Magics" and "Tricks" in C#

3
Comments
7 min read
How to Unit Test and Mock Services with Date and Time Logic

How to Unit Test and Mock Services with Date and Time Logic

11
Comments
4 min read
Comment convertir un PDF en HTML avec C# et VB.NET

Comment convertir un PDF en HTML avec C# et VB.NET

Comments
3 min read
Background Tasks and Scheduled Jobs in .NET? Meet Hangfire🔥

Background Tasks and Scheduled Jobs in .NET? Meet Hangfire🔥

29
Comments 2
10 min read
Backend development is more than writing endpoints for frontend

Backend development is more than writing endpoints for frontend

347
Comments 35
15 min read
Brief history of .NET

Brief history of .NET

1
Comments
3 min read
Use of Feature Flags and Observability Tools for Gradual and Safety Database Migration

Use of Feature Flags and Observability Tools for Gradual and Safety Database Migration

Comments
6 min read
Examining suspicious code fragments in AWS SDK for .NET

Examining suspicious code fragments in AWS SDK for .NET

Comments
10 min read
Different Layers in .NET MAUI Maps

Different Layers in .NET MAUI Maps

Comments
1 min read
C# Exception Handling Interview Questions and Answers

C# Exception Handling Interview Questions and Answers

39
Comments
22 min read
Turn your Chromebook into a .Net developer machine!

Turn your Chromebook into a .Net developer machine!

1
Comments
3 min read
Entry-7: Different Ways to Collections in C#

Entry-7: Different Ways to Collections in C#

1
Comments 3
4 min read
How to better interact with data in Window Forms

How to better interact with data in Window Forms

4
Comments
6 min read
Background Services in .NET Core: Building Efficient and Scalable Applications

Background Services in .NET Core: Building Efficient and Scalable Applications

7
Comments
2 min read
Migration to .NET Core. Mission Complete

Migration to .NET Core. Mission Complete

Comments
10 min read
Better Validation

Better Validation

Comments
2 min read
The Art of C# Pattern Matching

The Art of C# Pattern Matching

3
Comments
2 min read
A few words about data objects and what better use?

A few words about data objects and what better use?

Comments
7 min read
Implementando el Patrón Outbox en ASP.NET Core: Mejorando la Consistencia en Sistemas Distribuidos

Implementando el Patrón Outbox en ASP.NET Core: Mejorando la Consistencia en Sistemas Distribuidos

9
Comments
12 min read
Unraveling the Enigma: Exploring Object Equality in JavaScript and Beyond

Unraveling the Enigma: Exploring Object Equality in JavaScript and Beyond

Comments
2 min read
Build A Todo API With .NET And Appwrite

Build A Todo API With .NET And Appwrite

63
Comments 2
5 min read
Virtualization in Blazor DataGrid Component

Virtualization in Blazor DataGrid Component

Comments
1 min read
Mastering LINQ in C#: Harnessing the Power of Querying and Aggregating

Mastering LINQ in C#: Harnessing the Power of Querying and Aggregating

1
Comments
2 min read
Razor Pages using Dropdowns

Razor Pages using Dropdowns

7
Comments
6 min read
What is Async Programming and How Does it Affect Unit Tests?

What is Async Programming and How Does it Affect Unit Tests?

5
Comments
5 min read
Response Compression in ASP.NET

Response Compression in ASP.NET

2
Comments 3
7 min read
What NullReferenceException is and how to avoid it

What NullReferenceException is and how to avoid it

4
Comments
4 min read
Create a windows form app which functions as Login form.

Create a windows form app which functions as Login form.

Comments
2 min read
ASP.NET Core in .NET 8 continues to Reveal New Features! Too many features released?

ASP.NET Core in .NET 8 continues to Reveal New Features! Too many features released?

24
Comments
11 min read
ZeroQL - LINQ Graphql Client Updates

ZeroQL - LINQ Graphql Client Updates

7
Comments
5 min read
Azure AI Vision - Large Foundation Model

Azure AI Vision - Large Foundation Model

4
Comments
7 min read
Introducing PETSCIITile Framework - Building Tile-Based Games with ASCII and Graphics!

Introducing PETSCIITile Framework - Building Tile-Based Games with ASCII and Graphics!

17
Comments 7
2 min read
10 Bad Practices to Avoid in ASP.NET Core API Controllers

10 Bad Practices to Avoid in ASP.NET Core API Controllers

24
Comments 11
5 min read
Azure Static Web App for a contact us page

Azure Static Web App for a contact us page

4
Comments
2 min read
C# LINQ Exploring

C# LINQ Exploring

2
Comments
3 min read
Introduction to Blazor

Introduction to Blazor

Comments
11 min read
CREATING CUSTOM VALIDATION ATTRIBUTE IN .NET

CREATING CUSTOM VALIDATION ATTRIBUTE IN .NET

13
Comments
5 min read
How can you add appsettings.json to a Blazor WebAssembly project

How can you add appsettings.json to a Blazor WebAssembly project

24
Comments
3 min read
Midiendo el rendimiento de nuestro código con BenchmarkDotNet

Midiendo el rendimiento de nuestro código con BenchmarkDotNet

3
Comments
3 min read
Midiendo el rendimiento de nuestro código con BenchmarkDotNet - MemoryDiagnoser

Midiendo el rendimiento de nuestro código con BenchmarkDotNet - MemoryDiagnoser

Comments
2 min read
Moq Techniques: How to Pick the Best Syntax when Configuring Your Mocks

Moq Techniques: How to Pick the Best Syntax when Configuring Your Mocks

1
Comments
4 min read
The main pitfalls in generating images with DALL-E API.

The main pitfalls in generating images with DALL-E API.

5
Comments
9 min read
Auth0 y ASP.NET: Cómo proteger tus aplicaciones web con autenticación avanzada

Auth0 y ASP.NET: Cómo proteger tus aplicaciones web con autenticación avanzada

5
Comments
15 min read
loading...