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.
Producer/consumer pipelines with System.Threading.Channels

Producer/consumer pipelines with System.Threading.Channels

2
Comments
10 min read
What's new in the Twilio helper library for ASP.NET (v5.73.0 - April 2022)

What's new in the Twilio helper library for ASP.NET (v5.73.0 - April 2022)

2
Comments
7 min read
Create a gitignore file with dotnet cli

Create a gitignore file with dotnet cli

23
Comments
1 min read
Milestone: A million downloads for VideoLAN packages in the .NET ecosystem

Milestone: A million downloads for VideoLAN packages in the .NET ecosystem

5
Comments
2 min read
How to Validate a Textbox in the Blazor In-Place Editor component

How to Validate a Textbox in the Blazor In-Place Editor component

5
Comments
1 min read
.NET Celebrates 20 years and brings us a GIFT🎁: New .NET 7 Features Revealed

.NET Celebrates 20 years and brings us a GIFT🎁: New .NET 7 Features Revealed

38
Comments
5 min read
Use multiple .NET SDK CLI Commands on Mac M1

Use multiple .NET SDK CLI Commands on Mac M1

9
Comments
2 min read
Creating and Using HTTP Client SDKs in .NET 6

Creating and Using HTTP Client SDKs in .NET 6

15
Comments
18 min read
How to Send SMS without a Phone Number using C# .NET and an Alphanumeric Sender ID

How to Send SMS without a Phone Number using C# .NET and an Alphanumeric Sender ID

5
Comments
6 min read
Desarrollando una API en ASP.NET con CQRS y MediatR: Parte 1

Desarrollando una API en ASP.NET con CQRS y MediatR: Parte 1

96
Comments 14
11 min read
F# Exception Handling in Asynchronous Context

F# Exception Handling in Asynchronous Context

7
Comments
4 min read
Simplificando el Mapeo de Entidades con AutoMapper en CQRS (Parte 3)

Simplificando el Mapeo de Entidades con AutoMapper en CQRS (Parte 3)

32
Comments 3
6 min read
How to prevent email HTML injection in C# and .NET

How to prevent email HTML injection in C# and .NET

12
Comments
9 min read
The reverse state monad in F#

The reverse state monad in F#

12
Comments
4 min read
Hashids en ASP.NET Core: Protegiendo tus URLs (Parte 4)

Hashids en ASP.NET Core: Protegiendo tus URLs (Parte 4)

14
Comments 1
5 min read
Why I'm Open-Sourcing all my .NET SaaS kits in April 2022 (React, Svelte, Vue3, Vue2)

Why I'm Open-Sourcing all my .NET SaaS kits in April 2022 (React, Svelte, Vue3, Vue2)

8
Comments 2
2 min read
Async gotcha: returning Task.FromResult or Task.CompletedTask

Async gotcha: returning Task.FromResult or Task.CompletedTask

16
Comments
2 min read
MongoDB $weeklyUpdate #63 (April 1, 2022): Realm, Twilio, & Debunking the Myth of Going Schemaless

MongoDB $weeklyUpdate #63 (April 1, 2022): Realm, Twilio, & Debunking the Myth of Going Schemaless

5
Comments
4 min read
How To Differentiate If, Else if, Else (but with my mother as example)

How To Differentiate If, Else if, Else (but with my mother as example)

28
Comments 4
5 min read
Measuring maintainability metrics with NDepend

Measuring maintainability metrics with NDepend

6
Comments
8 min read
CQRS y Validaciones: Construyendo APIs Robustas con MediatR y FluentValidation (Parte 2)

CQRS y Validaciones: Construyendo APIs Robustas con MediatR y FluentValidation (Parte 2)

25
Comments 2
8 min read
Getting Started with the Blazor Range Slider Component

Getting Started with the Blazor Range Slider Component

5
Comments
1 min read
Bringing down ASP.NET deployment interruptions from minutes to blip of a time with Azure DevOps

Bringing down ASP.NET deployment interruptions from minutes to blip of a time with Azure DevOps

7
Comments
12 min read
Mastering Blazor - Part 1: DOM Integration

Mastering Blazor - Part 1: DOM Integration

17
Comments
7 min read
Generate a JSON list for a request body payload in C# using Collection Initializers

Generate a JSON list for a request body payload in C# using Collection Initializers

10
Comments
2 min read
Open-source .NET MAUI Workshop - Multi-platform apps with C#

Open-source .NET MAUI Workshop - Multi-platform apps with C#

32
Comments 6
2 min read
Explaining 5+1 SOLID Principles in C# (Learn How To Program Clean Code)

Explaining 5+1 SOLID Principles in C# (Learn How To Program Clean Code)

34
Comments 1
7 min read
Getting Started with Background Tasks In ASP.NET Core WebAPI

Getting Started with Background Tasks In ASP.NET Core WebAPI

8
Comments
5 min read
Merging web.config with Azure App Configuration

Merging web.config with Azure App Configuration

5
Comments
2 min read
Git-How to publish git pages.

Git-How to publish git pages.

7
Comments
1 min read
A Node.js Developer Tries .NET

A Node.js Developer Tries .NET

8
Comments 2
2 min read
Seriously, stop using List<T> in APIs

Seriously, stop using List<T> in APIs

13
Comments
2 min read
Design Patterns — Visitor in .NET

Design Patterns — Visitor in .NET

6
Comments
2 min read
Dictionary implementation in C#

Dictionary implementation in C#

12
Comments
5 min read
How to Add a Blazor In-Place Editor to a Blazor WebAssembly App

How to Add a Blazor In-Place Editor to a Blazor WebAssembly App

6
Comments
1 min read
Building c-lightning plugin with .NET

Building c-lightning plugin with .NET

12
Comments
6 min read
Aplicando Sessões em Asp.Net Core

Aplicando Sessões em Asp.Net Core

7
Comments
2 min read
C# Tip: Exception handling with WHEN clause

C# Tip: Exception handling with WHEN clause

12
Comments
2 min read
A few words about the implementation of List<T> in C#

A few words about the implementation of List<T> in C#

13
Comments
3 min read
Getting Started with the Blazor Barcode and QR Code Generator

Getting Started with the Blazor Barcode and QR Code Generator

4
Comments
1 min read
What is pub/sub and how to apply it in C# .NET to build a chat app

What is pub/sub and how to apply it in C# .NET to build a chat app

21
Comments
14 min read
C# for dummies: Classes / Objects, Fields, Access Modifiers, Properties, Constructors

C# for dummies: Classes / Objects, Fields, Access Modifiers, Properties, Constructors

15
Comments
2 min read
Getting Started with the Blazor Range Selector Component

Getting Started with the Blazor Range Selector Component

6
Comments
1 min read
Directory.Build.Props and dependabot behaviour

Directory.Build.Props and dependabot behaviour

8
Comments
2 min read
EF Core 5 Many to Many - Eliminando a tabela de junção em relacionamento de muitos para muitos

EF Core 5 Many to Many - Eliminando a tabela de junção em relacionamento de muitos para muitos

6
Comments
5 min read
Suspicious sortings in Unity, ASP.NET Core, and more

Suspicious sortings in Unity, ASP.NET Core, and more

6
Comments
5 min read
Create Web API with ASP.NET Core 6.0

Create Web API with ASP.NET Core 6.0

30
Comments 1
7 min read
An easy way to practice version embedding on .NET

An easy way to practice version embedding on .NET

5
Comments
8 min read
Extension Methods in C#

Extension Methods in C#

9
Comments 1
6 min read
Export DataGridView to Excel C# (Code Example Tutorial)

Export DataGridView to Excel C# (Code Example Tutorial)

14
Comments 1
4 min read
How to C#: Creating an API with a database (using EFCore)

How to C#: Creating an API with a database (using EFCore)

7
Comments
3 min read
CRUD operations on PostgreSQL using C# and Npgsql

CRUD operations on PostgreSQL using C# and Npgsql

4
Comments
7 min read
5 Good Practices for Error Handling in C#

5 Good Practices for Error Handling in C#

139
Comments 6
3 min read
OData without Entity Framework in ASP.NET 6.0 and performing CRUD operations

OData without Entity Framework in ASP.NET 6.0 and performing CRUD operations

22
Comments 2
4 min read
How to Deploy .NET 6 Web API Docker Image to Amazon ECR using CircleCI?

How to Deploy .NET 6 Web API Docker Image to Amazon ECR using CircleCI?

4
Comments
4 min read
Testes de unidade com NUnit para aplicações C# .Net -- Parte 1

Testes de unidade com NUnit para aplicações C# .Net -- Parte 1

7
Comments
6 min read
Securing a Blazor WebAssembly Hosted Apps with Azure Active Directory - Part 2

Securing a Blazor WebAssembly Hosted Apps with Azure Active Directory - Part 2

9
Comments 4
4 min read
Building a gRPC Client in .NET

Building a gRPC Client in .NET

9
Comments
5 min read
Securing a Blazor WebAssembly Hosted Apps with Azure Active Directory - Part 1

Securing a Blazor WebAssembly Hosted Apps with Azure Active Directory - Part 1

11
Comments
4 min read
The 5 Guidelines to Write Cleaner Code in C#

The 5 Guidelines to Write Cleaner Code in C#

111
Comments 4
3 min read
loading...