Last month, I introduced ASP in my blog. net MVC roadmap. We released ASP two weeks ago. net preview 2 release, Asp.. Net team Phil haack wrote a good blog to introduce this version.
In my RoadmapArticleI mentioned that we will publishSource codeSo that we can easily build, debug, and modify (you can modify the problems you encounter without waiting for the next version update)
Today we have created an ASP. NET codeplex project, and we will use it to share our sourceCode, You can download it directly here
Compile ASP. net mvc Framework
You can download the. ZIP file, which contains the source code of ASP. net mvc Framework. After decompression, you can see the source code vs2008 solution in the MVC subfolders.
Double-click it and use vs2008 to open the project that contains the MVC source code.
After compilation, a system. Web. MVC. dll will be output to the \ bin directory of the project. You can copy thisProgramSet to a project or application to use it.
Note: This license does not allow you to distribute modified versions (we want to avoid the impact of inconsistent versions), but you can fix the code and re-compile it, this prevents you from using it because of bugs.
Next step
We plan to continue releasing some source code in the future. When our new official preview is released, we will release the latest source code, and we will also publish updates between versions.
We also want to announce our ASP. net mvc unit test (we are currently using a mocking framework internally, and we still need to optimize it before the release)
Hope this will help you.
Scott
Note: Some parts of the translation may be inaccurate. If you want to point out or read the original text directly, you can download it at http://files.cnblogs.com/cnblogsfans/aspnet-590.zip.