|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/aspnet-core-web-api-and-minimal-api-development-with-net-6/
课程评论:没有评论
课程名称:ASP.NET Core Web API 和 .NET 6 最小 API 开发 课程概述:在现代开发环境中,跨多个平台和设备共享数据并确保其安全性是一个具有挑战性的任务。作为开发者,我们需要利用不同的技术、库和框架来构建解决方案。ASP.NET Core Web API 提供了一种有效的方式来实现这一目标,同时支持身份验证和授权等功能。在本课程中,学员将通过实际项目学习 ASP.NET Core Web API 的开发,特别是使用 .NET 6 引入的最小 API。 课程内容包括: - 使用控制器基础的 API 和最小 API 开发项目 - 使用 Auth0 安全性和访问令牌来保护最小 API - 应用数据传输对象(DTO)和 Auto Mapper - 完整的动手实践,开发多个 API 示例 开发过程中将涉及以下技术: - 模型类 - 实体框架核心 - 代码优先方法 - 数据访问层/逻辑 - ASP.NET Web API(控制器和最小 API) - 依赖注入 - JsonWebToken (JWT) - Auth0 等 使用的开发工具包括 Microsoft Visual Studio 2022 和 Microsoft SQL Server。同时,我们还将使用 Swagger UI 和 Postman 测试我们的 Web API 端点,并与 Angular 和 React JS 应用进行集成。 本课程将提供全面的实践经验,帮助学员掌握 ASP.NET Core Web API 的开发技能。
Sharing data with authentication and authorization across number of platforms and devices is a challenging job. Being a developer, in an organization, we build solutions using different technologies, libraries, frameworks etc. To share the data with all these platforms and devices, we can think of ASP.NET Core Web API along with authentication, authorization and many more features which we can use during the development of our applications.In this course, we will learn ASP.NET Core Web API development by building a project with controller based API and Minimal API which is introduced in.NET 6. We will also see how to secure Minimal API using Auth0 security with Access Token. Also, let's see how to use DTOs [Data Transfer Object] and Auto Mapper in our application. This will be a complete hands-on course where we will develop our API with different examples. During the ASP.NET Core Web API development, we will use - Model ClassesEntity Framework Core - Code First Approach Data Access Layer/LogicASP.NET Web API [Controller and Minimal API]Dependency InjectionJsonWebToken [JWT]Auth0Etc.We will use Microsoft Visual Studio 2022 and Microsoft SQL Server. Along with that we will test our Web API endpoints using - Swagger UIPostmanAngular ApplicationReact JS application