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.
How to create and deploy a “Nuget Package” using Visual Studio

How to create and deploy a “Nuget Package” using Visual Studio

Comments
3 min read
Step-by-Step Guide: Testing HTTP Endpoints in Visual Studio 2022 Using Endpoints Explorer

Step-by-Step Guide: Testing HTTP Endpoints in Visual Studio 2022 Using Endpoints Explorer

3
Comments 1
2 min read
Introduction to DAPPER in .NET Apps Unlocking the Power of Simplified Database Access

Introduction to DAPPER in .NET Apps Unlocking the Power of Simplified Database Access

Comments
2 min read
The fastest & cheapest way to host your React + .NET 7 API.

The fastest & cheapest way to host your React + .NET 7 API.

Comments 2
4 min read
The Right Way to Check for Null in C#

The Right Way to Check for Null in C#

2
Comments 1
4 min read
Better error handling in C# with Result types

Better error handling in C# with Result types

15
Comments 12
3 min read
What is new in dotnet monitor?

What is new in dotnet monitor?

2
Comments
5 min read
Introducción a xUnit: Una poderosa herramienta para Unit Testing en .NET

Introducción a xUnit: Una poderosa herramienta para Unit Testing en .NET

2
Comments
7 min read
C# Async/Await Interview Questions And Answers

C# Async/Await Interview Questions And Answers

48
Comments 1
22 min read
Generate SBOM

Generate SBOM

Comments
1 min read
Exploring HTTP Communication with Refit

Exploring HTTP Communication with Refit

25
Comments
3 min read
A Guide to Validations in the IOptions Pattern for .NET Developers

A Guide to Validations in the IOptions Pattern for .NET Developers

7
Comments 2
2 min read
Jawbone Networking Motivation

Jawbone Networking Motivation

Comments
6 min read
The LinQ Bible in C#: From Basics to Best Practices✝️

The LinQ Bible in C#: From Basics to Best Practices✝️

61
Comments 2
23 min read
Span, Memory, ReadOnlySequence in .NET

Span, Memory, ReadOnlySequence in .NET

6
Comments 4
5 min read
Garbage Collector in .NET

Garbage Collector in .NET

3
Comments
3 min read
Asynchronous Programming in C# and .NET: A Guide

Asynchronous Programming in C# and .NET: A Guide

1
Comments
2 min read
How To Use FluentValidation in ASP.NET Core (.NET 6)

How To Use FluentValidation in ASP.NET Core (.NET 6)

4
Comments
3 min read
Using TaskCompletionSource in C# to Delay Processing

Using TaskCompletionSource in C# to Delay Processing

Comments 3
3 min read
Isolate your Components in Tests: How to Mock your Dependencies

Isolate your Components in Tests: How to Mock your Dependencies

12
Comments 2
4 min read
The Migration Guide to Upgrading to Adyen .NET Library 10.0.0

The Migration Guide to Upgrading to Adyen .NET Library 10.0.0

Comments
7 min read
Dependency injection in action filters in ASP.NET Core

Dependency injection in action filters in ASP.NET Core

4
Comments
4 min read
How to handle Task result in a more elegant way.

How to handle Task result in a more elegant way.

1
Comments 2
4 min read
Understanding Role-Based Access Control with ASP.NET Web APIs

Understanding Role-Based Access Control with ASP.NET Web APIs

11
Comments
3 min read
10 Dicas Basicas de Arquitetura de Código : 2 - Code Smells

10 Dicas Basicas de Arquitetura de Código : 2 - Code Smells

3
Comments
8 min read
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

9
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🔥

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

46
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

6
Comments
13 min read
JWT Authentication in ASP.NET

JWT Authentication in ASP.NET

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

Sharing Data between Blazor and JavaScript ( JS interop )

3
Comments 2
4 min read
Integration Testing Postgres Store

Integration Testing Postgres Store

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

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

2
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

9
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
A brief introduction to MediatR in .NET

A brief introduction to MediatR in .NET

Comments
2 min read
How logging tests at GitHub Actions.

How logging tests at GitHub Actions.

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

Background Job Scheduling in .NET using Hangfire

5
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

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

Understanding and Using ConfigureAwait in Asynchronous Programming

12
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#

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

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

Data Structures in C# Part 1: Arrays

3
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

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