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.
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
How to prevent email HTML injection in C# and .NET

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

11
Comments
9 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

9
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

12
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
An easy way to practice version embedding on .NET

An easy way to practice version embedding on .NET

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

Create Web API with ASP.NET Core 6.0

29
Comments 1
7 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)

6
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
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
5 Good Practices for Error Handling in C#

5 Good Practices for Error Handling in C#

139
Comments 6
3 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

6
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
Don't use String.ToLower() in C# when comparing strings

Don't use String.ToLower() in C# when comparing strings

47
Comments 9
4 min read
One-click attack nima?

One-click attack nima?

10
Comments 6
1 min read
Store Log Messages in SQL Server For Your ASP.NET Core 6.0 App by Using NLog

Store Log Messages in SQL Server For Your ASP.NET Core 6.0 App by Using NLog

9
Comments 1
4 min read
Getting Started with the Blazor Spinner Component

Getting Started with the Blazor Spinner Component

5
Comments
1 min read
SRP - Is the most misunderstood principle ?

SRP - Is the most misunderstood principle ?

27
Comments
5 min read
8 🍨 Sweet Treats 🍨 in Modern C#

8 🍨 Sweet Treats 🍨 in Modern C#

58
Comments 3
6 min read
Creating your First .NET Component

Creating your First .NET Component

2
Comments
1 min read
Git Hooks for .NET

Git Hooks for .NET

7
Comments
4 min read
Find number of lines of code in a .Net project

Find number of lines of code in a .Net project

1
Comments
1 min read
How to send ASP.NET Core Identity emails with Twilio SendGrid

How to send ASP.NET Core Identity emails with Twilio SendGrid

5
Comments
10 min read
Write an Integration test, not a Unit test

Write an Integration test, not a Unit test

44
Comments 21
2 min read
A new small opensource library - Autojector.

A new small opensource library - Autojector.

5
Comments
2 min read
loading...