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.
Abstract Class vs Interface in C#: Analyzing the Pros and Cons

Abstract Class vs Interface in C#: Analyzing the Pros and Cons

42
Comments 1
7 min read
Redis — The High-Performance In-Memory Data Store

Redis — The High-Performance In-Memory Data Store

1
Comments
7 min read
Iterator Benchmarks That Shocked With Unexpected Results!

Iterator Benchmarks That Shocked With Unexpected Results!

2
Comments
6 min read
Transforming Enumerable into Queryable with Linq: A How-To Guide on Concat, Union, and Troubleshooting EF Core 6 Errors

Transforming Enumerable into Queryable with Linq: A How-To Guide on Concat, Union, and Troubleshooting EF Core 6 Errors

4
Comments
3 min read
Desvendando o Large Object Heap (LOH): Tudo o que um Desenvolvedor precisa saber

Desvendando o Large Object Heap (LOH): Tudo o que um Desenvolvedor precisa saber

2
Comments
2 min read
Selecting what .NET version is to use

Selecting what .NET version is to use

6
Comments
3 min read
Umbraco 11 + .NET 7 + React + Hooks Part 1

Umbraco 11 + .NET 7 + React + Hooks Part 1

10
Comments 2
4 min read
Working with Tuple in C#

Working with Tuple in C#

2
Comments
6 min read
Writing tests for logging messages

Writing tests for logging messages

13
Comments
4 min read
Async and Await in simple

Async and Await in simple

34
Comments 1
5 min read
Memory Management

Memory Management

3
Comments
3 min read
Create an Application That Creates Other Applications with ChatGPT🤯

Create an Application That Creates Other Applications with ChatGPT🤯

34
Comments
3 min read
Avalonia UI and MAUI - Something for everyone

Avalonia UI and MAUI - Something for everyone

30
Comments 16
6 min read
SOLID Principles

SOLID Principles

11
Comments
4 min read
Experimentation with Optimized Closures

Experimentation with Optimized Closures

2
Comments
8 min read
Build a .NET API in 3 minutes with Chat GPT 🤯

Build a .NET API in 3 minutes with Chat GPT 🤯

39
Comments 1
4 min read
Parse CLI arguments in .NET

Parse CLI arguments in .NET

2
Comments
1 min read
Repository Pattern Implementation in ASP.NET Core

Repository Pattern Implementation in ASP.NET Core

10
Comments
5 min read
Rocket your .NET App by adding Chat-GPT to it!🚀

Rocket your .NET App by adding Chat-GPT to it!🚀

34
Comments 1
5 min read
Default HTTP/3 .NET Support

Default HTTP/3 .NET Support

3
Comments 1
2 min read
Performance in .NET

Performance in .NET

8
Comments
7 min read
Over 150,000 .NET Developers Hit by Harmful NuGet Packages

Over 150,000 .NET Developers Hit by Harmful NuGet Packages

26
Comments 1
5 min read
Troubleshooting Add Identity with External Provider with ASP.NET Core

Troubleshooting Add Identity with External Provider with ASP.NET Core

1
Comments
1 min read
A Detailed Explanation on Radio Button Helper and CheckBox Helper in MVC

A Detailed Explanation on Radio Button Helper and CheckBox Helper in MVC

3
Comments
6 min read
Como realizar o deploy de uma aplicação ASP.NET no Heroku [PT-BR]

Como realizar o deploy de uma aplicação ASP.NET no Heroku [PT-BR]

16
Comments 4
2 min read
Injeção de dependência e inversão de controle

Injeção de dependência e inversão de controle

4
Comments
5 min read
Entering into the Multiverse of Blazor with Bit Platform templates

Entering into the Multiverse of Blazor with Bit Platform templates

4
Comments 2
2 min read
Sequential GUIDs in Entity Framework Core Might Not Be Sequential

Sequential GUIDs in Entity Framework Core Might Not Be Sequential

17
Comments 8
9 min read
What is LINQPad?

What is LINQPad?

5
Comments 1
3 min read
Debugging Multiple .NET Projects in VS Code

Debugging Multiple .NET Projects in VS Code

21
Comments 3
3 min read
Mastering Blazor - Part 2: Hot Reloading

Mastering Blazor - Part 2: Hot Reloading

15
Comments 1
9 min read
StackExchange.Redis: Usando estruturas de dados string

StackExchange.Redis: Usando estruturas de dados string

Comments
3 min read
StackExchange.Redis: Pipeling

StackExchange.Redis: Pipeling

Comments
5 min read
StackExchange.Redis: Conexões avançadas

StackExchange.Redis: Conexões avançadas

2
Comments
3 min read
Create a portfolio website without installing any tools

Create a portfolio website without installing any tools

2
Comments
3 min read
C# LINQ Example in Simple

C# LINQ Example in Simple

4
Comments
3 min read
.NET 8 Preview 2 Unveiled: 5 New Features You Need to Knowđź’ś

.NET 8 Preview 2 Unveiled: 5 New Features You Need to Knowđź’ś

21
Comments 1
5 min read
How to Upload and return files in ASP.NET MVC?

How to Upload and return files in ASP.NET MVC?

4
Comments
5 min read
IEnumerable and IQueryable

IEnumerable and IQueryable

1
Comments 4
3 min read
Converting string to enum at the cost of 50 GB: CVE-2020-36620

Converting string to enum at the cost of 50 GB: CVE-2020-36620

14
Comments 6
6 min read
Delegates in C#

Delegates in C#

4
Comments
2 min read
How to use the IDisposable interface in event handlers in C#

How to use the IDisposable interface in event handlers in C#

3
Comments
2 min read
S3 File Operations using Blazor WASM

S3 File Operations using Blazor WASM

2
Comments
4 min read
S3 File Operations using .NET 7 WebAPI

S3 File Operations using .NET 7 WebAPI

3
Comments
4 min read
File and Folder dialogs in .NET MAUI with CommunityToolkit

File and Folder dialogs in .NET MAUI with CommunityToolkit

Comments
4 min read
Data Validation Nuget Package

Data Validation Nuget Package

Comments
2 min read
How to: Send Microsoft Teams self-message using Graph SDK

How to: Send Microsoft Teams self-message using Graph SDK

Comments
4 min read
Designing the domain model to support multiple persistence methods

Designing the domain model to support multiple persistence methods

1
Comments
6 min read
Authorization in .net Core

Authorization in .net Core

7
Comments
6 min read
.NET 8 is on the way! Discover its new Features🚀

.NET 8 is on the way! Discover its new Features🚀

29
Comments 4
8 min read
From WordPress to .NET: A Frontend Developer's Journey in a C# & .NET Environment 🪄

From WordPress to .NET: A Frontend Developer's Journey in a C# & .NET Environment 🪄

3
Comments
3 min read
How to create a WPF DateRangePicker?

How to create a WPF DateRangePicker?

5
Comments
4 min read
How Async/Await Really Works in C#

How Async/Await Really Works in C#

Comments
74 min read
Hackathon - Hack Together: Microsoft Graph and .NET 🦒 - Submission Day!

Hackathon - Hack Together: Microsoft Graph and .NET 🦒 - Submission Day!

2
Comments
1 min read
Struct para gerenciar Tags no C# - Parte 3

Struct para gerenciar Tags no C# - Parte 3

Comments
9 min read
Create a NuGet-Package

Create a NuGet-Package

1
Comments
1 min read
NullReferenceException, como ele acontece?

NullReferenceException, como ele acontece?

Comments
3 min read
GraphQL on Azure: Part 12 - GraphQL as a Service

GraphQL on Azure: Part 12 - GraphQL as a Service

2
Comments
6 min read
Struct para gerenciar Tags no C# - Parte 2

Struct para gerenciar Tags no C# - Parte 2

Comments
7 min read
GraphQL on Azure: Part 14 - Using Data API builder with SWA and Blazor

GraphQL on Azure: Part 14 - Using Data API builder with SWA and Blazor

Comments
6 min read
loading...