Browser Link feature in Visual Studio 2013 provides APIs for you to write your own Browser Link Extension. To take a look at some of the extensions, you can download Web Essentials for Visual Studio 2013 RTM. In this blog, I will give you a step by step overview of the various APIs that we provide. You will need the following to start with: Visual Studio 2013 RTM. Visual Studio 2013 SDK. Go to http://sidewaffle.com/ and download a template for extensions. Once you have installed all of the above, you can get started: Step 1: Go to File –>New-> Visual C# –> Extensibility and select Browser Link Extension as shown in the image below. Click OK, to create MyBrowserLinkProject. The browser link project will have a C# file and a JavaScript...(read more)
Go to the complete details ...