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.
Memory leaks in C#

Memory leaks in C#

19
Comments 3
2 min read
How to Create and Test an HTTP-Triggered Function with Azure Function App

How to Create and Test an HTTP-Triggered Function with Azure Function App

12
Comments
3 min read
Running microservices using Reactor container - Phoesion Glow

Running microservices using Reactor container - Phoesion Glow

2
Comments
3 min read
Exploring HashiCorp Vault with Vault .NET Client Library

Exploring HashiCorp Vault with Vault .NET Client Library

7
Comments 1
4 min read
.NET Core TaskDialog

.NET Core TaskDialog

4
Comments
5 min read
ASP.NET Core in .NET 8 is On The Way! 5 New Features Reviewed

ASP.NET Core in .NET 8 is On The Way! 5 New Features Reviewed

34
Comments 4
5 min read
Create a Custom Progress Bar with moving percentage in WPF

Create a Custom Progress Bar with moving percentage in WPF

7
Comments
4 min read
A quick tour of dictionaries in C#

A quick tour of dictionaries in C#

14
Comments 2
7 min read
To mock, or not to mock, that is the question

To mock, or not to mock, that is the question

4
Comments 6
5 min read
Deconstruction in C#

Deconstruction in C#

15
Comments 3
4 min read
Efficiently Reading Multiple Document Types from Cosmos DB (.NET SDK) - From Review

Efficiently Reading Multiple Document Types from Cosmos DB (.NET SDK) - From Review

Comments
10 min read
F# Orleans reminder grain

F# Orleans reminder grain

2
Comments
2 min read
DarkSky to WeatherKit: from API keys to signed JWTs

DarkSky to WeatherKit: from API keys to signed JWTs

Comments
6 min read
Boost .NET MAUI Development Productivity: 6 Powerful Features of .NET Meteor for VS Code in Windows, Mac & Linux

Boost .NET MAUI Development Productivity: 6 Powerful Features of .NET Meteor for VS Code in Windows, Mac & Linux

8
Comments
4 min read
Exploring .NET 8 Preview 3: The 7 Features You Need to Know

Exploring .NET 8 Preview 3: The 7 Features You Need to Know

31
Comments
5 min read
Aerospike for LINQPad

Aerospike for LINQPad

1
Comments
3 min read
How to integrate ChatGPT in the .NET project: A step-by-step guide

How to integrate ChatGPT in the .NET project: A step-by-step guide

9
Comments
7 min read
The Power of Asynchronous Code in your web API

The Power of Asynchronous Code in your web API

1
Comments
5 min read
C# 12 is Coming! 3 Features that will Blow your Mind

C# 12 is Coming! 3 Features that will Blow your Mind

48
Comments 4
3 min read
Mastering API Design Patterns in .NET 7: "Leverage the Power of .NET 7 to Create Efficient, Scalable, and Robust APIs"

Mastering API Design Patterns in .NET 7: "Leverage the Power of .NET 7 to Create Efficient, Scalable, and Robust APIs"

28
Comments 1
19 min read
Uso do Codeball em projetos C#

Uso do Codeball em projetos C#

2
Comments
4 min read
Generate QR Code in .NET MAUI

Generate QR Code in .NET MAUI

7
Comments 2
2 min read
Migrating .NET Console App Cron from GitHub Action to AWS Lamda

Migrating .NET Console App Cron from GitHub Action to AWS Lamda

1
Comments
3 min read
Chrome extensions in WebView2, CefSharp, and DotNetBrowser

Chrome extensions in WebView2, CefSharp, and DotNetBrowser

7
Comments
5 min read
Creating Timeline Charts with Mermaid.js

Creating Timeline Charts with Mermaid.js

6
Comments 5
5 min read
A Critical Detail about Kafka Partitioners

A Critical Detail about Kafka Partitioners

Comments
3 min read
How to Run NUnit Tests Programmatically Using NUnit.Engine Library with Reflection

How to Run NUnit Tests Programmatically Using NUnit.Engine Library with Reflection

Comments
2 min read
How to Develop a Cross-Platform Barcode Reader Application by Hybridizing .NET MAUI and Blazor

How to Develop a Cross-Platform Barcode Reader Application by Hybridizing .NET MAUI and Blazor

3
Comments
9 min read
How to Create a NuGet Package for Both Desktop and Mobile Development

How to Create a NuGet Package for Both Desktop and Mobile Development

Comments
7 min read
Logging with Serilog in .NET

Logging with Serilog in .NET

27
Comments
7 min read
SQL-Server working with images

SQL-Server working with images

26
Comments
6 min read
Dotnet Logger Benchmark

Dotnet Logger Benchmark

1
Comments
2 min read
Standardizing a Value Object representation in C#

Standardizing a Value Object representation in C#

4
Comments
9 min read
Understanding Assembly in .NET: An In-Depth Guide from A to Z

Understanding Assembly in .NET: An In-Depth Guide from A to Z

22
Comments
7 min read
Creating a Serilog Custom Enricher

Creating a Serilog Custom Enricher

1
Comments
2 min read
Introducing C# 9.0's Record Datatype: Safe, Efficient, and Easy to Use

Introducing C# 9.0's Record Datatype: Safe, Efficient, and Easy to Use

1
Comments 1
2 min read
Novidades no .NET 8 Preview 3 [PT-BR]

Novidades no .NET 8 Preview 3 [PT-BR]

11
Comments 1
2 min read
Learn Liskov Substitution Principle in C# (+ Examples)

Learn Liskov Substitution Principle in C# (+ Examples)

46
Comments 2
3 min read
Struct vs Class in C#: Choosing the Right Data Type

Struct vs Class in C#: Choosing the Right Data Type

22
Comments 1
6 min read
Como um parĂąmetro simples pode economizar memĂłria?

Como um parĂąmetro simples pode economizar memĂłria?

3
Comments
3 min read
Como a escolha do Modo do Garbage Collector pode impactar sua aplicação em .NET

Como a escolha do Modo do Garbage Collector pode impactar sua aplicação em .NET

3
Comments
3 min read
Speeding up DefaultAzureCredential authentication in local development with Azure CLI

Speeding up DefaultAzureCredential authentication in local development with Azure CLI

2
Comments
3 min read
A Practical Guide to ASP.NET Applications: The Structure (Part 1)

A Practical Guide to ASP.NET Applications: The Structure (Part 1)

Comments
6 min read
A arte das coleçÔes em .NET - Intro

A arte das coleçÔes em .NET - Intro

2
Comments
2 min read
Take your .NET configuration to the next level with value substitution

Take your .NET configuration to the next level with value substitution

1
Comments
3 min read
Ocelot & files download

Ocelot & files download

3
Comments 1
3 min read
App Settings in .NET MAUI - Notifications

App Settings in .NET MAUI - Notifications

1
Comments
1 min read
📈 Boost Your Integration Testing for REST APIs with Snapshot Testing in .NET

📈 Boost Your Integration Testing for REST APIs with Snapshot Testing in .NET

Comments
4 min read
Minha jornada de uma década pelo .NET [PT-BR]

Minha jornada de uma década pelo .NET [PT-BR]

15
Comments 3
4 min read
Build a ChatGPT clone in .NET using OpenAI and Semantic Kernel

Build a ChatGPT clone in .NET using OpenAI and Semantic Kernel

2
Comments
5 min read
Deploy .Net Core AWS Lambda Function using AWS CodeBuild Pipeline

Deploy .Net Core AWS Lambda Function using AWS CodeBuild Pipeline

Comments
4 min read
Learn Open Closed Principle in C# (+ Examples)

Learn Open Closed Principle in C# (+ Examples)

29
Comments 1
4 min read
The Pitfalls of using EntityFramework in an nx-dotnet environment (with solutions)

The Pitfalls of using EntityFramework in an nx-dotnet environment (with solutions)

3
Comments 2
2 min read
Kerberos in Kubernetes

Kerberos in Kubernetes

Comments
2 min read
How to Integrate Barcode Reading Functionality into .NET Applications

How to Integrate Barcode Reading Functionality into .NET Applications

3
Comments
2 min read
Migrating Service Fabric apps to .NET 6

Migrating Service Fabric apps to .NET 6

14
Comments
6 min read
From C# to golang: less is more.

From C# to golang: less is more.

21
Comments 4
4 min read
WinForms communicate between forms

WinForms communicate between forms

3
Comments
4 min read
Umbraco 11 + .NET 7 + React + Vite + Hooks Part 3

Umbraco 11 + .NET 7 + React + Vite + Hooks Part 3

2
Comments 3
5 min read
Deep Dive Into Umbraco String Extension Methods

Deep Dive Into Umbraco String Extension Methods

1
Comments
22 min read
loading...