should I use WebMatrix to build a real-world website?

社会主义新天地 提交于 2019-12-03 12:04:25

Some people think that all "real world" apps are gargantuan sprawling things that need massive architecture, multiple devs in teams, source controls, tests etc, etc. Those types of apps would not be suitable for WebMatrix. Millions of real world apps do actually take the shape of lightweight Q & A sites, blogs etc, and are built and maintained by one person. You can certainly build these using WebMatrix.

Tip for the future: if loads of people blog saying "Don't do X" but don't explain why, you can be pretty sure that they haven't got a clue what they are talking about. For some reason, WebMatrix has attracted the attention of lots of those type of people...

I highly recommend you listen to a recent Hanselminutes episode (http://www.hanselminutes.com/default.aspx?showID=268) where Scott Hanselman and Rob Conery discuss WebMatrix and their experiences building a real-world website.

I don't see why not. It's basically just an IDE. The code you write will still be ASP.NET. It will still run on IIS. You could write a "real world website" on notepad if you were so inclined. It might be a bit harder, but if the website is simple enough it's definitely doable. What might make or break your website is your design, and you don't really need an IDE for that.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!