ArticleDirectory
- Most Asp.net developers in the garden are familiar with webmatrix, razor, mvc3, and orchard.
Most Asp.net developers in the garden are familiar with webmatrix, razor, mvc3, and orchard.
However, today, the Asp.net team has released these four products at the same time, which is amazing.
Why are these four products released on the same day?
Gossip:
If you are familiar with these products, you don't have to waste time reading them.
1. webmatrix:
Webmatrix is
A new web development tool released by Microsoft, which makes website development easier and you don't even need to writeCodeYou can build a website quickly. It comes with some excellent open-source
Web applications written in Asp.net or PHPProgram, Such as WordPress, joomle !, Dotnetnuke, umbraco
Webmartrix comes with a code editor and a database editor that allows you to customize your website style.
At the same time, webmatrix makes website publishing more convenient. When you need to publish a website, you only need to select the server you want to publish, pack the code as prompted, and deploy the code and database.
To the corresponding server.
In short, this tool is good for beginners.
2. Razor
Razor is a new attempt engine developed by the Asp.net team. Its syntax is simpler. I recently wrote a series of articles about the razor engine (learn to share with you)
Http://www.cnblogs.com/n-pei/archive/2011/01/13/1934149.html
Many people ask what the engine is like. Daniel Scott Guthrie explained Razor's design philosophy in his blog:
In summary, it is simpler, easier to learn, and easier to perform unit tests. I really like razor.
ASP. net mvc 3
This is the release version. I first saw Brad Wilson from the Asp.net team on Twitter. Later, it was found that some people in the yard had announced the release of Asp.net mvc3 in front of scottgu... Haha.
Http://www.cnblogs.com/hackee/archive/2011/01/13/1934672.html
If I have been writing some articles about Asp.net MVC 3 recently, including the use of razor, introduction of DI and Global Action filter, and binding of jquery and JSON.
The razor series will be completed in the near future.
4. Orchard
Maybe you don't know much about this project. I downloaded it from version 0.5.Source codeResearch, and now I have used my personal blog version 0.8,
This project is a very young project. I strongly recommend that you quickly set up an orchard Chinese team in the yard to introduce its design model and the development of the entire module and widget.
It not only uses Nhibernate in Orm, but also uses my favorite autofac in IOC, as well as many other open-source projects.
I used dnn for three years and found that the CMS system orchard can replace dnn to become the best CMS open-source system in Asp.net ..
It may take one year for many enterprises to use it in projects.
Another concern is nuget.
Phil haack has just published an article about Asp.net mvc3 and nuget1.0.
Recommended to you: http://haacked.com/archive/2011/01/13/aspnetmvc3-released.aspx
Source: http://www.cnblogs.com/n-pei/archive/2011/01/14/1935143.html