By mswatcher
via codebetter.com
Submitted: Feb 04 2013 / 09:46
I like the way MVC builds the content of my web-apps. I write plain HTML, and the @Html helper object will build all Html controls needed for in and output of the dynamic data. The nice thing is that the HtmlHelper object is strongly typed, all properties of the view’s model are available as lambda expressions.
Tweet
SaveShareSend
Tags: .net, frameworks, web design
Add your comment