|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/dot-net-core-web-api-vue-js-microsoft-sql-full-stack-web-app/
课程评论:没有评论
这是一个关于如何使用 Microsoft SQL Server、.NET Core Web API 和 Vue JS 构建全栈 Web 应用程序的 Coursera 课程总结。 **核心技能:** * **数据库:** 学习如何在 Microsoft SQL Server 中创建数据库表。 * **后端开发:** 学习创建 ASP.NET Core Web API 项目,包括理解项目结构、配置 CORS 和 JSON 序列化器、实现 CRUD 操作 API、以及文件上传 API (.NET Core)。 * **前端开发:** 学习使用 Vue JS 创建前端界面,包括使用 Vue Router 进行路由管理、使用 Axios 消费 RESTful API、集成 Bootstrap 表格并填充数据、实现 Bootstrap 模态框(包含下拉菜单和日期选择器)、以及实现图片上传功能(Vue JS)。 * **用户交互:** 学习如何在前端实现自定义排序和过滤功能,以增强 Bootstrap 表格的用户体验。 **学习目标:** 本课程旨在指导学习者从零开始,一步一步地构建一个完整的全栈 Web 应用程序。您将掌握从数据库设计到后端 API 实现,再到前端用户界面开发的整个流程。课程还将教授如何处理文件上传和图片存储等实际应用场景,以及如何优化用户交互体验。
In this course, you will learn how to create a full stack web application from scratch using Microsoft SQL server for the database,.NET Core Web API for the backend, and Vue JS for the front end.We will first install the necessary tools needed for the development.And then start with creating the necessary tables in Microsoft SQL server, then create the Web API project with the required rest API end points. Finally we will use Vue JS for creating the front end.> You will learn to create database tables in Microsoft SQL Server.> Create ASP.NET Core Web API project and understand the project structure.> Enable CORS and JSON serializer in the API project.> Implement CRUD APIs in API project.> Implement upload file API and store files in backend server.> You will learn how to add routing for our app using vue router.> Create bootstrap table and populate data by consuming the Rest APIs using axios.> Use axios to consume the REST Apis.> Add bootstrap modal pop up windows with drop downs and date pickers.> We will also learn how to upload an image and store it in the backend server.> Learn to implement custom sorting and filtering features for the bootstrap table.