开发者

Is there any c# web framework like Django or Ruby on Rails?

开发者 https://www.devze.com 2023-03-11 05:21 出处:网络
Is there any c# web framework like Django or Ruby on Rails? I know ASP.net MVC, but is seems not like Django, still 开发者_如何学编程got .aspx page and server side code on .aspx pages.

Is there any c# web framework like Django or Ruby on Rails? I know ASP.net MVC, but is seems not like Django, still 开发者_如何学编程got .aspx page and server side code on .aspx pages.

Is there some other c# web framework like django, pure html templates and c# code at back end side?

Thanks


try MVC3. It has scaffolding and Razor View Engine which is much better and more htmlish than aspx

0

精彩评论

暂无评论...
验证码 换一张
取 消