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.
Docker multi-architecture, .NET 6.0 and OpenCVSharp

Docker multi-architecture, .NET 6.0 and OpenCVSharp

11
Comments
8 min read
Use AWS Systems Manager Parameter Store as a .NET Configuration Provider

Use AWS Systems Manager Parameter Store as a .NET Configuration Provider

10
Comments
4 min read
Novedades .NET en mayo 2022

Novedades .NET en mayo 2022

3
Comments
2 min read
Entity Framework Core Add if not exist

Entity Framework Core Add if not exist

10
Comments
1 min read
ICP makes me want to develop Web 3

ICP makes me want to develop Web 3

4
Comments 2
5 min read
How to use HttpClient in ASP.NET MVC to consume an ASP.NET Web API REST service?

How to use HttpClient in ASP.NET MVC to consume an ASP.NET Web API REST service?

6
Comments
5 min read
Amazon DocumentDB and .NET

Amazon DocumentDB and .NET

9
Comments
8 min read
Configuring dependency injection in your .NET console application

Configuring dependency injection in your .NET console application

11
Comments 1
3 min read
3 Ways to go headless with Umbraco

3 Ways to go headless with Umbraco

14
Comments 1
2 min read
OpenTelemetry in Action: Optimizing Database Operations

OpenTelemetry in Action: Optimizing Database Operations

10
Comments
13 min read
How to Build Windows Desktop Barcode and QR Code Scanner in .NET 6

How to Build Windows Desktop Barcode and QR Code Scanner in .NET 6

10
Comments
4 min read
ICollection, IEnumerable, IList, IDictionary, Enumerator, Data Structures, Arrays, ArrayList, HashTable, Stack, Queue.

ICollection, IEnumerable, IList, IDictionary, Enumerator, Data Structures, Arrays, ArrayList, HashTable, Stack, Queue.

13
Comments
12 min read
Install Sitecore 10 (Step-By-Step using SIA)

Install Sitecore 10 (Step-By-Step using SIA)

10
Comments
3 min read
C# Event Practices ''VideoConverter"

C# Event Practices ''VideoConverter"

9
Comments
1 min read
C# Events

C# Events

9
Comments
1 min read
.NET highcharts with MVC Applications

.NET highcharts with MVC Applications

7
Comments
5 min read
Net Core postgreSQL connection string on windows 10

Net Core postgreSQL connection string on windows 10

10
Comments
1 min read
How to better configure C# and .NET applications for SendGrid

How to better configure C# and .NET applications for SendGrid

4
Comments
19 min read
How to Build a .NET MAUI Barcode and QR Code Reader for Windows and Android

How to Build a .NET MAUI Barcode and QR Code Reader for Windows and Android

9
Comments
4 min read
Error 405 : ASP.NET Core Web API PUT and DELETE Methods not allowed

Error 405 : ASP.NET Core Web API PUT and DELETE Methods not allowed

15
Comments
1 min read
System.Data.Linq.ForeignKeyReferenceAlreadyHasValueException: Operation is not valid due to the current state of the object.

System.Data.Linq.ForeignKeyReferenceAlreadyHasValueException: Operation is not valid due to the current state of the object.

5
Comments
2 min read
C# 11 is on the way! Microsoft Releases +5 New Features

C# 11 is on the way! Microsoft Releases +5 New Features

31
Comments
4 min read
Full Duplex Communication Between Web App and Desktop Application Using WebSocket

Full Duplex Communication Between Web App and Desktop Application Using WebSocket

14
Comments
4 min read
AWS and In-Memory Databases

AWS and In-Memory Databases

25
Comments
9 min read
A Node.js Developer Tries .NET Again

A Node.js Developer Tries .NET Again

8
Comments
3 min read
First Full Stack App: Where do i start?

First Full Stack App: Where do i start?

15
Comments 3
4 min read
Unit Tests Done Right (Part 2)

Unit Tests Done Right (Part 2)

15
Comments
7 min read
DOTNET Develop Simple Disk Key Value Cache

DOTNET Develop Simple Disk Key Value Cache

6
Comments
1 min read
C# Predicate

C# Predicate

8
Comments
1 min read
Generate Thumbnail Using ASP.NET MVC - iFour Technolab

Generate Thumbnail Using ASP.NET MVC - iFour Technolab

10
Comments
5 min read
OpenTelemetry in Action: Identifying Database Dependencies

OpenTelemetry in Action: Identifying Database Dependencies

13
Comments
11 min read
[Parte 12] Azure Functions: Background Jobs

[Parte 12] Azure Functions: Background Jobs

19
Comments 2
16 min read
[Simples] Criando templates customizados em C#

[Simples] Criando templates customizados em C#

17
Comments
4 min read
Publishing domain events with MediatR

Publishing domain events with MediatR

31
Comments 2
4 min read
🤹‍♂️ What the heck is caching? 🚶‍♀️

🤹‍♂️ What the heck is caching? 🚶‍♀️

13
Comments
4 min read
The 10 Best C# Books to Help You Learn or Improve Your Skills📚

The 10 Best C# Books to Help You Learn or Improve Your Skills📚

123
Comments 14
7 min read
Model Binding in Blazor Checkbox and Radio Button Components

Model Binding in Blazor Checkbox and Radio Button Components

7
Comments
1 min read
.NET 5 has reached End of Life

.NET 5 has reached End of Life

30
Comments 1
4 min read
Implementing Digest Authentication in .NET

Implementing Digest Authentication in .NET

12
Comments
7 min read
Three Common LINQ Mistakes and How To Fix Them

Three Common LINQ Mistakes and How To Fix Them

23
Comments 2
3 min read
Using EDMX file and T4 in .NET Core to Generate Code (Entities, DTO, API, Services etc.)

Using EDMX file and T4 in .NET Core to Generate Code (Entities, DTO, API, Services etc.)

14
Comments
7 min read
Advanced parsing using Int.TryParse in C#

Advanced parsing using Int.TryParse in C#

9
Comments
4 min read
Elegant seeding of data in ASP .NET 6

Elegant seeding of data in ASP .NET 6

9
Comments
2 min read
How to Upload Files Asynchronously in Blazor File Upload Component

How to Upload Files Asynchronously in Blazor File Upload Component

6
Comments
1 min read
How to Build .NET 6 Barcode and QR Code SDK for Windows, Linux & macOS

How to Build .NET 6 Barcode and QR Code SDK for Windows, Linux & macOS

5
Comments
5 min read
Build a Minimal API with HereDoc and Docker

Build a Minimal API with HereDoc and Docker

12
Comments
1 min read
Techniques and tools to update your C# project - Migrating to nullable reference types - Part 4

Techniques and tools to update your C# project - Migrating to nullable reference types - Part 4

11
Comments
14 min read
The difference between Array and List in C# (Memory Usage + Performance)

The difference between Array and List in C# (Memory Usage + Performance)

42
Comments 3
5 min read
Handling Errors in ASP.Net Core 3.1 - iFour Technolab

Handling Errors in ASP.Net Core 3.1 - iFour Technolab

9
Comments
4 min read
Three Steps to Create a .NET AWS Lambda Function with an HTTPS Endpoint

Three Steps to Create a .NET AWS Lambda Function with an HTTPS Endpoint

8
Comments
7 min read
WTF are Ledger Databases?

WTF are Ledger Databases?

8
Comments
8 min read
It's not about how you inject your services, it's about how you test them

It's not about how you inject your services, it's about how you test them

9
Comments
6 min read
Unit Tests Done Right

Unit Tests Done Right

19
Comments 4
6 min read
.NET Web API - CRUD Operations 🚀

.NET Web API - CRUD Operations 🚀

15
Comments 1
1 min read
Data Droppable Websites 04:10

Data Droppable Websites

5
Comments
1 min read
C# Bilib qo'ygan yaxshi😉

C# Bilib qo'ygan yaxshi😉

5
Comments
1 min read
Entity Framework Core: Simplify your queries with AutoMapper

Entity Framework Core: Simplify your queries with AutoMapper

31
Comments 1
3 min read
Exploring AWS Lambda Function URL using .NET Container - Part 1

Exploring AWS Lambda Function URL using .NET Container - Part 1

11
Comments
5 min read
Getting to know the .NET framework

Getting to know the .NET framework

4
Comments
3 min read
Open-sourced 4 SaaS kits - Vue, Svelte, React, and NET

Open-sourced 4 SaaS kits - Vue, Svelte, React, and NET

5
Comments
3 min read
loading...