

What Exactly is Bootstrap?īootstrap is a very popular, free, open-source framework for styling your website. It consists of CSS and JavaScript components and it implements a host of best practices and modern design guidelines.īootstrap isn’t difficult to understand, but there are a few concepts to master that will help you take advantage of all it has to offer. By the end of this article you’ll be ready to begin taking your sites to the next level. Getting Started with Visual Studioįirst you need Visual Studio Community 2015 Edition. Next, you need to create a project in Visual Studio. Just start Visual Studio and from the menus choose File / New Project (or hit Ctrl+Shift+N).Īlong the left, under Templates, open Visual C# and click on Web. Now click to select ASP.NET Web Application. Give the project a name at the bottom and click OK.Ī second dialog appears asking for more specifics on the kind of Web application you want to create.įrom here, you can select from among a number of different kinds of Web application styles including Web Forms, MVC, etc.
