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

前端 未结 3 1425
粉色の甜心
粉色の甜心 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:54

    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.

提交回复
热议问题