ASP.NET MVC

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(用例)
(版本)
 
(未显示1个用户的8个中间版本)
第4行: 第4行:
  
 
==版本==
 
==版本==
 +
*[https://www.asp.net/mvc/mvc5 ASP.NET MVC 5]
 +
*[https://www.asp.net/mvc/mvc4 ASP.NET MVC 4]
 +
*[https://www.asp.net/mvc/mvc3 ASP.NET MVC 3]
  
 
==原理==
 
==原理==
 +
 +
==Web API==
 +
ASP.NET as a Service Framework,ASP.NET Web API 是 [[ASP.NET]] MVC 4 的核心部分。
 +
*[https://www.asp.net/web-api ASP.NET Web API 是构建 RESTful 服务的理想平台]
 +
*[http://bitoftech.net/2014/06/01/token-based-authentication-asp-net-web-api-2-owin-asp-net-identity/ Token Based Authentication using ASP.NET Web API 2, OWIN, and Identity]
 +
*[https://code.msdn.microsoft.com/ASP-NET-Web-API-Tutorial-8d2588b1 Getting Started with ASP.NET Web API (Tutorial Sample)]
 +
http://localhost:47503/swagger/docs/v1
 +
http://localhost:47503/api/Products
 +
http://localhost:47503/api/Products/1
 +
*[https://github.com/MikeWasson/BookService Web API 2 with Entity Framework 6]
 +
 +
==OData==
 +
使用 Open Data Protocol ([[OData]]) 构建 [[REST]] 的数据服务。
 +
 +
==JavaScript==
 +
*[https://github.com/aspnet/JavaScriptServices JavaScriptServices]
  
 
==项目==
 
==项目==
 +
Web API
 +
*[[OpenRasta]]
 +
*[https://github.com/NancyFx/Nancy Nancy]
 +
*[[ServiceStack]]
 +
*[https://github.com/WebApiContrib/WebAPIContrib WebAPIContrib]
 +
*[https://github.com/DotNetOpenAuth/DotNetOpenAuth DotNetOpenAuth]
 +
*[https://github.com/mccalltd/AttributeRouting AttributeRouting]
 +
*[https://github.com/IdentityModel/Thinktecture.IdentityModel.45 Thinktecture.IdentityModel]
 +
Other
 +
*[[Open Web Interface for .NET]]
 +
*[[ASP.NET Core Identity]]
 
*[[nopCommerce]]
 
*[[nopCommerce]]
 
*[[Serenity]]
 
*[[Serenity]]

2016年9月17日 (六) 01:39的最后版本

ASP.NET MVC使用Model-View-Controller的设计模式来开发ASP.NET应用程序。

微软于 ASP.NET Core 中提出下一代的 MVC 框架,称为 ASP.NET Core MVC

目录

[编辑] 版本

[编辑] 原理

[编辑] Web API

ASP.NET as a Service Framework,ASP.NET Web API 是 ASP.NET MVC 4 的核心部分。

http://localhost:47503/swagger/docs/v1
http://localhost:47503/api/Products
http://localhost:47503/api/Products/1

[编辑] OData

使用 Open Data Protocol (OData) 构建 REST 的数据服务。

[编辑] JavaScript

[编辑] 项目

Web API

Other

[编辑] 图集

[编辑] 链接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱