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.
Assign images to content on upload in Umbraco

Assign images to content on upload in Umbraco

4
Comments
3 min read
Disabling unready code with Azure Feature Management

Disabling unready code with Azure Feature Management

4
Comments
5 min read
ASP.NET Core 6: Creando una app Multi-tenant (Parte 1)

ASP.NET Core 6: Creando una app Multi-tenant (Parte 1)

51
Comments 10
11 min read
Microsoft Azure: dicas, truques, conteúdos e eventos gratuitos | vol. 6

Microsoft Azure: dicas, truques, conteúdos e eventos gratuitos | vol. 6

3
Comments
5 min read
An opinionated look at Minimal API in .NET 6

An opinionated look at Minimal API in .NET 6

48
Comments 2
5 min read
Debugging C# Source Generators

Debugging C# Source Generators

6
Comments
2 min read
AWSSDK.CloudFormation (for AWS CloudFormation)

AWSSDK.CloudFormation (for AWS CloudFormation)

7
Comments
2 min read
IDisposable pattern in .Net Core

IDisposable pattern in .Net Core

8
Comments
4 min read
When to use static and when not to in C#

When to use static and when not to in C#

6
Comments 2
1 min read
All about Static in C#

All about Static in C#

9
Comments
3 min read
Use of Static class in .Net core

Use of Static class in .Net core

5
Comments
2 min read
Easy Guide to Azure Blob Storage for .NET Developers

Easy Guide to Azure Blob Storage for .NET Developers

7
Comments 1
4 min read
Practical complex data for unit testing

Practical complex data for unit testing

6
Comments
9 min read
Securing a .NET 4.6.x API with OpenID Connect

Securing a .NET 4.6.x API with OpenID Connect

5
Comments
3 min read
How Visual Studio 2022 ate up 100 GB of memory and what XML bombs had to do with it

How Visual Studio 2022 ate up 100 GB of memory and what XML bombs had to do with it

33
Comments 7
6 min read
Asp.Net Core - Deferred Option Pattern

Asp.Net Core - Deferred Option Pattern

8
Comments
5 min read
Running Dapr on Kubernetes

Running Dapr on Kubernetes

16
Comments
5 min read
EF Core Update Model on Database First Project

EF Core Update Model on Database First Project

3
Comments
2 min read
Despliegue de aplicaciones web con ASP.NET en una máquina virtual de Linux en Azure

Despliegue de aplicaciones web con ASP.NET en una máquina virtual de Linux en Azure

8
Comments
10 min read
Middleware in ASP.NET Core

Middleware in ASP.NET Core

11
Comments
10 min read
C# 10 - Guia de Referência: artigos, dicas e exemplos de utilização

C# 10 - Guia de Referência: artigos, dicas e exemplos de utilização

6
Comments
2 min read
The .NET Team's Favorite Razor Features

The .NET Team's Favorite Razor Features

125
Comments 6
6 min read
AWSSDK.EC2 (for AWS EC2 )

AWSSDK.EC2 (for AWS EC2 )

9
Comments
8 min read
return Task vs return await Task

return Task vs return await Task

12
Comments
1 min read
.NET Foundation

.NET Foundation

8
Comments
1 min read
Is C# really dying.? Future of C#.!

Is C# really dying.? Future of C#.!

9
Comments 2
3 min read
API Mocking with WireMock.Net

API Mocking with WireMock.Net

5
Comments 1
4 min read
10 LIES that COMPANIES tell about CYBERSECURITY

10 LIES that COMPANIES tell about CYBERSECURITY

8
Comments
6 min read
What is next with C#?

What is next with C#?

3
Comments
3 min read
EmbedIO como deserializar Json camelCase para objetos em PascalCase 😸

EmbedIO como deserializar Json camelCase para objetos em PascalCase 😸

8
Comments
2 min read
How to Migrate from .NET MVC 5 to .NET Core for Kentico Xperience

How to Migrate from .NET MVC 5 to .NET Core for Kentico Xperience

4
Comments
10 min read
Approaches to handling simple expressions in C#

Approaches to handling simple expressions in C#

5
Comments
3 min read
Security: How to use Azure AD App Role for C# WebApi

Security: How to use Azure AD App Role for C# WebApi

8
Comments
5 min read
Finding Types at Runtime in .NET Core

Finding Types at Runtime in .NET Core

8
Comments
5 min read
Boolean algebra laws with C#

Boolean algebra laws with C#

4
Comments
5 min read
Build Blazor WebAssembly With Ant Design Blazor

Build Blazor WebAssembly With Ant Design Blazor

3
Comments
3 min read
Announcing A Complete Blazor Mastery Course

Announcing A Complete Blazor Mastery Course

5
Comments
3 min read
A Step by Step Guide to Bundling and Minification in ASP.NET Core

A Step by Step Guide to Bundling and Minification in ASP.NET Core

6
Comments
9 min read
ASP.NET Core Bundling and Minification Using Gulp

ASP.NET Core Bundling and Minification Using Gulp

5
Comments
9 min read
.NET Core 2.1 container images were deleted from Docker Hub!

.NET Core 2.1 container images were deleted from Docker Hub!

4
Comments
2 min read
C# For Beginners - Lesson 10: Methods

C# For Beginners - Lesson 10: Methods

11
Comments
5 min read
Simple report app with Blazor in 10 minutes

Simple report app with Blazor in 10 minutes

84
Comments
3 min read
How to Consume Third-party Web APIs in ASP.NET Core

How to Consume Third-party Web APIs in ASP.NET Core

5
Comments
7 min read
Firebase Authentication .NET 5

Firebase Authentication .NET 5

22
Comments 1
7 min read
Publish from Visual Studio and automatically encrypt appSettings using aspnet_regiis

Publish from Visual Studio and automatically encrypt appSettings using aspnet_regiis

3
Comments
1 min read
AWSSDK.IdentityManagement ( AWS IAM )

AWSSDK.IdentityManagement ( AWS IAM )

14
Comments 1
5 min read
Add Tailwind CSS to a Statiq website

Add Tailwind CSS to a Statiq website

Comments
2 min read
Multi-targeting Razor Views in Umbraco v8 and v9

Multi-targeting Razor Views in Umbraco v8 and v9

7
Comments
5 min read
An Introduction to Microservices pt. 1

An Introduction to Microservices pt. 1

63
Comments
6 min read
The .NET Stacks #61: 🚌 Let's go on a community blog tour

The .NET Stacks #61: 🚌 Let's go on a community blog tour

7
Comments
6 min read
Did C#9 kill optional constructor parameters?

Did C#9 kill optional constructor parameters?

2
Comments
3 min read
ASP.NET Core middleware with Roslyn Analyzers - Part 1

ASP.NET Core middleware with Roslyn Analyzers - Part 1

5
Comments
5 min read
XSS: attack, defense and C# programming

XSS: attack, defense and C# programming

8
Comments
11 min read
AWSSDK.S3 (for AWS S3 Service)

AWSSDK.S3 (for AWS S3 Service)

24
Comments
7 min read
All about .NET MAUI (+15 NEW Features)🏅

All about .NET MAUI (+15 NEW Features)🏅

14
Comments 2
6 min read
Ingeniería de Software - Test Unitarios. Cómo tratar dependencias de BD con Base de Datos en memoria y Entity Framework Core

Ingeniería de Software - Test Unitarios. Cómo tratar dependencias de BD con Base de Datos en memoria y Entity Framework Core

13
Comments 5
5 min read
How to build an interactive command-line application in .NET

How to build an interactive command-line application in .NET

29
Comments 1
3 min read
Flavours of rounding

Flavours of rounding

3
Comments
3 min read
Ensure ActionExecutionDelegate is invoked from ASP.NET Core filter

Ensure ActionExecutionDelegate is invoked from ASP.NET Core filter

6
Comments
1 min read
Microsoft Azure: dicas, truques, conteúdos e eventos gratuitos | vol. 5

Microsoft Azure: dicas, truques, conteúdos e eventos gratuitos | vol. 5

2
Comments
5 min read
loading...