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.
Enhancing Data Validation in .NET IOptions Pattern: Utilizing Named and Typed IOptions for Robust Configuration.

Enhancing Data Validation in .NET IOptions Pattern: Utilizing Named and Typed IOptions for Robust Configuration.

1
Comments
2 min read
Top 8 .NET Libraries That You Probably Didn’t Know About

Top 8 .NET Libraries That You Probably Didn’t Know About

10
Comments 2
3 min read
Run command when dotnet project builds

Run command when dotnet project builds

Comments
1 min read
50 C# (Advanced) Optimization Performance Tips🔥

50 C# (Advanced) Optimization Performance Tips🔥

140
Comments 25
22 min read
10 Dicas Basicas de Arquitetura de Código : 1 - Aproveitando os Benefícios da Virtualização

10 Dicas Basicas de Arquitetura de Código : 1 - Aproveitando os Benefícios da Virtualização

1
Comments
3 min read
.NET Monthly Roundup - May 2023 - Build, C# 12, .NET 8 Preview 4, and more!

.NET Monthly Roundup - May 2023 - Build, C# 12, .NET 8 Preview 4, and more!

4
Comments
2 min read
Class Library in .NET Core

Class Library in .NET Core

Comments
5 min read
Exploring the New Visual Studio Feature: .http Files

Exploring the New Visual Studio Feature: .http Files

2
Comments 2
3 min read
C# Exception Handling: Techniques and Best Practices

C# Exception Handling: Techniques and Best Practices

71
Comments 2
10 min read
Unit Testing with C# and .NET (Full Guide)

Unit Testing with C# and .NET (Full Guide)

54
Comments 2
16 min read
Introduction to IOptions Pattern in .Net.

Introduction to IOptions Pattern in .Net.

2
Comments 2
4 min read
ASP.NET Core: Monitoreo con OpenTelemetry y Grafana

ASP.NET Core: Monitoreo con OpenTelemetry y Grafana

12
Comments 1
13 min read
JWT Authentication in ASP.NET

JWT Authentication in ASP.NET

14
Comments
11 min read
Sharing Data between Blazor and JavaScript ( JS interop )

Sharing Data between Blazor and JavaScript ( JS interop )

8
Comments 2
4 min read
Integration Testing Postgres Store

Integration Testing Postgres Store

2
Comments
9 min read
Data Structures in C# Part 2: Lists <T>

Data Structures in C# Part 2: Lists <T>

3
Comments
6 min read
Visual Studio 2022: A New Way to Work with HTTP Requests and Responses

Visual Studio 2022: A New Way to Work with HTTP Requests and Responses

21
Comments 2
4 min read
Implementing HATEOAS in your ASP NET Core web API: Enhancing API Discoverability and Navigability

Implementing HATEOAS in your ASP NET Core web API: Enhancing API Discoverability and Navigability

Comments
8 min read
Quick and easy DbContext setup in .NET

Quick and easy DbContext setup in .NET

Comments
3 min read
How logging tests at GitHub Actions.

How logging tests at GitHub Actions.

1
Comments
2 min read
Background Job Scheduling in .NET using Hangfire

Background Job Scheduling in .NET using Hangfire

22
Comments 7
6 min read
C# Regex: From Zero To Hero Guide

C# Regex: From Zero To Hero Guide

47
Comments 2
16 min read
Exposing Related Entities in your Web API

Exposing Related Entities in your Web API

Comments
12 min read
Parameterise Your Tests: Use this One Simple Trick to Increase Test Coverage

Parameterise Your Tests: Use this One Simple Trick to Increase Test Coverage

1
Comments
3 min read
Deploy React web application with Next.js and .NET API on Linux Host

Deploy React web application with Next.js and .NET API on Linux Host

8
Comments
4 min read
Understanding and Using ConfigureAwait in Asynchronous Programming

Understanding and Using ConfigureAwait in Asynchronous Programming

29
Comments 2
4 min read
C# Namespace Fever

C# Namespace Fever

5
Comments 5
2 min read
My C# REST run now 250 times faster

My C# REST run now 250 times faster

4
Comments
3 min read
Step-by-Step Guide to Adding and Removing Watermarks in PDF using C#

Step-by-Step Guide to Adding and Removing Watermarks in PDF using C#

1
Comments
7 min read
An in-depth guide on View Result and Partial View Result in MVC

An in-depth guide on View Result and Partial View Result in MVC

2
Comments
4 min read
A Comprehensive Guide to Caching Strategies in Web API Development

A Comprehensive Guide to Caching Strategies in Web API Development

1
Comments 1
9 min read
Data Structures in C# Part 1: Arrays

Data Structures in C# Part 1: Arrays

4
Comments 1
7 min read
Performance Issues Resolved: Major Update to Melkradar's Products

Performance Issues Resolved: Major Update to Melkradar's Products

4
Comments
2 min read
Entendendo a injeção de dependência: Uma abordagem para um código mais Flexível e testável

Entendendo a injeção de dependência: Uma abordagem para um código mais Flexível e testável

8
Comments 1
4 min read
Super Efficiently Reading Multiple Document Types from Cosmos DB (.NET SDK) - Part 2

Super Efficiently Reading Multiple Document Types from Cosmos DB (.NET SDK) - Part 2

Comments
6 min read
It's been a year. Time to make an app

It's been a year. Time to make an app

4
Comments 2
1 min read
Implementing a Mock-Driven Approach in Blazor Applications

Implementing a Mock-Driven Approach in Blazor Applications

Comments
7 min read
How to connect to D365 CE and stay connected even when token expires

How to connect to D365 CE and stay connected even when token expires

Comments
2 min read
My journey to create my first custom connector for a Web API from within Visual Studio

My journey to create my first custom connector for a Web API from within Visual Studio

2
Comments
3 min read
[MAC] How locally run GitHub Actions? It's easy.

[MAC] How locally run GitHub Actions? It's easy.

5
Comments
5 min read
Animate your .NET MAUI Windows app

Animate your .NET MAUI Windows app

7
Comments
2 min read
Create a C# QR Code Generator (Easy) + GitHub Repository✨

Create a C# QR Code Generator (Easy) + GitHub Repository✨

32
Comments 2
5 min read
build dynamic query predicate in Linq

build dynamic query predicate in Linq

2
Comments
3 min read
Create fake but realistic data for your demo and presentation

Create fake but realistic data for your demo and presentation

8
Comments 3
3 min read
ASP.NET Core in .NET 8 is on The Way! Discover the NEW Features

ASP.NET Core in .NET 8 is on The Way! Discover the NEW Features

44
Comments 5
8 min read
Logging in ASP.NET

Logging in ASP.NET

10
Comments 4
7 min read
Getting Started with .NET and Docker

Getting Started with .NET and Docker

2
Comments
4 min read
Lazy Vs Eager Loading With Entity Framework Core

Lazy Vs Eager Loading With Entity Framework Core

4
Comments
6 min read
A brief introduction to MediatR in .NET

A brief introduction to MediatR in .NET

2
Comments
2 min read
Part 2: Your First API

Part 2: Your First API

Comments
4 min read
Stacking of Pop-Up Notification in WPF

Stacking of Pop-Up Notification in WPF

10
Comments
4 min read
100 C# Code Snippets for Everyday Problems✨

100 C# Code Snippets for Everyday Problems✨

78
Comments 6
16 min read
The Memphis .NET SDK: My Journey from Contributor to Maintainer

The Memphis .NET SDK: My Journey from Contributor to Maintainer

8
Comments
5 min read
.NET 8 is on the way! +10 Features that will blow your mind 🤯

.NET 8 is on the way! +10 Features that will blow your mind 🤯

35
Comments 2
7 min read
Multi-Tenant Applications With EF Core

Multi-Tenant Applications With EF Core

1
Comments
4 min read
CORS in ASP.NET

CORS in ASP.NET

18
Comments 1
4 min read
IEnumerable vs IQueryable in C#

IEnumerable vs IQueryable in C#

6
Comments
3 min read
Performance improvements in .NET 5

Performance improvements in .NET 5

3
Comments
5 min read
An alternative approach to error pages in Umbraco 10+

An alternative approach to error pages in Umbraco 10+

4
Comments
8 min read
My C# Code Conventions and Style Guide

My C# Code Conventions and Style Guide

23
Comments 22
2 min read
loading...