Showing results for BootStrap - .NET Blog

Jan 12, 2016
0
0

Visual Studio keeps showing suggested extensions

Mads Kristensen
Mads Kristensen

In Visual Studio 2015 Update 1 we introduced a mechanism that would analyze a web project and suggest helpful Visual Studio extensions based on what it could find. For instance, if the project was using the Bootstrap CSS framework, it would suggest two very cool extensions specifically for working with Bootstrap.   It works by showing a ...

ASP.NET
Aug 1, 2013
0
0

Make jQuery UI and Bootstrap 2 work together in MVC template

Xinyang Qiu
Xinyang Qiu

In the VS2013 preview MVC5 template, we included Bootstrap and jQuery UI together in the same project. However, some themes of jQuery UI (1.8.24 in the project template) is conflicting with Bootstrap (version 2.3.1 in the project template), especially for button. We have seen at least one such question in our forum. Let’s create a test proje...

ASP.NET