재우니의 블로그


https://www.microsoft.com/net/learn/architecture


.NET Application Architecture

Microservices & Docker

Microservices are small, modular, and independently deployable services. Docker containers (for Linux and Windows) simplify deployment and testing by bundling a service and its dependencies into a single unit, which is then run in an isolated environment.

Modernizing .NET Apps

Lift and shift your existing .NET applications by optimizing your deployments with Windows Containers and by improving your DevOps operations for your dev/test/production environments, ultimately making your application cloud DevOps-ready.

Deploying with Azure

Production ready cloud applications need to be built for scalability, monitoring, management, security, resiliency, and more. The patterns covered in this guidance include example implementations for Microsoft Azure.

ASP.NET Web Applications

ASP.NET Core allows you to build high-performance, cross-platform web applications. Patterns like MVC and built-in support for Dependency Injection allow you to build applications that are easier to test and maintain.

Xamarin Mobile Apps

Xamarin allows you to build native Android, iOS, and Windows applications using .NET. Common patterns, such as MVVM, combined with good application layering, will maximize code sharing and result in an application that is easier to understand, test and maintain.

UWP Apps

Windows gives you the tools and capabilities to build modern experiences that empower your customers to do more. The Universal Windows Platform (UWP) lets you create a single app package that can run on a wide range of devices, and the Windows Store provides a unified distribution channel you can use to safely reach customers worldwide.