Forem

.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.
๐—ช๐—ต๐˜† ๐—จ๐˜€๐—ถ๐—ป๐—ด ๐—ฎ ๐—ฆ๐˜๐—ฎ๐˜๐—ถ๐—ฐ ๐——๐—ฏ๐—–๐—ผ๐—ป๐˜๐—ฒ๐˜…๐˜ ๐—–๐—ฎ๐—ป ๐—•๐—ฟ๐—ฒ๐—ฎ๐—ธ ๐—ฌ๐—ผ๐˜‚๐—ฟ ๐—”๐—ฆ๐—ฃ.๐—ก๐—˜๐—ง ๐—–๐—ผ๐—ฟ๐—ฒ ๐—”๐—ฝ๐—ฝ๐—น๐—ถ๐—ฐ๐—ฎ๐˜๐—ถ๐—ผ๐—ป

๐—ช๐—ต๐˜† ๐—จ๐˜€๐—ถ๐—ป๐—ด ๐—ฎ ๐—ฆ๐˜๐—ฎ๐˜๐—ถ๐—ฐ ๐——๐—ฏ๐—–๐—ผ๐—ป๐˜๐—ฒ๐˜…๐˜ ๐—–๐—ฎ๐—ป ๐—•๐—ฟ๐—ฒ๐—ฎ๐—ธ ๐—ฌ๐—ผ๐˜‚๐—ฟ ๐—”๐—ฆ๐—ฃ.๐—ก๐—˜๐—ง ๐—–๐—ผ๐—ฟ๐—ฒ ๐—”๐—ฝ๐—ฝ๐—น๐—ถ๐—ฐ๐—ฎ๐˜๐—ถ๐—ผ๐—ป

1
Comments
1 min read
Announcing Brighter V10: A Major Release with Cloud Events, New Providers, and Enhanced Resilience
Cover image for Announcing Brighter V10: A Major Release with Cloud Events, New Providers, and Enhanced Resilience

Announcing Brighter V10: A Major Release with Cloud Events, New Providers, and Enhanced Resilience

5
Comments
4 min read
Steps to Transform ASP.NET Core API into AWS Lambda Functions
Cover image for 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
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
๐ŸŽฅ Prototype Design Pattern video just dropped!

๐ŸŽฅ Prototype Design Pattern video just dropped!

Comments
1 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
The Role of Observability in Modern Backends with .NET and AWS

The Role of Observability in Modern Backends with .NET and AWS

1
Comments
3 min read
Integrating Amazon SES into a .NET Backend Using Clean Architecture

Integrating Amazon SES into a .NET Backend Using Clean Architecture

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

4
Comments
3 min read
Building an In-Memory Background Job Queue in ASP.NET Core (Intro + Deep Dive Link)
Cover image for Building an In-Memory Background Job Queue in ASP.NET Core (Intro + Deep Dive Link)

Building an In-Memory Background Job Queue in ASP.NET Core (Intro + Deep Dive Link)

1
Comments
1 min read
Introducing LuciferCore: A High-Performance .NET Server Framework with CLI Support

Introducing LuciferCore: A High-Performance .NET Server Framework with CLI Support

2
Comments
2 min read
Bridge Pattern vs Extension Methods in C# โ€” Architecture vs Convenience

Bridge Pattern vs Extension Methods in C# โ€” Architecture vs Convenience

2
Comments
5 min read
Indexers in C# โ€” Making Your Classes Feel Like Arrays

Indexers in C# โ€” Making Your Classes Feel Like Arrays

4
Comments
5 min read
Sistema de Control de Jobs en Tiempo Real con Channels y Background Services en .NET

Sistema de Control de Jobs en Tiempo Real con Channels y Background Services en .NET

5
Comments
7 min read
Saga Pattern: Consistรชncia de Dados em Microsserviรงos de Verdade
Cover image for Saga Pattern: Consistรชncia de Dados em Microsserviรงos de Verdade

Saga Pattern: Consistรชncia de Dados em Microsserviรงos de Verdade

Comments
4 min read
โšกAuto-Capture in XSLT Debugger

โšกAuto-Capture in XSLT Debugger

Comments
2 min read
View this solution on Exercism

View this solution on Exercism

Comments
1 min read
How to Build a Command-Line Video Converter with .NET 8 and FFmpeg

How to Build a Command-Line Video Converter with .NET 8 and FFmpeg

2
Comments 2
2 min read
Building an AI-Powered Recommendation System with .NET Core and ML.NET
Cover image for Building an AI-Powered Recommendation System with .NET Core and ML.NET

Building an AI-Powered Recommendation System with .NET Core and ML.NET

1
Comments
32 min read
The Rise of Agentic AI: Transforming Workflows in C# Development
Cover image for The Rise of Agentic AI: Transforming Workflows in C# Development

The Rise of Agentic AI: Transforming Workflows in C# Development

2
Comments
7 min read
๐Ÿ˜ Building a To-do API in .NET with PostgreSQL (Beginner Friendly)
Cover image for ๐Ÿ˜ Building a To-do API in .NET with PostgreSQL (Beginner Friendly)

๐Ÿ˜ Building a To-do API in .NET with PostgreSQL (Beginner Friendly)

Comments 1
2 min read
Design Patterns #12: Let the Visitor In โ€” A Deep Dive into the Visitor Pattern.
Cover image for Design Patterns #12: Let the Visitor In โ€” A Deep Dive into the Visitor Pattern.

Design Patterns #12: Let the Visitor In โ€” A Deep Dive into the Visitor Pattern.

Comments
11 min read
A Practical Guide to .NET Automatic Memory Management

A Practical Guide to .NET Automatic Memory Management

1
Comments
3 min read
loading...