ASP.Net supports three approaches to build web sites :
- Web Forms
- MVC
- Web Pages
Microsoft has a nice tool for Web Pages called WebMatrix :
http://www.asp.net/web-pages
This tool make it very easy build, test and deploy web sites. It integrate data base and programming frameworks into a single experience.
see e.g.:
- http://www.asp.net/web-pages/videos/introduction/5-minute-introduction-to-aspnet-web-pages
- http://weblogs.asp.net/scottgu/archive/2010/07/06/introducing-webmatrix.aspx
- Excelent tutorials + videos !! : http://www.microsoft.com/web/post/web-development-101-using-webmatrix
- forum : http://forums.iis.net/1166.aspx
Tips :
- Note that you might get hanging problem during installation of the WebMatrix. See e.g. http://www.kevinlabranche.com/blog/WebMatrixInstallHangsOnSQLCLRTypesWithWebPI3.aspx for possible solution.
Nathan
No comments:
Post a Comment