ASP.NET is a free web framework for building great web sites and applications.
This site is the home of the ASP.NET MVC, Web API, and Web Pages source code. If you want to use the released versions of these products to develop your applications, visit http://www.asp.net to find official installers, documentation, tutorials, samples, and videos.
These products are actively developed by the ASP.NET team assigned to the Microsoft Open Tech Hub and in collaboration with a community of open source developers. Together we are dedicated to creating the best possible platform for web development.
Source Code
You can browse the source code via the web or use git to clone the source repository.
git clone https://git01.codeplex.com/aspnetwebstack.git
As part of building you may need to obtain NuGet packages from the Outercurve Foundation NuGet public feed. To build including obtaining NuGet packages and test from a command prompt run the build.cmd found in the root directory*.
build
If the unit tests fail to run, please make sure you've run “skipstrongnames -e” as outlined in step #4 on the build documentation page.
There are .sln files available from the root directory to open the solution in Visual Studio. See the build documentation for more information.
Subscribe to the RSS feed to track changes.
*By running build, you will be initiating the download of other software from a NuGet-based feed that is owned by the Outercurve Foundation. You are responsible for locating, reading and complying with the license terms that accompany each such software. Each software that you obtain through this feed is licensed to you by its respective owner. We grant you no rights for third party software from this feed.
Signed Nightly Builds
If you do not want to build the source, nightly builds are available via a private NuGet feed. Nightly builds are meant for developers to try out new features or bug fixes ahead of an official prerelease or final build. We strongly urge you to only use official builds for production.
Nightly builds can be used with Visual Studio 2010 SP1 or Visual Studio 2012. To use the nightly build:
- In your Package Manager settings add the following package source: http://www.myget.org/F/aspnetwebstacknightly/
- Add or update to the latest build of ASP.NET. The nightly build is labeled (nightly YYYY MMM DD).
See the nightly build documentation for more information.
Contribute
There are lots of ways to contribute to the project, and we appreciate our contributors.
You can contribute by reviewing and sending feedback on code checkins, suggesting and trying out new features as they are implemented, submit bugs and help us verify fixes as they are checked in, as well as submit code fixes or code contributions of your own. Note that all code submissions will be rigorously reviewed and tested by the ASP.NET Team, and only those that meet an extremely high bar for both quality and design/roadmap appropriateness will be merged into the source.
Roadmap
ASP.NET MVC 4, Web API and Web Pages 2 has been released. We are now working on the next version. The source code on this site is under active development that will be our next deliverable. For details on our planned features and future direction please refer to our roadmap.