DEV Community

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Como conectar o Aplicativo MAUI no Emulador Android e WEB Api na mesma máquina

Como conectar o Aplicativo MAUI no Emulador Android e WEB Api na mesma máquina

4
Comments
8 min read
View Visual Studio activity logs better

View Visual Studio activity logs better

2
Comments
2 min read
Power of Reference in Elanat, vs Middleware in ASP.NET Core

Power of Reference in Elanat, vs Middleware in ASP.NET Core

Comments
6 min read
From ADO.NET to Entity Framework Core: ADO.NET beginner guide

From ADO.NET to Entity Framework Core: ADO.NET beginner guide

2
Comments
9 min read
Working With the Path Static Class in C#

Working With the Path Static Class in C#

10
Comments
8 min read
Unity game architecture Part 2

Unity game architecture Part 2

5
Comments
5 min read
WPF App Modernisation: A Pragmatic Approach

WPF App Modernisation: A Pragmatic Approach

3
Comments
3 min read
5 amusing oddities in the code of Entity Framework Core

5 amusing oddities in the code of Entity Framework Core

1
Comments
6 min read
.NET Core Interview Question & Answers

.NET Core Interview Question & Answers

9
Comments 2
15 min read
How to Make Sure Your Test Resources Are Always Available

How to Make Sure Your Test Resources Are Always Available

4
Comments
3 min read
Interface Proxy

Interface Proxy

3
Comments
4 min read
For the record

For the record

1
Comments 3
2 min read
Lessons learned from building a static code analyzer for C#

Lessons learned from building a static code analyzer for C#

2
Comments
6 min read
Por debaixo do capô: csharp e Açúcar Sintático!

Por debaixo do capô: csharp e Açúcar Sintático!

46
Comments
11 min read
Here's What's New in C# 12

Here's What's New in C# 12

1
Comments
3 min read
Saia do Loop - Data Annotation.

Saia do Loop - Data Annotation.

4
Comments 1
4 min read
Full description of the add-on at Elanat CMS

Full description of the add-on at Elanat CMS

4
Comments 1
7 min read
Prime Numbers in C#: A Detailed Guide📚

Prime Numbers in C#: A Detailed Guide📚

17
Comments 2
6 min read
Misconception about 'AllowedHosts' in a .NET C# Web API

Misconception about 'AllowedHosts' in a .NET C# Web API

3
Comments 1
3 min read
How to Redact PDF Documents in .NET using the PDF Library

How to Redact PDF Documents in .NET using the PDF Library

1
Comments
1 min read
Dangerous Using Declaration (C# 8.0)

Dangerous Using Declaration (C# 8.0)

13
Comments 2
3 min read
Computation Expressions: an F# feature I wish I had but that will never be implemented in C#

Computation Expressions: an F# feature I wish I had but that will never be implemented in C#

3
Comments
7 min read
C# `float` vs `double`: Performance Considerations

C# `float` vs `double`: Performance Considerations

14
Comments 1
2 min read
How to Convert Excel to PDF in ASP.NET Core using the Excel Library

How to Convert Excel to PDF in ASP.NET Core using the Excel Library

1
Comments
2 min read
C# - Functional Programming with LINQ

C# - Functional Programming with LINQ

1
Comments
1 min read
Elanat 2.1 released - .NET Honor!

Elanat 2.1 released - .NET Honor!

8
Comments 2
5 min read
Visual Studio JavaScript minifier / compressor

Visual Studio JavaScript minifier / compressor

1
Comments
2 min read
Introdução ao .NET com Visual Studio Code

Introdução ao .NET com Visual Studio Code

6
Comments
2 min read
C# OOP

C# OOP

6
Comments
3 min read
What is the best way to copy an array?

What is the best way to copy an array?

6
Comments
3 min read
OPTIONS PATTERN IN .NET 6

OPTIONS PATTERN IN .NET 6

20
Comments 6
4 min read
LiteDB: Um banco de dados NoSQL simples e poderoso para dotnet!

LiteDB: Um banco de dados NoSQL simples e poderoso para dotnet!

10
Comments
9 min read
Simplify Unit Tests by Storing Complex Data in Resource Files

Simplify Unit Tests by Storing Complex Data in Resource Files

6
Comments
5 min read
Blazor RenderFragment – How To Use Plugins To Generate HTML

Blazor RenderFragment – How To Use Plugins To Generate HTML

Comments
4 min read
Converting Excel XLSX to PDF with C# .NET

Converting Excel XLSX to PDF with C# .NET

1
Comments
3 min read
ASP.NET Core y el Patrón Decorador: Ampliando la Funcionalidad de tus APIs

ASP.NET Core y el Patrón Decorador: Ampliando la Funcionalidad de tus APIs

6
Comments 1
8 min read
C# - Parallel Programming with async and await for Concurrent Execution

C# - Parallel Programming with async and await for Concurrent Execution

2
Comments
1 min read
Embarking On My Hacktoberfest Journey as a Unity Game Repo Maintainer 🎃 🎮

Embarking On My Hacktoberfest Journey as a Unity Game Repo Maintainer 🎃 🎮

5
Comments 3
5 min read
The Beauty of the Pull Request

The Beauty of the Pull Request

Comments
3 min read
Form Validations Made Easy in Blazor

Form Validations Made Easy in Blazor

9
Comments 2
7 min read
How to integrate Feature Flags stored on Azure App Configuration in an ASP.NET Core Application

How to integrate Feature Flags stored on Azure App Configuration in an ASP.NET Core Application

1
Comments
6 min read
Multiple Result Sets for SQL-Server (C#) including Dapper

Multiple Result Sets for SQL-Server (C#) including Dapper

8
Comments 2
6 min read
NUNit and C# - Tutorial to automate your API Tests from scratch

NUNit and C# - Tutorial to automate your API Tests from scratch

192
Comments 20
8 min read
Easy way to mock HTTP responses.

Easy way to mock HTTP responses.

8
Comments
3 min read
Excellent less-known .NET libraries

Excellent less-known .NET libraries

2
Comments
2 min read
Decorator Pattern through Ice Cream

Decorator Pattern through Ice Cream

2
Comments
12 min read
Processando grandes arquivos com o System.IO.Pipelines

Processando grandes arquivos com o System.IO.Pipelines

9
Comments
4 min read
<=60s - C#

<=60s - C#

1
Comments
1 min read
Você já usou o System.Threading.Channels?

Você já usou o System.Threading.Channels?

8
Comments
3 min read
Integrating the OpenAI API into a C# Project with Visual Studio

Integrating the OpenAI API into a C# Project with Visual Studio

3
Comments
2 min read
Efficient Dart: Part 2, Breaking Bad

Efficient Dart: Part 2, Breaking Bad

11
Comments
18 min read
From Converters to Dependency Injection: Navigating Model Migrations

From Converters to Dependency Injection: Navigating Model Migrations

7
Comments 2
4 min read
5 ASP.NET Mistakes I Wish I Knew Earlier 🚀

5 ASP.NET Mistakes I Wish I Knew Earlier 🚀

2
Comments
2 min read
Fields vs Properties in C# OOP - Which one should you use?

Fields vs Properties in C# OOP - Which one should you use?

17
Comments 2
5 min read
How to Validate User Input in the .NET MAUI Data Form

How to Validate User Input in the .NET MAUI Data Form

Comments
1 min read
Dotnet Benchmarks – How To Use BenchmarkDotNet For Beginners

Dotnet Benchmarks – How To Use BenchmarkDotNet For Beginners

5
Comments
4 min read
Getting started with Azure Cognitive Search in C#

Getting started with Azure Cognitive Search in C#

1
Comments 1
13 min read
How to Easily Create New Mock Instances in Unit Tests

How to Easily Create New Mock Instances in Unit Tests

6
Comments 2
4 min read
The Power of Convention

The Power of Convention

Comments
4 min read
.NET Webhooks -Your Dummy’s Guide🤓

.NET Webhooks -Your Dummy’s Guide🤓

17
Comments 2
6 min read
loading...