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 Guide to Validations in the IOptions Pattern for .NET Developers

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

5
Comments 2
2 min read
Delving Deeper Into HTTP Communication with Refit

Delving Deeper Into HTTP Communication with Refit

1
Comments
3 min read
A Comprehensive Guide to Caching Strategies in Web API Development

A Comprehensive Guide to Caching Strategies in Web API Development

Comments
9 min read
Span, Memory, ReadOnlySequence in .NET

Span, Memory, ReadOnlySequence in .NET

1
Comments 4
5 min read
Asynchronous Programming in C# and .NET: A Guide

Asynchronous Programming in C# and .NET: A Guide

Comments
2 min read
Date & Time in .Net

Date & Time in .Net

Comments
10 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
Sharing Data between Blazor and JavaScript ( JS interop )

Sharing Data between Blazor and JavaScript ( JS interop )

1
Comments
4 min read
LINQ Cheatsheet

LINQ Cheatsheet

Comments
35 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
Dependency injection in action filters in ASP.NET Core

Dependency injection in action filters in ASP.NET Core

3
Comments
4 min read
Re-Post: My Love Hate Relationship with Kendo Grid — Part 1: The Broken Child Grid on Deployment

Re-Post: My Love Hate Relationship with Kendo Grid — Part 1: The Broken Child Grid on Deployment

Comments
2 min read
Telerik Grid Love and Hate: Exporting Client Templates to Excel.

Telerik Grid Love and Hate: Exporting Client Templates to Excel.

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!

2
Comments
2 min read
Setting up a simple testing project with C#

Setting up a simple testing project with C#

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

C# Async/Await Interview Questions And Answers

29
Comments 1
22 min read
Oops! An error managed to sneak into production, what do we do?

Oops! An error managed to sneak into production, what do we do?

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

Lazy Vs Eager Loading With Entity Framework Core

Comments
6 min read
Building a federated search engine from scratch. An introduction.

Building a federated search engine from scratch. An introduction.

Comments
13 min read
Exposing Related Entities in your Web API

Exposing Related Entities in your Web API

Comments
12 min read
XSS vulnerability in the ASP.NET application: CVE-2023-24322 in mojoPortal CMS

XSS vulnerability in the ASP.NET application: CVE-2023-24322 in mojoPortal CMS

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

Isolate your Components in Tests: How to Mock your Dependencies

11
Comments 2
4 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
Performance improvements in .NET 5

Performance improvements in .NET 5

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

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

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

Exploring the New Visual Studio Feature: .http Files

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

ASP.NET Core: Monitoreo con OpenTelemetry y Grafana

4
Comments
13 min read
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
Integration tests for AWS serverless solution

Integration tests for AWS serverless solution

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

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

55
Comments 2
23 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
IEnumerable vs IQueryable in C#

IEnumerable vs IQueryable in C#

5
Comments
3 min read
Understanding Role-Based Access Control with ASP.NET Web APIs

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

7
Comments
3 min read
Exploring Real-Time Communication with SignalR and .NET Core

Exploring Real-Time Communication with SignalR and .NET Core

9
Comments
3 min read
Class Library in .NET Core

Class Library in .NET Core

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

50 C# (Advanced) Optimization Performance Tips🔥

127
Comments 22
22 min read
C# Exception Handling: Techniques and Best Practices

C# Exception Handling: Techniques and Best Practices

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

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

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

Introduction to IOptions Pattern in .Net.

1
Comments 2
4 min read
JWT Authentication in ASP.NET

JWT Authentication in ASP.NET

4
Comments
11 min read
Integration Testing Postgres Store

Integration Testing Postgres Store

1
Comments
9 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 1
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
Part 2: Your First API

Part 2: Your First API

Comments
4 min read
How logging tests at GitHub Actions.

How logging tests at GitHub Actions.

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

Stacking of Pop-Up Notification in WPF

6
Comments
4 min read
Background Job Scheduling in .NET using Hangfire

Background Job Scheduling in .NET using Hangfire

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

C# Regex: From Zero To Hero Guide

47
Comments 2
16 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

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

Understanding and Using ConfigureAwait in Asynchronous Programming

3
Comments 1
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

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

Data Structures in C# Part 1: Arrays

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

Performance Issues Resolved: Major Update to Melkradar's Products

3
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

2
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...