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.
Generate QR Code in .NET MAUI

Generate QR Code in .NET MAUI

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

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

Creating Timeline Charts with Mermaid.js

5
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

3
Comments
7 min read
SQL-Server working with images

SQL-Server working with images

8
Comments
6 min read
Standardizing a Value Object representation in C#

Standardizing a Value Object representation in C#

2
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

Comments
2 min read
Unpacking Collections in C#

Unpacking Collections in C#

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
Struct vs Class in C#: Choosing the Right Data Type

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

21
Comments 1
6 min read
Learn Liskov Substitution Principle in C# (+ Examples)

Learn Liskov Substitution Principle in C# (+ Examples)

10
Comments 1
3 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

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

App Settings in .NET MAUI - Notifications

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
var vs dynamic in C#

var vs dynamic in C#

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

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

2
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

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

Migrating Service Fabric apps to .NET 6

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

From C# to golang: less is more.

5
Comments 1
4 min read
WinForms communicate between forms

WinForms communicate between forms

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

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

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

Deep Dive Into Umbraco String Extension Methods

1
Comments
22 min read
ASP.NET Core in .NET 8 is Coming! Discover its NEW Features🚀

ASP.NET Core in .NET 8 is Coming! Discover its NEW Features🚀

24
Comments 1
6 min read
How To Use Rate Limiting In ASP.NET Core

How To Use Rate Limiting In ASP.NET Core

1
Comments
4 min read
How To Implement A "Maintenance Mode" in ASP.NET Core

How To Implement A "Maintenance Mode" in ASP.NET Core

3
Comments
4 min read
Getting Started with Chat GPT integration in a .NET C# Console Application

Getting Started with Chat GPT integration in a .NET C# Console Application

2
Comments
4 min read
ASP.NET Core: REST API Multi-tenant

ASP.NET Core: REST API Multi-tenant

8
Comments
8 min read
Revisiting site search + SQLite as a search engine

Revisiting site search + SQLite as a search engine

4
Comments
4 min read
Introduction to WinUI 3 Desktop Development

Introduction to WinUI 3 Desktop Development

18
Comments 2
6 min read
.NET Monthly Roundup - March 2023 - .NET 8 Preview 2, EF Core goodies, and more!

.NET Monthly Roundup - March 2023 - .NET 8 Preview 2, EF Core goodies, and more!

4
Comments
2 min read
Azure services for .NET developers.

Azure services for .NET developers.

3
Comments 2
16 min read
Abstract Class vs Interface in C#: Analyzing the Pros and Cons

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

41
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

2
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

2
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

7
Comments
4 min read
Async and Await in simple

Async and Await in simple

33
Comments 1
5 min read
Memory Management

Memory Management

3
Comments
3 min read
loading...