|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/aspnet-core-with-ado-net-full-project-based-course/
课程评论:没有评论
课程名称:ASP.NET CORE 与 ADO.NET 全项目实践课程 课程概述:本课程涵盖以下主题: 1. 如何在 Visual Studio 2022 中以目标框架 7.0 开始项目。 2. 如何在 ASP.NET CORE MVC 中使用 ADO.NET 连接数据库。 3. 启动书店项目,进行实际项目练习。 4. 使用三层架构实现仓储模式。 5. 利用会话存储用户凭据。 6. 使用操作过滤器处理用户会话。 7. 控制器与视图之间的渲染。 8. 依赖注入(DI)在控制反转(IOC)容器中创建对象。 9. 服务层设计业务逻辑。 10. 主题概念及其应用。 11. Bootswatch 主题的使用。 12. 对象之间的关系。 13. SQL 连接以建立与数据库的联系。 14. 使用 SQL 命令查询数据库表。 15. 使用 Sql DataReader 从数据库服务器读取数据。 16. 使用存储过程处理项目功能。 17. 中间件用来渲染请求和响应管道。 18. ViewBag、ViewData 和 TempData 用于在控制器与视图之间传递数据。 19. 部分视图用于导航。 20. 视图组件用于显示购物车中的商品。 21. Html 帮助器在 Razor 视图中显示用户界面。 22. 使用标签助手。 23. 数据的分页、搜索和排序功能。 24. 仓储模式处理数据功能。 25. 通用功能以处理常见事务。 26. 书店电子商务项目的模块化单体应用。 27. 电子商务项目用于存储书籍、购买书籍、购物车选项和订单选项。 28. 基本购物车功能。 该课程为学员提供了全面的 ASP.NET CORE 开发知识,以实际项目为基础,帮助学员掌握如何构建和管理基于数据库的 web 应用程序。
This Course complete the following topics like 1. How to start Project in Visual Studio 2022 with Target framework 7.02. How to Connect Database with ADO.NET in ASP.NET CORE MVC3. Start Book Store Project , Real Time scratched project4. Repository pattern with 3-tier architecture5. Session to store User Credential 6. Action Filter to handle User Session7. Controller to View for rendering the UI8. DI: Dependency Injection to create object in IOC Container9. Service Layer to design business logics10. Theme Concept 11. Bootswatch theme12. Relationship between the object13. SQL Connection to create connection with Database14. Sql Command for Quering with the database table 15. Sql DataReader to read data from Database server16. Stroed Prcedure to handle Project Functions 17. Middleware to Render Request and response pipeline 18. ViewBag, ViewData and TempData , use for transfer data from controller to view19. Partial View for navigation 20 View Component for showing cart items21 Html Helper to show UI in Razor Views22. Use Tag helpers23. Paging Searching and Sort the data24 Repository Pattern to Handle Data Function25 Generic Function to handle common things26 Modular monolithic application for book store ecommerce project27. Ecommerce project for storing book, Purchase book, Cart Option, Order Options 28. Basic Functionality of Shoping cart