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

和自甴很熟 提交于 2019-12-04 18:17:25

问题


I have gone through hundreds of articles and blog posts that saying WebMatrix is just for beginners and such. my question is, why shouldn't I use WebMatrix to create a real-world working website, like a light-weight Q&A website? we can create anything that is needed for a website, with this tool. so why not to use it? is there something that real websites need, that cannot get done by WebMatrix? it looks like it is ok to create a fully functional and strong website with this tool. but people say you should not use it, why?

and I apologize for my terrible English! thanks in advance.


回答1:


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...




回答2:


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.




回答3:


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.



来源:https://stackoverflow.com/questions/5188544/should-i-use-webmatrix-to-build-a-real-world-website

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