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

前端 未结 3 1429
粉色の甜心
粉色の甜心 2021-02-14 11:36

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

3条回答
  •  孤独总比滥情好
    2021-02-14 11:53

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

提交回复
热议问题