Microsoft .NET¶
Nubenetes V2 Elite Portal
You are browsing the AI-Curated V2 Elite Edition. Looking for the exhaustive list of references? Check out the V1 Historical Archive.
Architectural Context
Detailed reference for Microsoft .NET in the context of Developer Ecosystem.
Application Development¶
.NET Framework¶
Architectural Guides¶
- (2024) docs.microsoft.com: .NET Microservices: Architecture for Containerized .NET Applications [ADVANCED LEVEL] [DOCUMENTATION] ๐๐๐๐๐ [DE FACTO STANDARD] โ The definitive architectural design guide for planning and building containerized .NET microservices. Focuses on Domain-Driven Design (DDD) principles, CQRS patterns, Outbox event delivery, and deployment best practices inside Docker environments.
Event-Driven Microservices¶
- (2022) itnext.io: How to Build an Event-Driven ASP.NET Core Microservice Architecture [C# CONTENT] [ADVANCED LEVEL] ๐๐๐๐๐ [DE FACTO STANDARD] โ Explains how to construct an event-driven ASP.NET Core microservices network using message brokers like RabbitMQ or Apache Kafka. Integrates clean architecture practices, transactional Outbox patterns, and retry strategies to ensure reliable messaging.
Microservices Design¶
- (2021) telerik.com: Your First Microservice in .NET 6 [C# CONTENT] ๐๐๐๐ [ENTERPRISE-STABLE] โ A hands-on guide to building a microservice using ASP.NET Core 6 Minimal APIs. Demonstrates how to write lightweight, highly optimized web APIs with minimal boilerplate code, perfect for deployment within containerized clusters.
gRPC Communication¶
- (2021) blog.jetbrains.com: Getting Started with ASP.NET Core and gRPC [C# CONTENT] ๐๐๐๐ [ENTERPRISE-STABLE] โ Presents a technical guide on configuring high-performance gRPC services using ASP.NET Core. Details protobuf schema creation, client generation, and HTTP/2 connection pooling to achieve ultra-low latency between microservices.
Cloud Infrastructure and Orchestration¶
Container Orchestration¶
Kubernetes¶
- (2021) dotnetcurry.com: Kubernetes for ASP.NET Core Developers โ Introduction, Architecture, Hands-On [YAML CONTENT] [GUIDE] [LEGACY] โ An educational guide targeted at .NET architects migrating legacy backends to Kubernetes. Details fundamental infrastructure layers including Pods, ReplicaSets, Deployments, Services, and containerization pipelines using Docker.
Software Architecture and .NET Development¶
Application Diagnostics¶
Environment Validation¶
- (2021) jeremydmiller.com: Self Diagnosing Deployments with Oakton and Lamar [C# CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] โ Presents a design paradigm combining Lamar's compilation-safe IoC container with Oakton's self-diagnostics capability. Outlines systems validation strategies that trigger build failures if container registrations or service setups fail.
IoC Containers¶
- (2025) Lamar [C# CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] โ An advanced, high-performance IoC container and assembly scanning engine compatible with Microsoft's DI standards. Leverages Roslyn-powered dynamic code compilation to optimize dependency resolution pathways in microservices.
Microservices¶
Resilience Patterns¶
- (2026) App-vNext/Polly โญ 14192 [C# CONTENT] [ADVANCED LEVEL] ๐๐๐๐๐ [DE FACTO STANDARD] โ The premier resilient fault-handling library for the .NET ecosystem. Enables developers to configure sophisticated reliability policies including Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback, acting as the bedrock for stable microservices.
- (2022) procodeguide.com: Build Resilient Microservices (Web API) using Polly in ASP.NET Core [C# CONTENT] [COMMUNITY-TOOL] [GUIDE] โ Provides a hands-on architectural approach to integrating Polly policy frameworks inside ASP.NET Core Web APIs. Details proper HttpClientFactory patterns, fallback strategies, and configuring resilient endpoint routing.
Web Frameworks¶
Microservices (1)¶
- (2024) Paradigm framework [C# CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] โ An open-source development platform designed to facilitate rapid, highly structured .NET microservice engineering. Standardizes dependency configurations, modular architectures, data mapping protocols, and enterprise repository patterns.
๐ก Explore Related: Postman | Angular | Embedded Servlet Containers
๐ See Also: About | Cloudflare