Showing posts with label VS2013. Show all posts
Showing posts with label VS2013. Show all posts

Saturday, September 12, 2015

Snippet Designer

The Snippet Designer is a plugin which enhances the Visual Studio IDE to allow a richer and more productive code snippet experience

A Snippet editor integrated inside of the IDE which supports C#, Visual Basic, JavaScript, HTML, XML and SQL.

Integrates with VS 2013, VS 2012 and VS 2010

Saturday, April 25, 2015

Browser Link

Browser Link is a new feature in Visual Studio 2013 that creates a communication channel between the development environment and one or more web browsers. With Browser Link to refresh your web application in several browsers at once, which is useful for cross-browser testing.









For performance reasons, remove this setting when you publish your project.


Technorati Tags: ,,

Sunday, April 19, 2015

How to remove a project from Git Repository

Remove the .git folder and .gitattributes and .gitignore files and it will remove the git bindings from the Project.

Technorati Tags: ,,