콘텐츠로 건너뛰기
» .net standard

.net standard

ASP.NET Core 웹 응용프로그램 프로젝트 분리

ASP.NET Core 웹 응용프로그램을 작성할 때, 웹 응용프로그램 프로젝트에서 컨트롤러를 다른 프로젝트로 분리하기를 원하면 이런 방법이 검토해 보십시오.

신규 프로젝트 작성

컨트롤러를 분리할 프로젝트를 작성합니다.

.NET Standard 클래스 라이브러리 템플릿 사용

$ mkdir Blog.Backend.Api.Account
$ cd Blog.Backend.Api.Account
$ dotnet new 

S107 – Build great libraries using .NET Standard

Want to create great .NET class libraries? Confused about .NET Standard, .NET Core, and .NET Framework? Watch this talk to learn how you can easily support multiple platforms with .NET Standard and no compromises, thanks to via multi-targeting. We’ll also