Bootstrap + The Asp.Net Mvc Framework: Building Your Site on Bootstrap

Looking for a quick overview of Bootstrap and what it can offer your project?  Add a little flavor to your Html with easy-to-apply CSS and JavaScript components. Here’s how!  This intro video uses Visual Studio, the Bootstrap NuGet package and the Asp.Net Mvc Framework to build out a little eye candy.

Bootstrapping your Asp.Net MVC Projects

This is quick and dirty! Fear not the Package Manager Console and you, too, can conform to the awesomeness of Web 2.0.  The UXiness of it, the CSS3isms, the jQuery, oh, yes, the jQuery!

A Note on Versions

Twitter.Bootstrap is evolving and changing quickly. As such, I highly recommend viewing these posts as guidelines and inspirations that you can apply in your projects. Keep in mind that there have been several significant updates to the library since I started this series and I can’t possibly keep all the videos up to date. If you’d like me to refresh one, please let me know!

That said, the topics I’m going to cover include (links to completed ones):

  1. Installing Bootstrap (this post) 
  2. Setting up a template
    1. The Completed Template
  3. Using Twitter.Bootstrap.Mvc4 as a kick-starter
  4. Reviewing and integrating the plugins, including:
    1.  Carousel  <li>Typeahead  <li>Alerts  <li>Buttons
        1.  [Say no to Checkboxes](http://oldblog.jameschambers.com/blog/bootstrapping-mvc---say-no-to-checkboxes)! <li>Collapse  <li>Modals  <li>Dropdowns  <li>Popovers  <li>Togglable Tabs (hey, that’s not even a word!)  <li>Tooltips  <li>Scrollspy <li>Leveraging coolness in the Mvc Framework to make Bootstrap even more strapping.&nbsp; See what I did there? ![Smile](http://oldblog.jameschambers.com/Media/Default/Windows-Live-Writer/Bootstrapping-Asp.Net-Mvc_FC7A/wlEmoticon-smile_2.png)
    1.  [Controlling Template Rendering](http://oldblog.jameschambers.com/blog/bootstrap-mvc-controlling-template-rendering)  <li>[Fixing the Navbar and Starting Authentication](http://oldblog.jameschambers.com/blog/bootstrap-mvc---fixing-the-navbar) 
    

If you want to have a look at the code I’m developing as I write this, be sure to check out the repo on GitHub: https://github.com/MisterJames/BootstrappingMvc

Stay tuned and I’ll keep this page updated as I go.