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.
Why We Upgraded Our Production Application to .NET 5.0

Why We Upgraded Our Production Application to .NET 5.0

14
Comments 1
4 min read
VSCode Profiles - .Net Flavored

VSCode Profiles - .Net Flavored

9
Comments
5 min read
On .NET Episode: Securing Services with MSAL

On .NET Episode: Securing Services with MSAL

11
Comments
1 min read
EditForm - forms and validation in Blazor

EditForm - forms and validation in Blazor

26
Comments
6 min read
ISet<T> Considered Harmful

ISet<T> Considered Harmful

2
Comments
5 min read
Deploy your .NET Core Blazor app in minutes with Azure Static Web apps

Deploy your .NET Core Blazor app in minutes with Azure Static Web apps

50
Comments 8
8 min read
Set Class Fields Using 'out' Parameters

Set Class Fields Using 'out' Parameters

6
Comments
1 min read
Fast Builds: Make a Url Shortener with .NET

Fast Builds: Make a Url Shortener with .NET

22
Comments
12 min read
Finding that C# memory leak

Finding that C# memory leak

21
Comments 2
4 min read
Debugging System.AggregateException - even in async code

Debugging System.AggregateException - even in async code

6
Comments
4 min read
Adding Health Checks UI

Adding Health Checks UI

19
Comments
2 min read
Run EF Core Queries on SQL Server From Blazor WebAssembly

Run EF Core Queries on SQL Server From Blazor WebAssembly

23
Comments 2
26 min read
LINQ: Caveats and pitfalls

LINQ: Caveats and pitfalls

10
Comments 4
10 min read
Asynchronous Programming in .Net Core (Part 2)

Asynchronous Programming in .Net Core (Part 2)

6
Comments
3 min read
Visual Studio IDE Shortcut keys: 5 cool handy tips to speed your programming

Visual Studio IDE Shortcut keys: 5 cool handy tips to speed your programming

7
Comments 1
2 min read
The .NET Docs Show: Azure and all things mobile 📱

The .NET Docs Show: Azure and all things mobile 📱

6
Comments
2 min read
Beyond Sentiment Analysis: Object Detection with ML.NET

Beyond Sentiment Analysis: Object Detection with ML.NET

10
Comments
7 min read
Advanced F# Interop

Advanced F# Interop

4
Comments
7 min read
Use System.IO.Pipelines and System.Threading.Channels APIs to Boost Performance

Use System.IO.Pipelines and System.Threading.Channels APIs to Boost Performance

10
Comments 1
3 min read
Changing Serilog Minimum level without application restart on .NET Framework and Core

Changing Serilog Minimum level without application restart on .NET Framework and Core

1
Comments
3 min read
Web Scraping com .NET Core 3.1

Web Scraping com .NET Core 3.1

6
Comments
9 min read
Use Prometheus-net

Use Prometheus-net

8
Comments 1
2 min read
Value-Based Attributes in C#

Value-Based Attributes in C#

7
Comments 4
3 min read
Adding Health Checks to .Net Core Application

Adding Health Checks to .Net Core Application

17
Comments 1
3 min read
Fetch Service Status & Storage Info remotely in C# using WMI

Fetch Service Status & Storage Info remotely in C# using WMI

6
Comments
3 min read
Real Traits in C#

Real Traits in C#

10
Comments 7
5 min read
CshtmlComponent — A Real ASP.NET Core MVC and Razor Pages Component

CshtmlComponent — A Real ASP.NET Core MVC and Razor Pages Component

11
Comments
1 min read
UI Command Pattern : Part I

UI Command Pattern : Part I

6
Comments
13 min read
Event Sourcing Parte 3: Snapshots!

Event Sourcing Parte 3: Snapshots!

10
Comments
7 min read
Things you need to know as a C# developer - Collections

Things you need to know as a C# developer - Collections

90
Comments 4
9 min read
CoreLMS: Custom Validation, Razor Pages, DTOs, and First UI Working!

CoreLMS: Custom Validation, Razor Pages, DTOs, and First UI Working!

6
Comments 1
3 min read
My first attempt to open source

My first attempt to open source

4
Comments
1 min read
AssemblyResolutionException is thrown when publishing a Blazor web assembly.

AssemblyResolutionException is thrown when publishing a Blazor web assembly.

2
Comments
2 min read
A New Era of Azure Functions Development

A New Era of Azure Functions Development

31
Comments
5 min read
Take A Look At ML.NET

Take A Look At ML.NET

8
Comments 1
8 min read
Using ConfigurationProviders from Microsoft.Extensions.Configuration on .NET Framework

Using ConfigurationProviders from Microsoft.Extensions.Configuration on .NET Framework

6
Comments
3 min read
Why I no longer use ConfigureAwait(false)

Why I no longer use ConfigureAwait(false)

24
Comments 7
3 min read
Check if two documents are same

Check if two documents are same

8
Comments 1
1 min read
Creating a .gitignore file using the .NET Core SDK

Creating a .gitignore file using the .NET Core SDK

15
Comments 5
5 min read
NoSQL For the Relational Thinker

NoSQL For the Relational Thinker

9
Comments
1 min read
Don't Fear the // Todo

Don't Fear the // Todo

6
Comments
2 min read
Trabajando con servicios WCF a través de ASP.NET (Guía paso a paso)

Trabajando con servicios WCF a través de ASP.NET (Guía paso a paso)

11
Comments
15 min read
About a .NET 5 (RC1) Web application with GraphQL 3

About a .NET 5 (RC1) Web application with GraphQL 3

8
Comments 5
6 min read
Durable Functions API - Writing Safe Orchestrations

Durable Functions API - Writing Safe Orchestrations

10
Comments
1 min read
SQLite & Data Seeding with Entity Framework Core

SQLite & Data Seeding with Entity Framework Core

23
Comments 2
8 min read
A Starter template for React & ASP.NET Core App in Azure

A Starter template for React & ASP.NET Core App in Azure

2
Comments
2 min read
Introducing Umbraco's KeepAlive Ping configuration

Introducing Umbraco's KeepAlive Ping configuration

5
Comments
4 min read
On .NET Episode: NET Microservices with Steeltoe

On .NET Episode: NET Microservices with Steeltoe

13
Comments
1 min read
The .NET Docs Show: Managing the dot.net website

The .NET Docs Show: Managing the dot.net website

7
Comments
1 min read
Text Manipulation is Complicated

Text Manipulation is Complicated

3
Comments
5 min read
Bits of Xperience: Developer Community Resources

Bits of Xperience: Developer Community Resources

4
Comments 1
8 min read
Tried Entity Framework Core 5.0's Many-to-Many support

Tried Entity Framework Core 5.0's Many-to-Many support

16
Comments 3
7 min read
Rendering PDFs with Razor Templates and PuppeteerSharp in Azure Functions

Rendering PDFs with Razor Templates and PuppeteerSharp in Azure Functions

62
Comments 1
5 min read
Display a document in browser with Watermark

Display a document in browser with Watermark

6
Comments
1 min read
Get Performance Counter from .Net Core

Get Performance Counter from .Net Core

8
Comments
1 min read
Working with WCF Services through ASP.NET (A step-by-step guide)

Working with WCF Services through ASP.NET (A step-by-step guide)

18
Comments 2
14 min read
C# REPL

C# REPL

19
Comments 3
2 min read
Local NuGet repository

Local NuGet repository

4
Comments
1 min read
Get your C# WebAPI controller to keep processing a request after returning 200 OK

Get your C# WebAPI controller to keep processing a request after returning 200 OK

8
Comments 11
1 min read
API Integration: Request and Response

API Integration: Request and Response

5
Comments
2 min read
loading...