ASP.NET MVC, Web API & Web Pages released as open source on CodePlex

Posted by Filip Ekberg on 28 Mar 2012

Microsoft have just released a lot of code openly on CodePlex.

I don't think I need to stress how amazing this is!

The source code just released includes the following:

If you head over to the CodePlex page called ASP.NET Web Stack. You're going to find a lot of useful information here regarding the code base. Since CodePlex now supports git, it's Very easy for a lot of us to integrate with the development process and contribute patches, yes, you heard me right: contributions by anyone!

To get started, fire up your favorite git program and clone this repository: https://git01.codeplex.com/aspnetwebstack.git.

I'm using SmartGit in Windows and as you can see by the following screenshot, you've got a lot of nice information about the commits, branches, merges and fixes! Most important of all, it's alive, there are a lot of contributions made the last couple of days and I really think this will increase the quality of what is already high quality.

When you've got all the code fetched from the repository, all you need to do is fetching all the NuGet packages. They've made this process pretty simple, all you need to do is open up a command prompt, go to the folder where your local repository is and write the following:

build RestorePackages
build

Now you're ready to contribute to ASP.NET MVC/Web API/Web Pages! There are multiple ways to how you can contribute, head over to CodePlex and read more about it.

comments powered by Disqus