Files
awesome-kubernetes/v2-docs/dotnet.md

8.1 KiB
Raw Blame History

Microsoft .NET

!!! info "Architectural Context" Detailed reference for Microsoft .NET in the context of Developer Ecosystem.

Standard Reference

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