Asp.Net MVC Areas, how can I use them?

妖精的绣舞 提交于 2019-12-05 14:38:01

In response to your questions:

  1. Yes. If it's a separate assembly, then it won't matter if it's in c# or VB.net.
  2. I'd say yes - it will help to keep your MVC stuff separate, but of course you will need the basic bootstrap stuff in your base webforms project. Good idea.

I've recently started introducing MVC into an older webforms site, and it's well worth the effort.

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