How can I control the layout using ASP.NET MVC 4?

I'm just starting a project with ASP.NET MVC 4, and I wonder how should I work with layout management? First off, I'm not very good at web layout management, but I know that Blueprint is a popular option and that Rails Susy will be a good bet in the world. Should I just go with Blueprint? Is there anything I should know about integrating with MVC 4?

+4
source share
1 answer

Well, as an alternative to what you yourself mentioned (Blueprint), I can highly recommend Bootstrap from Twitter ( http://twitter.github.com/bootstrap/ ). I myself used this in projects with ASP.NET MVC 3 and ASP.NET web forms.

Bootstrap from Twitter is open source, and you can find a lot of information on the Internet (many of the problems you may encounter have already been resolved, namely Google). Bootstrap from Twitter "supports" many browsers (computers, smartphones, etc.), large / small screens, jQuery ...

+3
source

All Articles