Introduction
This article explains the browser integration in the latest version of Visual Studio, in other words Visual Studio 2013 RC. There is a new option available in this latest version named Browser Link Dashboard. It helps you to connect your application with the various browsers that are connected to the Visual Studio. As I had described in my earlier article I introduced you to the many other features released in this version. Here, I am developing an application in which I'll show you the use of the Browser Link Dashboard.
In that context, you can see in the following image that there are no browser link options available in my application:
So, as you can see there are no browsers connected in my MVC application. Now for connecting to the various browsers so that we can see them in the Browser Link Dashboard have a look at the following options.
Step 1: Create an application. I am working on a MVC application. Open the Browser Link Dashboard.
Step 2: Now debug your application.
As you can see that the Browser Link Dashboard shows that Chrome is connected to the Visual Studio.
Working with Multiple Browsers
Let's open the application in the multiple browsers. But you can see in my Browser Link Dashboard that only Chrome is selected. For connecting multiple browsers see the images given below:
- Open the "Browse With" option:
- Select the browsers by pressing and holding the Ctrl Key and click "Set as Default".
- Now the Multiple Browsers option is produced automatically. Have a look:
Multiple Connections in Browser Link Dashboard
Debug your application by "Ctrl + F5". It will open in multiple browsers. This connects two browsers in the Browser Link Dashboard. Have a look:
Now change some code and click on the "Refresh" link. It will change in the browsers also.
Various Modes
The connected browsers in the Browser Link Dashboard have various modes as in the following:
- Design Mode
Press "Ctrl + F5" to open a browser. Design Mode helps you to show the area in the page, while you move your cursor in the browser.
- Inspect Mode
Press "Ctrl + F5" to open your application in the browser. It helps you to inspect your page.
Summary
In this article I introduced the new features released in the Visual Studio 2013 RC. This Browser Link Dashboard feature helps to develop applications in an elegant way. So keep using this. Thanks for reading.