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.
Building the Enterprise DAL: Database Structure and ULIDs

Building the Enterprise DAL: Database Structure and ULIDs

1
Comments
2 min read
7 Types of Constructors in C#

7 Types of Constructors in C#

3
Comments 3
3 min read
.NET Learning Notes: YARP

.NET Learning Notes: YARP

2
Comments
3 min read
Boost .NET Performance with SIMD (`System.Numerics.Vector`)

Boost .NET Performance with SIMD (`System.Numerics.Vector`)

Comments
2 min read
📝Mastering Structured Logging in .NET Core with Serilog, App Insights, and Log Analytics

📝Mastering Structured Logging in .NET Core with Serilog, App Insights, and Log Analytics

Comments
2 min read
Enterprise Data Access: Fully Automated Soft-Delete

Enterprise Data Access: Fully Automated Soft-Delete

3
Comments
2 min read
Automating Database Migrations in .NET: A Complete Guide to Using DeployHQ with DbUp

Automating Database Migrations in .NET: A Complete Guide to Using DeployHQ with DbUp

Comments
9 min read
Rust-Style Error Handling in C# - Why SharpResults Makes Your Code Bulletproof

Rust-Style Error Handling in C# - Why SharpResults Makes Your Code Bulletproof

3
Comments 1
10 min read
The Cross-Assembly Metadata Problem in .NET (And How I Solved It)

The Cross-Assembly Metadata Problem in .NET (And How I Solved It)

2
Comments
7 min read
🎥 Singleton Design Pattern video just dropped!

🎥 Singleton Design Pattern video just dropped!

Comments
1 min read
C# tips: string.IsNullOrEmpty vs string.IsNullOrWhiteSpace

C# tips: string.IsNullOrEmpty vs string.IsNullOrWhiteSpace

1
Comments
1 min read
How to download SDI FatturaPA invoices with C#

How to download SDI FatturaPA invoices with C#

1
Comments
3 min read
Come inviare fatture a SDI FatturaPA in C#

Come inviare fatture a SDI FatturaPA in C#

Comments
3 min read
Building a Zero-Configuration .NET Standards Package

Building a Zero-Configuration .NET Standards Package

1
Comments
3 min read
Integrating Datadog in .NET Project using Serilog

Integrating Datadog in .NET Project using Serilog

Comments
2 min read
How to upload SDI FatturaPA invoices with C#

How to upload SDI FatturaPA invoices with C#

Comments
3 min read
Should I wait or should I go?! Quando usar .ConfigureAwait() em Tasks .Net?

Should I wait or should I go?! Quando usar .ConfigureAwait() em Tasks .Net?

Comments
5 min read
𝗪𝗵𝘆 𝗨𝘀𝗶𝗻𝗴 𝗮 𝗦𝘁𝗮𝘁𝗶𝗰 𝗗𝗯𝗖𝗼𝗻𝘁𝗲𝘅𝘁 𝗖𝗮𝗻 𝗕𝗿𝗲𝗮𝗸 𝗬𝗼𝘂𝗿 𝗔𝗦𝗣.𝗡𝗘𝗧 𝗖𝗼𝗿𝗲 𝗔𝗽𝗽𝗹𝗶𝗰𝗮𝘁𝗶𝗼𝗻

𝗪𝗵𝘆 𝗨𝘀𝗶𝗻𝗴 𝗮 𝗦𝘁𝗮𝘁𝗶𝗰 𝗗𝗯𝗖𝗼𝗻𝘁𝗲𝘅𝘁 𝗖𝗮𝗻 𝗕𝗿𝗲𝗮𝗸 𝗬𝗼𝘂𝗿 𝗔𝗦𝗣.𝗡𝗘𝗧 𝗖𝗼𝗿𝗲 𝗔𝗽𝗽𝗹𝗶𝗰𝗮𝘁𝗶𝗼𝗻

1
Comments
1 min read
Steps to Transform ASP.NET Core API into AWS Lambda Functions

Steps to Transform ASP.NET Core API into AWS Lambda Functions

Comments
3 min read
Installing Multiple .NET Versions on macOS with Homebrew

Installing Multiple .NET Versions on macOS with Homebrew

Comments
2 min read
Resilient APIs: How to Build Failure-Tolerant Backends in .NET and AWS

Resilient APIs: How to Build Failure-Tolerant Backends in .NET and AWS

3
Comments
3 min read
🎥 Prototype Design Pattern video just dropped!

🎥 Prototype Design Pattern video just dropped!

Comments
1 min read
Minha Jornada para Fazer a Busca Vetorial Funcionar em C# com Pgvector e Alibaba-NLP

Minha Jornada para Fazer a Busca Vetorial Funcionar em C# com Pgvector e Alibaba-NLP

1
Comments
4 min read
Registering Multiple Implementations of the same Interface using Autofac vs using Built-In Asp .Net Core DI

Registering Multiple Implementations of the same Interface using Autofac vs using Built-In Asp .Net Core DI

Comments
1 min read
Using ActionBlock as a Multithread Recursive Dynamic Queue in .NET

Using ActionBlock as a Multithread Recursive Dynamic Queue in .NET

4
Comments 3
2 min read
loading...