|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/aspnet-core-with-javascript-and-jquery/
课程评论:没有评论
课程名称:ASP.NET CORE与JavaScript及JQuery 课程概述:本视频课程将教您以下主题: 1. 了解ASP.NET CORE和JQuery的基础知识。 2. 使用Visual Studio 2022创建新项目。 3. 创建模型,并添加DbContext文件。 4. 使用连接字符串与Entity Framework Core建立连接。 5. 利用模型优先方法在数据库表中保存项目。 6. 使用存储库模式进行简单的CRUD操作。 7. 如何使用AJAX调用Action方法。 8. 如何通过AJAX调用绑定文本框。 9. 如何进行部分调用Action方法。 10. 通过AJAX部分绑定文本框。 11. 在选择列表改变项目时调用Action方法。 12. 在JQuery中处理文本变化事件。 13. 使用JQuery在表中添加动态行。 14. 如何在JavaScript中创建函数。 15. 在JQuery中进行基本的表操作。 16. 如何在表中查找单元格。 17. 使用foreach循环迭代表行。 18. 如何在JQuery中使用this对象。 19. 如何使用JQuery在表中添加动态元素。 20. 如何动态在表中添加行。 21. 如何在模态弹出框中显示收据。 22. 如何在数据库表中保存餐厅账单。 23. 如何通过动态方式保存账单详细信息。 24. 动态增减数量。 25. 如何将动态创建的元素发送到Action方法。 26. 如何动态计算账单。 本课程将帮助您掌握使用ASP.NET CORE和JQuery进行Web开发的基础知识与实用技术。
In this video, I am going to teach you the following topics1. Getting started with ASP.NET CORE and JQuery2. Create new Project using visual studio 20223. How to create model , how to add DbContext File 4. How to create Connection with Entity Framework Core using Connectionstring5. How to Save item in Database table using model first approach6. Simple CRUD operation using repository pattern7. How to call Action method using AJAX8. How to Bind Textbox using AJAX Call9. How to call action methos partially10. Bind the TextBox Partially using AJAX11. Call action method when select list change items12. Text Change Event in JQuery13. Add Dynamic Row in Table using JQuery14. How to create Function in JavaScript15. Basic Table operations in JQuery16. How to Find cells in Table using JQuery17. How to iterate table row using foreach loop in JQuery18. How to use this object in JQuery19. how to add dynamic element in table using jQuery20. How to add row dynamically in table using JQuery21. How to show receipt on modal popup22. how to save Restaurant bill in database table 23. how to save bill details in database table using dynamically24. dynamically increment and decrement quantity 25. how to send dynamically created element in action method26. how to calculate bill dynamically