mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-13 18:30:44 +00:00
8.1 KiB
8.1 KiB
Microsoft .NET
!!! info "Architectural Context" Detailed reference for Microsoft .NET in the context of Developer Ecosystem.
Standard Reference
- andrewlock.net: Series: Deploying ASP.NET Core applications to Kubernetes' with Helm 🌟 [COMMUNITY-TOOL]
- wikipedia.org: .NET [COMMUNITY-TOOL]
- developers.redhat.com: Three ways to containerize .NET applications on Red' Hat OpenShift [COMMUNITY-TOOL]
- developers.redhat.com: .NET 6 now available for RHEL and OpenShift [COMMUNITY-TOOL]
- telerik.com: Your First Microservice in .NET 6 [COMMUNITY-TOOL]
- stackify.com: Who will Dominate in the future: .Net or Java? [COMMUNITY-TOOL]
- devblogs.microsoft.com: Announcing Rate Limiting for .NET [COMMUNITY-TOOL]
- blog.jetbrains.com: Getting Started with ASP.NET Core and gRPC [COMMUNITY-TOOL]
- dzone: Building a RESTful Service Using ASP.NET Core and dotConnect for' PostgreSQL [COMMUNITY-TOOL]
- enlear.academy: Repository Pattern and Unit of Work with ASP.NET Core Web' API [COMMUNITY-TOOL]
- itnext.io: How to Build an Event-Driven ASP.NET Core Microservice Architecture [COMMUNITY-TOOL]
- NuGet/docs.microsoft.com-nuget: nuspec ⭐ 160 [COMMUNITY-TOOL]
- gist.github.com: Creating and Publishing NuGet Packages [COMMUNITY-TOOL]
- khalidabuhakmeh.com: A .NET 5.0 Guide: From Idea To NuGet Package [COMMUNITY-TOOL]
- devblogs.microsoft.com: Getting Started with DevOps and .NET MAUI [COMMUNITY-TOOL]
- App-vNext/Polly ⭐ 14171 [ENTERPRISE-STABLE]
- medium: Microservices Resilience and Fault Tolerance with applying Retry' and Circuit-Breaker patterns using Polly [COMMUNITY-TOOL]
- procodeguide.com: Build Resilient Microservices (Web API) using Polly in' ASP.NET Core [COMMUNITY-TOOL]
- Paradigm framework [COMMUNITY-TOOL]
- Oakton [COMMUNITY-TOOL]
- Lamar [COMMUNITY-TOOL]
- jeremydmiller.com: Self Diagnosing Deployments with Oakton and Lamar [COMMUNITY-TOOL]
- dotnetcurry.com: Kubernetes for ASP.NET Core Developers – Introduction,' Architecture, Hands-On [COMMUNITY-TOOL]
Developer Tools
AI Coding Assistants
.NET Integration
- Extend your coding agent with .NET Skills [COMMUNITY-TOOL] — Step-by-step instruction illustrating how to inject specialized .NET SDK contexts and compilation knowledge bases into autonomous coding agents to optimize C# generation pipelines.
Software Development
.NET
Architecture
- (2021) techcommunity.microsoft.com: Full-stack .NET 6 Apps with Blazor WebAssembly and Azure Static Web Apps [C# CONTENT] 🌟🌟🌟🌟 [ENTERPRISE-STABLE] — Explores building modern full-stack application suites utilizing Blazor WebAssembly and hosting them on Azure Static Web Apps. Details how the static assets run efficiently in the browser while securely integrating with serverless Azure Functions API endpoints. Ideal for lightweight web structures that demand high performance, rapid CI/CD, and global scale.
Dependency Management
- (2021) devblogs.microsoft.com: Introducing Compatible Packages on NuGet.org [C# CONTENT] 🌟🌟🌟🌟 [ENTERPRISE-STABLE] — Introduces a NuGet package manager update that highlights framework compatibility, making package target evaluation straightforward. Explains how targeting netstandard, net6.0, and newer .NET TFMs reduces library selection friction. This functionality ensures dependency alignment during large-scale migration of microservice codebases.
- (2022) syncfusion.com: 10 Best C# NuGet Packages to Improve Your Productivity in 2022 [C# CONTENT] 🌟🌟🌟 [COMMUNITY-TOOL] — Reviews 10 key NuGet packages that increase development speed and product quality in C# environments, including AutoMapper, Newtonsoft.Json, and Serilog. It explains how these libraries streamline routine operations like object mapping, data serialization, and advanced structured logging, improving overall software design patterns.
Microservices
- (2024) ==docs.microsoft.com: .NET Microservices: Architecture for Containerized .NET Applications== [C# CONTENT] [ADVANCED LEVEL] [DOCUMENTATION] 🌟🌟🌟🌟🌟 [DE FACTO STANDARD] — The comprehensive blueprint for designing and deploying microservices-based architectures with .NET Core and .NET 8+. Focuses on domain-driven design (DDD), containerization, API gateways, database per microservice patterns, and CQRS implementations. Indispensable handbook for building robust, scalable enterprise cloud-native systems.
💡 Explore Related: Postman | Angular | Visual Studio