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.
Running Large Language Models locally – Your own ChatGPT-like AI in C#

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

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

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

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

The Right Way to Check for Null in C#

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

Better error handling in C# with Result types

71
Comments 14
3 min read
Sharing WebSocket Connections between Browser Tabs and Windows

Sharing WebSocket Connections between Browser Tabs and Windows

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

22
Comments 1
7 min read
What is new in dotnet monitor?

What is new in dotnet monitor?

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

3
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

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

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