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.
Remove Entry and Picker borders in .NET MAUI

Remove Entry and Picker borders in .NET MAUI

22
Comments 10
2 min read
20 (Easy) C# Interview Questions and Answers (2023)

20 (Easy) C# Interview Questions and Answers (2023)

63
Comments 1
7 min read
Working with files in .NET MAUI

Working with files in .NET MAUI

10
Comments
4 min read
Implementing Dapr State Management in ASP.NET Core Web APIs

Implementing Dapr State Management in ASP.NET Core Web APIs

7
Comments 1
11 min read
Top 20 C# Security Interview Questions +(Answers)

Top 20 C# Security Interview Questions +(Answers)

35
Comments 1
22 min read
Running Large Language Models locally – Your own ChatGPT-like AI in C#

Running Large Language Models locally – Your own ChatGPT-like AI in C#

Comments
6 min read
Don't Restrict Yourself to Mocks: Test your Components Running Together

Don't Restrict Yourself to Mocks: Test your Components Running Together

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

11
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

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

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

The Right Way to Check for Null in C#

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

Better error handling in C# with Result types

49
Comments 12
3 min read
Sharing WebSocket Connections between Browser Tabs and Windows

Sharing WebSocket Connections between Browser Tabs and Windows

2
Comments
4 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

13
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

2
Comments
1 min read
Exploring HTTP Communication with Refit

Exploring HTTP Communication with Refit

29
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

8
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✝️

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

Span, Memory, ReadOnlySequence in .NET

8
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

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

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

25
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

26
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

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

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

JWT Authentication in ASP.NET

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

Sharing Data between Blazor and JavaScript ( JS interop )

9
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

23
Comments 3
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.

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

Background Job Scheduling in .NET using Hangfire

26
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

1
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

33
Comments 2
4 min read
C# Namespace Fever

C# Namespace Fever

5
Comments 5
2 min read
loading...