MVC ASP.NET or Razor

后端 未结 4 572
清歌不尽
清歌不尽 2021-02-05 11:07

I\'m very new to MVC...I have quite a bit of knowledge with Silver-light and WPF and MVVM but little knowledge in regards to MVC. I\'m following along the main tutorial on Micr

4条回答
  •  一生所求
    2021-02-05 11:23

    The "extra third party dlls or code" you would be relying on are well established and absolutely no brainers to include. You copy it once and forget about it. It's not like you have to hunt them down, either. It's very easy Xcopy deployment.

    As you have seen, the MS MVC site uses Razor. Most (all?) of the sites and books I read are using Razor.

    Use Razor, and you'll find a lot more help than with aspx in MVC.

提交回复
热议问题