This app will give you real applications in the use ASP.NET Core MVC
You will see the full source code of the demo. You will see how use:
1. Use Images, CSS and JavaScript in ASP.NET Core MVC
2. Pass Data from Controller to View in ASP.NET Core MVC
3. Pass Object from Controller to View in ASP.NET Core MVC
4. Pass Objects List from Controller to View in ASP.NET Core MVC
5. Read Values from AppSettings.json File in ASP.NET Core MVC
6. Use Routes in ASP.NET Core MVC
7. Use Parameters to Routes in ASP.NET Core MVC
8. Use Query String in URL in ASP.NET Core MVC
9. Form Handling in ASP.NET Core MVC
10. Single File Upload in Forms in ASP.NET Core MVC
11. Multiple File Upload in Forms in ASP.NET Core MVC
12. Forms Validation in ASP.NET Core MVC
13. Use TempData in ASP.NET Core MVC
14. Use Session in ASP.NET Core MVC
15. Login Form with Session in ASP.NET Core MVC
16. Build Shopping Cart with Session in ASP.NET Core MVC
17. Use Layout in ASP.NET Core MVC
18. Use Nested Layout in ASP.NET Core MVC
19. Create View Components in ASP.NET Core MVC
20. Use Area in ASP.NET Core MVC
21. Use Middleware in ASP.NET Core MVC
22. Authentication with Middleware in ASP.NET Core MVC
23. Ajax in ASP.NET Core MVC
24. Read Data from Database with Entity Framework in ASP.NET Core MVC
25. Create Data to Database with Entity Framework in ASP.NET Core MVC
26. Update Data to Database with Entity Framework in ASP.NET Core MVC
27. Delete Data from Database with Entity Framework in ASP.NET Core MVC
28. Security in ASP.NET Core MVC
29. Security in ASP.NET Core MVC and Entity Framework Core
30. Multiple Submit Buttons in ASP.NET Core MVC
31. AutoComplete in ASP.NET Core MVC and Entity Framework Core
You also see the results after the demo with the illustrations.
You can also copy the code in this app and use it on your project.
这个应用程序将为您提供使用ASP.NET Core MVC的实际应用程序
您将看到演示的完整源代码。您将看到如何使用:
1.在ASP.NET Core MVC中使用图像,CSS和JavaScript
2.在ASP.NET Core MVC中将数据从Controller传递到View
3.在ASP.NET Core MVC中将对象从Controller传递到View
4.将对象列表从Controller传递到ASP.NET Core MVC中的View
5.从ASP.NET Core MVC中的AppSettings.json文件中读取值
6.在ASP.NET Core MVC中使用路由
7.在ASP.NET Core MVC中使用参数到路由
8.在ASP.NET Core MVC中使用URL中的查询字符串
9. ASP.NET Core MVC中的表单处理
10. ASP.NET Core MVC中表单中的单个文件上载
11. ASP.NET Core MVC中的表单中的多个文件上载
12. ASP.NET Core MVC中的表单验证
13.在ASP.NET Core MVC中使用TempData
14.在ASP.NET Core MVC中使用Session
15.在ASP.NET Core MVC中使用Session登录表单
16.在ASP.NET Core MVC中使用Session构建购物车
17.在ASP.NET Core MVC中使用布局
18.在ASP.NET Core MVC中使用嵌套布局
19.在ASP.NET Core MVC中创建视图组件
20.在ASP.NET Core MVC中使用Area
21.在ASP.NET Core MVC中使用中间件
22. ASP.NET Core MVC中的中间件认证
23. ASP.NET Core MVC中的Ajax
24.使用ASP.NET Core MVC中的实体框架从数据库中读取数据
25.使用ASP.NET Core MVC中的实体框架创建数据到数据库
26.使用ASP.NET Core MVC中的实体框架将数据更新到数据库
27.使用ASP.NET Core MVC中的实体框架从数据库中删除数据
28. ASP.NET Core MVC中的安全性
29. ASP.NET Core MVC和Entity Framework Core中的安全性
30. ASP.NET Core MVC中的多个提交按钮
31. ASP.NET Core MVC和Entity Framework Core中的AutoComplete
您还可以在演示后看到带有插图的结果。
您还可以复制此应用程序中的代码并在项目中使用它。