一些ASP.NET MVC和SQL Server2017数据库安装知识的链接
SQL Server2017 Windows下安装
sql2017产品密钥:Developer 22222-00000-00000-00000-00000
[ASP.NET MVC 小牛之路]07 - URL Routing:
主要讲的是对URL路由的解析与生成、定义方式、解析详解、路由约束、定义请求磁盘文件路由、生成Url链接;
[ASP.NET MVC 小牛之路]08 - Area 使用:
area简单的使用、controller的歧义问题、生成area的Url链接;
[ASP.NET MVC 小牛之路]09 - Controller 和 Action (1):
Controller的实现(继承IController接口,抽象类、在Controller中获取状态数据、ActionResult和Action的数据传递)
[ASP.NET MVC 小牛之路]10 - Controller 和 Action (2):
Controller Factory、Action Invoker 和异步 Controller