Hãy tưởng tượng bạn là nhân viên của một cửa hàng bán đồ chơi cho CHÓ :v tên là Contoso Pets.
Bạn được quản lý của mình nhờ làm một app quản lý kho với RESTful service giống như trang web của công ty. App cho phép thêm, xem, sửa, và xóa các sản phẩm. Hết phần chính, chỗ bala bala phía dưới không cần quan tâm :P
Bạn được quản lý của mình nhờ làm một app quản lý kho với RESTful service giống như trang web của công ty. App cho phép thêm, xem, sửa, và xóa các sản phẩm. Hết phần chính, chỗ bala bala phía dưới không cần quan tâm :P
This module explores creating a cross-platform RESTful service using ASP.NET Core web API with .NET Core and C#. An in-memory database will be created to persist the products data. Entity Framework (EF) Core will be used as the Object-Relational Mapper (O/RM) for reading and managing products data.
This module uses the .NET Core CLI to demonstrate web API development. After completing this module, you can apply its concepts using a development environment like Visual Studio (Windows), Visual Studio for Mac (macOS), or Visual Studio Code (Windows, Linux, & macOS).
Learning objectives
In this module, you will:
- Use the .NET Core CLI to create an ASP.NET Core web API project.
- Create an in-memory database for persisting products.
- Add CRUD action methods to the web API.
- Test the web API actions from the command shell.
Yêu cầu
- Hiểu biết căn bản về C#
- Quen thuộc với RESTful service và giao thức HTTP, như là GET, POST, PUT, and DELETE, cái này nói lại ở cái trước -_-
No comments:
Post a Comment