Q1: Do I need to download bootstrap with my vs2013 development (desktop development use)?
Q2: With the link scripts below, do I still need to download bootstrap?
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
Open in new window
Q3: are there any advantages downloading over use of link scripts in working with bootstrap?
Q4: How bootstrap is downloaded for vs2013 (do I need to use NuGet Package Manager)?