C# Dotnet으로 배우는 백엔드 기초
백엔드의 기초를 이해하고 ASP.NET Core를 이용하여 웹 어플리케이션을 만드는 실습을 한다.
- 백엔드의 기초를 알고 싶은 사람
- ASP.NET Core의 사용법을 배우고 싶은 사람
-
Backend 1일차 : ASP.NET Core 소개, C# 베이직, MVC 디자인 패턴, REST API, 환경 구축
-
- ASP.NET Core MVC 개요
- Views in ASP.NET Core MVC
- Partial views in ASP.NET Core
- Handle requests with controllers in ASP.NET Core MVC
- Routing to controller actions in ASP.NET Core
- Dependency injection into controllers in ASP.NET Core
- Dependency injection into views in ASP.NET Core
- Unit test controller logic in ASP.NET Core
- Tutorial
- Get started with ASP.NET Core MVC
- Part 2, add a controller to an ASP.NET Core MVC app
- Part 3, add a view to an ASP.NET Core MVC app
- Part 4, add a model to an ASP.NET Core MVC app
- Part 5, work with a database in an ASP.NET Core MVC app
- Part 6, controller methods and views in ASP.NET Core
- Part 7, add search to an ASP.NET Core MVC app
- Part 8, add a new field to an ASP.NET Core MVC app
- Part 9, add validation to an ASP.NET Core MVC app
- Part 10, examine the Details and Delete methods of an ASP.NET Core app
- https://learn.microsoft.com/en-us/aspnet/core/?view=aspnetcore-8.0
- https://learn.microsoft.com/ko-kr/aspnet/core/tutorials/first-web-api?view=aspnetcore-8.0&tabs=visual-studio
- https://learn.microsoft.com/en-us/aspnet/core/tutorials/min-web-api?view=aspnetcore-8.0&tabs=visual-studio
- https://learn.microsoft.com/en-us/aspnet/core/web-api/?view=aspnetcore-8.0