June 2017
Beginner to intermediate
338 pages
9h 2m
English
To begin, it would be worthwhile to digress from our current project and open a new .NET Core web application in Visual Studio 2017. Next, to preview the way the default web application should look out of the box (using Bootstrap 3), we will utilize Shift + Ctrl + W. This is the View in Browser command, which will, by default, open our project in the Edge browser.
The website should look like this:

So, we have the navbar, a carousel component, four columns with some headings and lists, and finally, a footer.
Now that we know what the desired result should be, it's time to ...
Read now
Unlock full access