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.
Añadir alertas usando SweetAlert en una Aplicación web con ASP.NET Framework.

Añadir alertas usando SweetAlert en una Aplicación web con ASP.NET Framework.

16
Comments 3
4 min read
60 tips and questions for .net backend developer interview in 2021

60 tips and questions for .net backend developer interview in 2021

30
Comments 1
2 min read
Create a large number of C# applications at once

Create a large number of C# applications at once

6
Comments
1 min read
Native Code in .NET 5.0 and C# 9.0

Native Code in .NET 5.0 and C# 9.0

8
Comments
5 min read
Teste de unidade com xUnit

Teste de unidade com xUnit

4
Comments
3 min read
Publishing NuGet packages to a private Azure Artifacts feed with YAML Build files

Publishing NuGet packages to a private Azure Artifacts feed with YAML Build files

23
Comments 2
4 min read
The .NET Stacks #47: 🧨 Now with 32 more bits

The .NET Stacks #47: 🧨 Now with 32 more bits

4
Comments
9 min read
Static Code Analysis for your .NET projects

Static Code Analysis for your .NET projects

14
Comments 3
6 min read
[C #] Some scenarios for deserializing a JSON to a type with read-only properties by "System.Text.Json"

[C #] Some scenarios for deserializing a JSON to a type with read-only properties by "System.Text.Json"

12
Comments 8
3 min read
Optimizing async/await codes with TPL

Optimizing async/await codes with TPL

10
Comments 1
1 min read
Customizing .NET's MVC template Part 2- Cards, Images, and transitions

Customizing .NET's MVC template Part 2- Cards, Images, and transitions

4
Comments
3 min read
Customizing .NET's MVC template Part 1- The Dark Side

Customizing .NET's MVC template Part 1- The Dark Side

8
Comments
3 min read
Testing of ASP.NET Core MVC apps using Microsoft Test Host

Testing of ASP.NET Core MVC apps using Microsoft Test Host

6
Comments
2 min read
AspNet Core 5 Reading and Exporting Excel

AspNet Core 5 Reading and Exporting Excel

19
Comments 1
4 min read
Building a Web App with ASP.NET Core Blazor WebAssembly

Building a Web App with ASP.NET Core Blazor WebAssembly

5
Comments 2
4 min read
Design Pattern - Strategy

Design Pattern - Strategy

7
Comments
4 min read
Building Linq predicates in code

Building Linq predicates in code

7
Comments
2 min read
Bitemporal Source Generator Demo

Bitemporal Source Generator Demo

4
Comments
3 min read
Batch processing with Directory.EnumerateFiles

Batch processing with Directory.EnumerateFiles

4
Comments
3 min read
ML to AI with ML.Net and Azure

ML to AI with ML.Net and Azure

7
Comments
9 min read
Envrionment in .NET Core

Envrionment in .NET Core

3
Comments
2 min read
Easy Steps to Create a Blazor Server App with Authentication

Easy Steps to Create a Blazor Server App with Authentication

5
Comments
6 min read
LINQ: Beware of deferred execution

LINQ: Beware of deferred execution

14
Comments 3
5 min read
C# Object-Oriented Programming (OOP) Cheat Sheet

C# Object-Oriented Programming (OOP) Cheat Sheet

40
Comments 1
5 min read
How to shut the warning up when using the combination of Blazor code-behind, property injection, and C# nullable reference types

How to shut the warning up when using the combination of Blazor code-behind, property injection, and C# nullable reference types

2
Comments 2
5 min read
Automapper in .NET Core

Automapper in .NET Core

8
Comments
2 min read
Creating Cosmos DB from DotNet Core Project

Creating Cosmos DB from DotNet Core Project

4
Comments
5 min read
Solve the scenario - using Thread synchronization in Dotnet - CountDownEvent

Solve the scenario - using Thread synchronization in Dotnet - CountDownEvent

5
Comments
2 min read
Solve the scenario - using JObject in Dotnet

Solve the scenario - using JObject in Dotnet

7
Comments
1 min read
Signals - .NET 5 based framework for developing enterprise and SaaS applications.

Signals - .NET 5 based framework for developing enterprise and SaaS applications.

4
Comments
2 min read
Resiliência em aplicações .Net com Polly

Resiliência em aplicações .Net com Polly

9
Comments
4 min read
An Example of Reflection

An Example of Reflection

8
Comments
5 min read
Let's Learn .NET - C# - Free Live Stream Event

Let's Learn .NET - C# - Free Live Stream Event

12
Comments
2 min read
Asp.Net Core 5 - API Versioning

Asp.Net Core 5 - API Versioning

25
Comments
7 min read
Linq - How to write your own version of Sum extension

Linq - How to write your own version of Sum extension

4
Comments
1 min read
Easy Steps to Create a Blazor Server-Side App with Authentication

Easy Steps to Create a Blazor Server-Side App with Authentication

7
Comments 1
6 min read
Solve the scenario - using Delegates & Interfaces in Dotnet

Solve the scenario - using Delegates & Interfaces in Dotnet

4
Comments
1 min read
From where that configuration is coming from?

From where that configuration is coming from?

8
Comments
1 min read
Add Build Time to your C# Assembly

Add Build Time to your C# Assembly

5
Comments
2 min read
Criando arquivos de configuração para ambientes de release e debug .net com SlowCheetah

Criando arquivos de configuração para ambientes de release e debug .net com SlowCheetah

5
Comments
3 min read
Simple implementation of pessimistic concurrency in Entity Framework

Simple implementation of pessimistic concurrency in Entity Framework

6
Comments
1 min read
Find anomalies with spike detection and ML.NET

Find anomalies with spike detection and ML.NET

8
Comments
9 min read
Reading a Jira 6 tasklist in .NET

Reading a Jira 6 tasklist in .NET

6
Comments
4 min read
Connect .Net Core To Azure Key Vault In Ten Minutes

Connect .Net Core To Azure Key Vault In Ten Minutes

7
Comments
5 min read
Windows Containers and .NET Framework applications: DevOps with Kubernetes

Windows Containers and .NET Framework applications: DevOps with Kubernetes

13
Comments
10 min read
Secure data in a single Multi-Tenant Database in 3 simple steps

Secure data in a single Multi-Tenant Database in 3 simple steps

7
Comments
3 min read
How to Secure Your ASP.NET Core WebApi with Azure AD and OAuth 2.0

How to Secure Your ASP.NET Core WebApi with Azure AD and OAuth 2.0

11
Comments
3 min read
Accessing default system locations in .NET Core

Accessing default system locations in .NET Core

7
Comments
2 min read
Blazor WebView - App Desktop

Blazor WebView - App Desktop

5
Comments
2 min read
Desempenho - Economizando memória em Structs com StructLayout

Desempenho - Economizando memória em Structs com StructLayout

15
Comments 4
6 min read
Going Serverless on AWS For The .NET Developer: How To Easily Get Started

Going Serverless on AWS For The .NET Developer: How To Easily Get Started

7
Comments
6 min read
The .NET Stacks #45: 🔥 At last, hot reload is (initially) here

The .NET Stacks #45: 🔥 At last, hot reload is (initially) here

10
Comments
9 min read
Meet the .NET Upgrade Assistant, Your .NET 5 Moving Company

Meet the .NET Upgrade Assistant, Your .NET 5 Moving Company

6
Comments
8 min read
Sometimes It's The Details

Sometimes It's The Details

6
Comments
1 min read
Download file using HttpClient wrapper asynchronously.

Download file using HttpClient wrapper asynchronously.

18
Comments 4
1 min read
CodeFactory for Visual Studio (free license)

CodeFactory for Visual Studio (free license)

5
Comments 1
1 min read
System.Drawing vs SkiaSharp benchmark

System.Drawing vs SkiaSharp benchmark

8
Comments 6
2 min read
Creating Deployment & Rollback SQL Scripts from EntityFrameworkCore migrations

Creating Deployment & Rollback SQL Scripts from EntityFrameworkCore migrations

6
Comments
3 min read
Implement Repository Base and Unit of Work in C#

Implement Repository Base and Unit of Work in C#

21
Comments 8
2 min read
Why You Should Avoid Command Handlers Calling Other Commands?

Why You Should Avoid Command Handlers Calling Other Commands?

5
Comments
4 min read
loading...