Files
awesome-kubernetes/docs/dotnet.md
Inaki Fernandez 1adf22bf46 Nov 2nd
2021-11-02 20:16:01 +01:00

4.8 KiB
Raw Blame History

Microsoft .NET

Introduction

  • wikipedia.org: .NET .NET (previously named .NET Core) is a free and open-source, managed computer software framework for Windows, Linux, and macOS operating systems. It is a cross-platform successor to .NET Framework. The project is primarily developed by Microsoft employees by way of the .NET Foundation, and released under the MIT License.
  • https://dotnet.microsoft.com
  • https://github.com/dotnet/core

ASP.NET Core

NuGet Packages and nuspec file

Polly .NET resilience and transient-fault-handling library

Paradigm framework

  • Paradigm framework Built for NetCore, and featuring its own ORM and code generation tools, Paradigm sets the stage for a new breed of high-performance, multiplatform applications.
  • Paradigm Framework is a .net core Enterprise libraries, ORM and code scaffolding tool.

More dotnet frameworks and tools

  • Oakton Add Robust Command Line Options to .Net Applications
  • Lamar Lamar is a .NET library that provides two pieces of functionality:
    • A fast Inversion of Control Container that natively supports the ASP.Net Core DI abstractions and a subset of the older StructureMap library
    • The dynamic code generation and compilation features used underneath the IoC implementation
  • jeremydmiller.com: Self Diagnosing Deployments with Oakton and Lamar

Kubernetes for ASP.NET Core Developers

Deploying ASP.NET Core applications to Kubernetes