|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/the-complete-guide-to-aspnet-web-api/
课程评论:没有评论
**课程总结:ASP.NET CORE WEB API 完全指南** 本课程全面介绍了如何使用 ASP.NET Core Web API 构建 Web 应用程序。学员将从零开始,学习如何利用 Visual Studio 和 ASP.NET Core Web API 框架,从头构建应用程序。 **核心内容包括:** * **Web API 基础:** 深入理解 Web API 的概念及其在 Web 开发中的作用,包括 HTTP 特性(URI、请求/响应头、内容格式等)的应用。 * **数据存储与操作:** 使用 SQL 数据库作为数据存储,并通过 Entity Framework 学习如何高效地与数据进行交互。 * **Entity Framework 进阶:** 掌握 Entity Framework migrations 的使用,包括数据库 Schema 的更新,以及数据的增、删、改、查操作。 * **自定义实现:** 不仅学习 ASP.NET Core Web API 的内置功能,还包括如何创建自定义实现,例如自定义 Web API 返回类型。 * **实战演练:** 课程采用由浅入深的教学方式,辅以大量的动手实践和测验,帮助学员巩固和提升 Web API 开发技能。 **课程涵盖的关键主题:** * Web API 导论 * 构建你的第一个 ASP.NET Core API * 处理关系型数据 * Controller Action 返回类型 * 排序、过滤和分页 * ASP.NET Core Web API 版本控制 * 单元测试 本课程旨在为学员提供构建个人或商业 Web 应用程序所需的全部知识和技能。课程源代码可在 GitHub 账户 @etrupja/complete-guide-to-aspnetcore-web-api 中找到。
A Web API is an application programming interface for the Web. With Web API, you get access to entire features of HTTP like URIs, request/response headers, content formatting, etc.This course will teach you all you need to know to build personal or commercial applications using Asp.Net Core Web API as your development framework. You will start from just Visual Studio and build your app from the ground up. As data storage, you will use an SQL database and Entity Framework will be used to interact with your data. You will also learn how to update database schema using Entity Framework migrations, how to add data to the database, get data from the database, update data in the database and also delete data from the database.You will not only learn about the default features or capabilities that Asp.Net Core Web API has to offer, but you will also create your custom implementations like for example a custom Web API return type.You will learn all these, step by step with hands-on practice. You will also have a lot of quizzes that will help to improve your knowledge of Web API. Some of the topics that this course covers are: Introduction to Web API Building your first Asp.Net Core API Working with relational dataController Action return types Sorting, Filtering, and Paging Asp.Net Core Web API Versioning Unit Testing and much more...You can find the source code of this course on my Github account: @etrupja/complete-guide-to-aspnetcore-web-api