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.
Hashids en ASP.NET Core: Protegiendo tus URLs (Parte 4)

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

15
Comments 1
5 min read
Async gotcha: returning Task.FromResult or Task.CompletedTask

Async gotcha: returning Task.FromResult or Task.CompletedTask

16
Comments
2 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
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
CQRS y Validaciones: Construyendo APIs Robustas con MediatR y FluentValidation (Parte 2)

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

16
Comments 3
8 min read
Measuring maintainability metrics with NDepend

Measuring maintainability metrics with NDepend

6
Comments
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#

33
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)

37
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
loading...