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.
Nullability in C#: Detailed Guide

Nullability in C#: Detailed Guide

9
Comments
7 min read
Real world project | Full-stack : Mastering

Real world project | Full-stack : Mastering

1
Comments
1 min read
A Comprehensive Guide to ADO.NET, Mapping Concepts Usages: Mastering

A Comprehensive Guide to ADO.NET, Mapping Concepts Usages: Mastering

1
Comments
9 min read
Explorando o Mundo dos Middlewares no ASP.NET Core: Uma Jornada pela Camada Intermediária

Explorando o Mundo dos Middlewares no ASP.NET Core: Uma Jornada pela Camada Intermediária

Comments
2 min read
Eventos em C#

Eventos em C#

1
Comments 2
3 min read
TUTORIAL: Deploy .NET WebAPI grátis no RailwayApp utilizando Docker!

TUTORIAL: Deploy .NET WebAPI grátis no RailwayApp utilizando Docker!

8
Comments
5 min read
Exploring a foreign F# codebase

Exploring a foreign F# codebase

5
Comments
12 min read
Better Implementation Of Singleton Pattern in .NET

Better Implementation Of Singleton Pattern in .NET

1
Comments 1
3 min read
The Monad Invasion - Part 1: What's a Monad?

The Monad Invasion - Part 1: What's a Monad?

4
Comments
11 min read
Implicit Configuration in .NET

Implicit Configuration in .NET

3
Comments
2 min read
The Monad Invasion - Part 2: Monads in Action!

The Monad Invasion - Part 2: Monads in Action!

3
Comments
9 min read
Simplifying Dependency Injection in .NET

Simplifying Dependency Injection in .NET

3
Comments
2 min read
Programmatically elevate a .NET application on any platform

Programmatically elevate a .NET application on any platform

Comments
4 min read
Array Initialization in C#: Detailed Guide

Array Initialization in C#: Detailed Guide

5
Comments 2
6 min read
Implementing fine-grained access control with ASP.NET Core custom endpoint metadata

Implementing fine-grained access control with ASP.NET Core custom endpoint metadata

2
Comments
4 min read
Implementing subscriptions and metered billing with Stripe in ASP.NET Core

Implementing subscriptions and metered billing with Stripe in ASP.NET Core

2
Comments 2
13 min read
Amazon MQ RabbitMQ: A Reliable Messaging Solution for Your .NET Projects

Amazon MQ RabbitMQ: A Reliable Messaging Solution for Your .NET Projects

2
Comments
6 min read
Desvendando a Injeção de Dependência no .NET

Desvendando a Injeção de Dependência no .NET

Comments
2 min read
Simplifying File Management with .NET 8

Simplifying File Management with .NET 8

10
Comments 4
3 min read
Monolithic Architecture in .NET

Monolithic Architecture in .NET

1
Comments 2
3 min read
De 35 à 3 segundos: Melhorando a Performance de um Relatório

De 35 à 3 segundos: Melhorando a Performance de um Relatório

6
Comments
8 min read
How to Import and Export RTF File in Blazor Rich Text Editor Component

How to Import and Export RTF File in Blazor Rich Text Editor Component

Comments
2 min read
How to Sort Arrays and Lists in C#

How to Sort Arrays and Lists in C#

10
Comments 1
6 min read
Empowering .NET MAUI Android Apps with Document and MRZ Detection

Empowering .NET MAUI Android Apps with Document and MRZ Detection

Comments
9 min read
My 4 most used Visual Studio Keyboard shortcuts.

My 4 most used Visual Studio Keyboard shortcuts.

9
Comments 6
2 min read
Descomplicando o Mundo da Programação - Um Guia sobre Dependency Injection, ciclo de vida Singleton, Scoped e Transient em .NET.

Descomplicando o Mundo da Programação - Um Guia sobre Dependency Injection, ciclo de vida Singleton, Scoped e Transient em .NET.

Comments
11 min read
Provision a database programmatically in Azure SQL database with a failover group

Provision a database programmatically in Azure SQL database with a failover group

Comments
5 min read
Blazor and .NET 8: How I Built a Fast and Flexible Website

Blazor and .NET 8: How I Built a Fast and Flexible Website

6
Comments
8 min read
Managing Webhook Events for Connected Accounts

Managing Webhook Events for Connected Accounts

3
Comments
9 min read
How to Open A Word Document in C#

How to Open A Word Document in C#

Comments
5 min read
Google Sheets In C# – How To Build Your Own Levels.Fyi!

Google Sheets In C# – How To Build Your Own Levels.Fyi!

Comments
6 min read
6 Options to Implement Auto-Implemented Properties

6 Options to Implement Auto-Implemented Properties

Comments 1
2 min read
Serverless Task Automation: Task Scheduling with AWS Lambda and Amazon EventBridge

Serverless Task Automation: Task Scheduling with AWS Lambda and Amazon EventBridge

1
Comments
3 min read
Weak Events In C# – How To Avoid Nasty Memory Leaks

Weak Events In C# – How To Avoid Nasty Memory Leaks

2
Comments
6 min read
GTK 4 ListView with .NET 8

GTK 4 ListView with .NET 8

Comments
4 min read
Are You Using HttpClient in The Right Way?

Are You Using HttpClient in The Right Way?

Comments
7 min read
How to read zip files with SharpZip library in C#

How to read zip files with SharpZip library in C#

6
Comments 1
1 min read
How to Create Accessible PDF Documents in .NET using the PDF Library

How to Create Accessible PDF Documents in .NET using the PDF Library

Comments
1 min read
XUnit In ASP.NET Core – What You Need To Know To Start

XUnit In ASP.NET Core – What You Need To Know To Start

5
Comments
8 min read
Onboarding Stripe Connect Express accounts in ASP.NET Core

Onboarding Stripe Connect Express accounts in ASP.NET Core

Comments
9 min read
Evitando o Abuso do Else: Estratégias e Boas Práticas em Programação em C#

Evitando o Abuso do Else: Estratégias e Boas Práticas em Programação em C#

11
Comments 1
3 min read
An Introduction to the World of Containers with .NET 8

An Introduction to the World of Containers with .NET 8

27
Comments 1
4 min read
Unit Of Work Pattern In C# For Clean Architecture: What You Need To Know

Unit Of Work Pattern In C# For Clean Architecture: What You Need To Know

6
Comments 2
9 min read
The Quickest Way To Build Your APIs In AWS Lambda Functions Using .NET

The Quickest Way To Build Your APIs In AWS Lambda Functions Using .NET

Comments
5 min read
Integrating Document and MRZ Detection SDK into .NET MAUI for Windows

Integrating Document and MRZ Detection SDK into .NET MAUI for Windows

Comments
7 min read
Using NDepend to improve my Application Code

Using NDepend to improve my Application Code

1
Comments
5 min read
Implementação de RateLimit em Aplicações .NET 8

Implementação de RateLimit em Aplicações .NET 8

12
Comments 2
5 min read
Static Helper Class vs. Injected Service: Pros and Cons

Static Helper Class vs. Injected Service: Pros and Cons

Comments
4 min read
Entity Framework Core Owned Entity

Entity Framework Core Owned Entity

2
Comments
8 min read
CQRS Pattern In C# And Clean Architecture – A Simplified Beginner’s Guide

CQRS Pattern In C# And Clean Architecture – A Simplified Beginner’s Guide

7
Comments 4
8 min read
Implement REST async request-reply pattern in .Net 8

Implement REST async request-reply pattern in .Net 8

1
Comments
3 min read
Why Should You Care About Lambda Lifecycle As A .NET Developer?

Why Should You Care About Lambda Lifecycle As A .NET Developer?

1
Comments
4 min read
Simplifying Data Operations with Generic CRUD Operations in C#

Simplifying Data Operations with Generic CRUD Operations in C#

1
Comments
2 min read
WebApplicationFactory In ASP.NET Core: Practical Tips For C# Developers

WebApplicationFactory In ASP.NET Core: Practical Tips For C# Developers

5
Comments 4
8 min read
Creating Test Cases for Parameterized Tests

Creating Test Cases for Parameterized Tests

Comments
7 min read
How to tune Dapr bulk publish/subscribe for maximum throughput

How to tune Dapr bulk publish/subscribe for maximum throughput

Comments
13 min read
ABP Suite: Best CRUD Page Generation Tool for .NET

ABP Suite: Best CRUD Page Generation Tool for .NET

11
Comments
8 min read
Desvendando o Poder do Docker, Nginx e dotnet 8: Configurando um Proxy Reverso com Facilidade

Desvendando o Poder do Docker, Nginx e dotnet 8: Configurando um Proxy Reverso com Facilidade

2
Comments 1
7 min read
Re-learning security: detecting package vulnerabilities 🎁 NPM and Nuget.

Re-learning security: detecting package vulnerabilities 🎁 NPM and Nuget.

Comments
6 min read
Stop Guessing, Start Measuring: Transform Your Code with BenchmarkDotnet!

Stop Guessing, Start Measuring: Transform Your Code with BenchmarkDotnet!

Comments
6 min read
loading...