原文:ASP.NET MVC 5 入门:

https://docs.microsoft.com/zh-cn/aspnet/mvc/overview/getting-started/introduction/getting-started

ASP.NET MVC 5 入门指南汇总

https://www.cnblogs.com/powertoolsteam/p/aspnetmvc5-tutorials-grapecity.html

 

ASP.NET CORE MVC,这在本教程中提供了许多改进。

Razor 页面教程:

  • 易于关注。
  • 涵盖更多功能。
  • 是开发新应用程序的首选方法。

GitHub上的 ASP.NET MVC: Source

  1. 入门
  2. 添加控制器
  3. 添加视图
  4. 添加模型
  5. 创建连接字符串并使用 SQL Server LocalDB
  6. 从控制器访问模型的数据
  7. 检查 Edit 方法和编辑视图
  8. 添加搜索
  9. 添加新字段
  10. 添加验证
  11. 检查 Details 和 Delete 方法

示例下载:

https://github.com/aspnet/AspNetDocs/tree/master/aspnet/mvc/overview/getting-started/introduction/sample/MvcMovie/MvcMovie

Github文件夹下载到本地 

链接:https://pan.baidu.com/s/1wH_w0hr2qvTvQnhXVATy5w 
提取码:eesp

相关文章:

  • 2021-09-25
  • 2022-12-23
  • 2018-11-09
  • 2021-12-19
  • 2021-07-14
  • 2022-12-23
  • 2021-07-04
猜你喜欢
  • 2022-12-23
  • 2021-06-15
  • 2021-09-02
  • 2021-06-28
  • 2022-12-23
  • 2021-11-05
  • 2021-10-22
相关资源
相似解决方案