惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

爱范儿
爱范儿
量子位
大猫的无限游戏
大猫的无限游戏
小众软件
小众软件
J
Java Code Geeks
B
Blog
V
V2EX
博客园 - 三生石上(FineUI控件)
Blog — PlanetScale
Blog — PlanetScale
aimingoo的专栏
aimingoo的专栏
Y
Y Combinator Blog
F
Fortinet All Blogs
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
The Cloudflare Blog
A
About on SuperTechFans
D
DataBreaches.Net
阮一峰的网络日志
阮一峰的网络日志
博客园 - Franky
H
Help Net Security
宝玉的分享
宝玉的分享
Martin Fowler
Martin Fowler
酷 壳 – CoolShell
酷 壳 – CoolShell
MongoDB | Blog
MongoDB | Blog
L
LangChain Blog

博客园 - lu xu

OWIN and Katana [转]我的微软开源CMS-Orchard源码阅读之Orchard Data Migrations 学习javascript必须订阅30个程序员的Blog 我的微软开源CMS-Orchard源码阅读之Orchard.Caching [转]jquery跨域调用asp.net web service 经纬度坐标系与UTM MGRS坐标系之间的转换 c# 版本 因为我们是软件公司 世界上最幸福的职业-鉴黄师 纪念一下 不能免俗-bing的试用 只看不说-CCTV的客户端关键字 asp.net mvc 点滴 一 asp.net mvc vs asp.net web forms Oracle收购Sun [转载]一个普通程序如何摧毁了华尔街 免费 官方的ASP.NET MVC电子书-Professional ASP.NET MVC 1.0 Asp.Net MVC 学习心得 之 Html Helper Asp.Net MVC 学习心得 之 Model Asp.Net MVC 学习心得 之 View Asp.Net MVC 学习心得 之 Controllers
asp.net mvc 1.0 开源
lu xu · 2009-04-02 · via 博客园 - lu xu

4月1号 scottgu 宣布 asp.net mvc 1.0开放源代码

具体可以到他的Blog里查看 我来黏贴一下:

Two weeks ago at MIX we released ASP.NET MVC 1.0.  ASP.NET MVC is a free, fully supported, Microsoft product that enables developers to easily build web applications using a model-view-controller pattern.  ASP.NET MVC provides a “closer to the metal” web programming option for ASP.NET.  It enables full control over HTML markup and URL structure, and facilitates unit testing and a test driven development workflow.

Releasing the ASP.NET MVC source code under MS-PL

I’m excited today to announce that we are also releasing the ASP.NET MVC source code under the Microsoft Public License (MS-PL).  MS-PL is an OSI-approved open source license.  The MS-PL contains no platform restrictions and provides broad rights to modify and redistribute the source code.  You can read the text of the MS-PL at: http://www.opensource.org/licenses/ms-pl.html

Learning more about ASP.NET MVC

To learn more about ASP.NET MVC, you can read my free ASP.NET MVC PDF tutorial that covers building an end-to-end application (starting literally with File->New Project).

There were a number of great ASP.NET MVC talks at MIX this year.  Below are links to several of them:

There are also several great ASP.NET MVC tutorials at http://www.asp.net/mvc.  You can also read the ASP.NET MVC MSDN Documentation.

Download ASP.NET MVC

Click here to download and install ASP.NET MVC 1.0.  You can also install it using the new Microsoft Web Platform Installer V2 – which provides an integrated setup experience for the entire Microsoft web stack.

The ASP.NET MVC 1.0 source code is now available.  Scroll down to the bottom of the ASP.NET MVC download page and you’ll find links to both the ASP.NET MVC 1.0 integrated MSI setup, as well as a .zip file that contains the ASP.NET MVC source code.  The ASP.NET MVC source code includes a VS 2008 project file that enables you to build it.

Hope this helps,

Scott