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.
How to Add Multiple Languages to Your ASP.NET Core Application (Step-by-Step Localization Guide)

How to Add Multiple Languages to Your ASP.NET Core Application (Step-by-Step Localization Guide)

1
Comments
3 min read
`ref` and `unsafe` in Async and Iterator Methods — Unlocking `Span<T>` in C# 13

`ref` and `unsafe` in Async and Iterator Methods — Unlocking `Span<T>` in C# 13

Comments
3 min read
`\e` Escape Sequence in C# 13 — A Cleaner Way to Emit the ESC Character

`\e` Escape Sequence in C# 13 — A Cleaner Way to Emit the ESC Character

Comments
2 min read
Natural Types for Method Groups in C# — Smarter Overload Resolution

Natural Types for Method Groups in C# — Smarter Overload Resolution

Comments
2 min read
Under the hood: What can you learn by building an HTTP Server from scratch?

Under the hood: What can you learn by building an HTTP Server from scratch?

3
Comments
14 min read
Implicit Index Access in C# 13 — Using `^` in Object Initializers

Implicit Index Access in C# 13 — Using `^` in Object Initializers

Comments
2 min read
The easiest way to connect your .NET app to Gemini using MaIN.NET.

The easiest way to connect your .NET app to Gemini using MaIN.NET.

5
Comments 1
3 min read
SDK BlueSky : Utiliser C# pour comprendre les blocages entre utilisateurs

SDK BlueSky : Utiliser C# pour comprendre les blocages entre utilisateurs

1
Comments
7 min read
🚀 Roslyn UnUsed Code Remover – Clean Up Your .NET Projects with Ease

🚀 Roslyn UnUsed Code Remover – Clean Up Your .NET Projects with Ease

Comments
4 min read
How Softacom Speeds Up .NET Migrations

How Softacom Speeds Up .NET Migrations

1
Comments
1 min read
What’s New in C# 14: More Power, Less Code

What’s New in C# 14: More Power, Less Code

1
Comments
2 min read
Null-Conditional Assignment in C# 14 — Elegance Meets Safety

Null-Conditional Assignment in C# 14 — Elegance Meets Safety

7
Comments
2 min read
NuPack v17.1 released

NuPack v17.1 released

4
Comments 2
1 min read
Partial Constructors and Events in C# 14 — Structuring Your Code Like a Pro

Partial Constructors and Events in C# 14 — Structuring Your Code Like a Pro

Comments
2 min read
Unbound Generic Types in `nameof` — C# 14 Makes Reflection Cleaner

Unbound Generic Types in `nameof` — C# 14 Makes Reflection Cleaner

Comments
2 min read
Lambda Parameter Modifiers Without Types — Modern C# 14 Syntax

Lambda Parameter Modifiers Without Types — Modern C# 14 Syntax

Comments
2 min read
Mastering Implicit Span Conversions in C# 14 — Performance with Safety

Mastering Implicit Span Conversions in C# 14 — Performance with Safety

1
Comments
2 min read
The Reference Data Problem That's Been Driving Developers Crazy (And How I Think I Finally Fixed It?)

The Reference Data Problem That's Been Driving Developers Crazy (And How I Think I Finally Fixed It?)

Comments 2
9 min read
Understanding `field` in C# — The Next-Level Auto-Property Backing

Understanding `field` in C# — The Next-Level Auto-Property Backing

Comments
2 min read
Mastering Extension Members in C# 14 — Beyond Extension Methods

Mastering Extension Members in C# 14 — Beyond Extension Methods

1
Comments
3 min read
.NET MAUI Authentication on Windows: The OpenID Connect Challenge

.NET MAUI Authentication on Windows: The OpenID Connect Challenge

Comments 1
4 min read
I built my own scripting language and made it run in the browser — no HTML, no JS, just WebAssembly

I built my own scripting language and made it run in the browser — no HTML, no JS, just WebAssembly

Comments 2
1 min read
Singleton vs. Monostate in C#: Understand the Difference with a Real-World Story and Code Examples

Singleton vs. Monostate in C#: Understand the Difference with a Real-World Story and Code Examples

4
Comments
3 min read
b-state Blazor state manager

b-state Blazor state manager

1
Comments
3 min read
How To Fix Slow Write Queries in Dapper With Dapper Plus Library

How To Fix Slow Write Queries in Dapper With Dapper Plus Library

2
Comments 1
8 min read
loading...