DEV Community

.NET

.NET is an open source developer platform, created by Microsoft, for building many types of applications. With .NET, you can use multiple languages, editors, and libraries to build for web, mobile, desktop, gaming, and IoT. Find more at https://dot.net

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Low Ceremony, High Value: A Tour of Minimal APIs in .NET 6

Low Ceremony, High Value: A Tour of Minimal APIs in .NET 6

35
Comments 1
8 min read
Docker - .Net Core

Docker - .Net Core

3
Comments
2 min read
Working with the Azure Cosmos DB Change Feed using Azure Functions and C#

Working with the Azure Cosmos DB Change Feed using Azure Functions and C#

3
Comments
1 min read
Using .NET 5 split Method to split strings in PowerShell 7.1+

Using .NET 5 split Method to split strings in PowerShell 7.1+

7
Comments
2 min read
On .NET Episode: Setting up Observability in Orleans

On .NET Episode: Setting up Observability in Orleans

7
Comments
1 min read
đź›  Top 5 tools for any .NET developer

đź›  Top 5 tools for any .NET developer

10
Comments
2 min read
Everything You Need to Know About Syncfusion WPF Diagram Control

Everything You Need to Know About Syncfusion WPF Diagram Control

3
Comments
16 min read
Getting Started with DockerFile for Asp.Net Core

Getting Started with DockerFile for Asp.Net Core

7
Comments 1
5 min read
C# Constructor Overloading Example

C# Constructor Overloading Example

3
Comments
1 min read
Training an image classification model to identify goodies and baddies using ML.NET

Training an image classification model to identify goodies and baddies using ML.NET

6
Comments
4 min read
GitHub Actions for .Net Full Framework: Build and Test

GitHub Actions for .Net Full Framework: Build and Test

13
Comments 3
4 min read
C# Tips and Tricks - Part 1

C# Tips and Tricks - Part 1

17
Comments 2
5 min read
TIL: How to register an implementation of a generic interface in AutoFixture

TIL: How to register an implementation of a generic interface in AutoFixture

2
Comments
2 min read
Getting started with C# - Hello World!

Getting started with C# - Hello World!

4
Comments
2 min read
Getting started with C# - Storing and retrieving data

Getting started with C# - Storing and retrieving data

3
Comments
2 min read
API's From Dev to Production - Part 11 - Pulumi - IAC

API's From Dev to Production - Part 11 - Pulumi - IAC

8
Comments
15 min read
Making a GitHub Action with Docker and .NET Core

Making a GitHub Action with Docker and .NET Core

6
Comments
10 min read
How to extend identity UserManager class

How to extend identity UserManager class

13
Comments 2
3 min read
Securely Handle User Uploads With Service Injection (MVC) | Dear Coder

Securely Handle User Uploads With Service Injection (MVC) | Dear Coder

5
Comments
5 min read
Develop Clean Command Line Applications with System.CommandLine. Clean CLI.

Develop Clean Command Line Applications with System.CommandLine. Clean CLI.

7
Comments
5 min read
Making a Theme for Visual Studio in 2021

Making a Theme for Visual Studio in 2021

2
Comments
4 min read
Event Sourcing pattern for microservices in .Net Core

Event Sourcing pattern for microservices in .Net Core

13
Comments
7 min read
DateOnly and TimeOnly in .NET 6

DateOnly and TimeOnly in .NET 6

8
Comments 1
3 min read
Convertendo Números Romanos em Arábicos com c#

Convertendo Números Romanos em Arábicos com c#

3
Comments
2 min read
Generic Interfaces - .Net

Generic Interfaces - .Net

7
Comments
2 min read
My software developer journey.

My software developer journey.

2
Comments
2 min read
Secure and minimal APIs using .NET 6, C# 10 and Azure Active Directory

Secure and minimal APIs using .NET 6, C# 10 and Azure Active Directory

53
Comments 6
5 min read
The ?. Operator in foreach Will Not Protect From NullReferenceException

The ?. Operator in foreach Will Not Protect From NullReferenceException

6
Comments
10 min read
ASP.NET Core request logging middleware

ASP.NET Core request logging middleware

15
Comments 4
4 min read
Introducing LibVLCSharp Commercial Licensing

Introducing LibVLCSharp Commercial Licensing

5
Comments 3
2 min read
How to Export Data from Excel to DataTable with Customization in C#

How to Export Data from Excel to DataTable with Customization in C#

3
Comments
8 min read
OWASP, Vulnerabilities, and Taint Analysis in PVS-Studio for C#. Stir, but Don't Shake

OWASP, Vulnerabilities, and Taint Analysis in PVS-Studio for C#. Stir, but Don't Shake

6
Comments
13 min read
How to add CRUD functionality in ASP.NET Core app in 10 minutes

How to add CRUD functionality in ASP.NET Core app in 10 minutes

6
Comments
6 min read
สวัสดี C# .NET

สวัสดี C# .NET

12
Comments
2 min read
How to publish Blazor WebAssembly application to GitHub pages using GitHub Action

How to publish Blazor WebAssembly application to GitHub pages using GitHub Action

7
Comments 1
3 min read
Intro to Property Pattern — C# 8.0

Intro to Property Pattern — C# 8.0

5
Comments
2 min read
Improving your code for style, quality, maintainability, design... with Roslyn Analyzers

Improving your code for style, quality, maintainability, design... with Roslyn Analyzers

7
Comments
4 min read
[Quick Tip] Dump the configuration easily and improve the developer experience.

[Quick Tip] Dump the configuration easily and improve the developer experience.

8
Comments
2 min read
GraphQL.NET with ASP.NET Integration Tests

GraphQL.NET with ASP.NET Integration Tests

5
Comments
3 min read
Blazor WebAssembly : Dark/Light Theme Switch

Blazor WebAssembly : Dark/Light Theme Switch

6
Comments
3 min read
ToLookup or not ToLookup, that is the question!

ToLookup or not ToLookup, that is the question!

7
Comments
4 min read
The .NET Stacks #51: 👷‍♂️ The excitement is Build-ing

The .NET Stacks #51: 👷‍♂️ The excitement is Build-ing

10
Comments 1
9 min read
New Switch syntax with C# 8.0

New Switch syntax with C# 8.0

13
Comments 2
1 min read
Integrating Apollo Studio with GraphQL for .NET - Part 3

Integrating Apollo Studio with GraphQL for .NET - Part 3

4
Comments
3 min read
Improving the GraphQL.NET Data Loader Execution Strategy

Improving the GraphQL.NET Data Loader Execution Strategy

6
Comments 1
5 min read
DotNetDates

DotNetDates

5
Comments
1 min read
Integrating Apollo Studio with GraphQL for .NET - Part 2

Integrating Apollo Studio with GraphQL for .NET - Part 2

5
Comments
5 min read
[Quick Tip] Improving developer experience with Options Pattern validation on start.

[Quick Tip] Improving developer experience with Options Pattern validation on start.

10
Comments 1
2 min read
Integrating Apollo Studio with GraphQL for .NET - Part 1

Integrating Apollo Studio with GraphQL for .NET - Part 1

9
Comments
5 min read
The Outbox Pattern in Event-Driven ASP.NET Core Microservice Architectures

The Outbox Pattern in Event-Driven ASP.NET Core Microservice Architectures

17
Comments 3
5 min read
eSigning - Barcode signature

eSigning - Barcode signature

3
Comments
1 min read
Scaffold Identity Pages with ASP.NET Core | Dear Coder

Scaffold Identity Pages with ASP.NET Core | Dear Coder

7
Comments 1
2 min read
Implement Feature Flags for Entitlements in ASP.NET Web Apps

Implement Feature Flags for Entitlements in ASP.NET Web Apps

6
Comments
8 min read
How to scale Hangfire with docker

How to scale Hangfire with docker

34
Comments 2
6 min read
Role-Based Security using Entity Framework (Part 1) | Dear Coder

Role-Based Security using Entity Framework (Part 1) | Dear Coder

7
Comments
3 min read
Linear Search .Net

Linear Search .Net

5
Comments
2 min read
DateTime.TryParse and the case of Z letter

DateTime.TryParse and the case of Z letter

5
Comments
4 min read
Enviewer is an extension that lists the configuration values of ASP.NET Core

Enviewer is an extension that lists the configuration values of ASP.NET Core

6
Comments 2
1 min read
The .NET Stacks #50: 🆕 What's new with C# 10?

The .NET Stacks #50: 🆕 What's new with C# 10?

4
Comments
8 min read
Begin with C#

Begin with C#

5
Comments
2 min read
loading...