Posts Tagged: Visual Studio 2010

How to install NuGet packages directly

Posted by & filed under .Net, CodeProject, Miscellaneous, Visual Studio.

If you are developing applications using VS 2010 Express editions, you will miss the Package Manager console, which helps us to install libraries or packages via NuGet. The Nuget package manager console is not integrated to VS 2010 Express editions.(Visual Web Developer Express is an exception, it has a package manager console integration). To overcome [...]

How to find deleted items in source control explorer

Posted by & filed under Miscellaneous, Visual Studio.

If you want to undelete deleted files using UI, you need to enable Source control explorer to display deleted files. This option can be enabled using Tools > Options > Source Control > Visual Studio Team Foundation server, and tick the Show deleted items in the Source control explorer checkbox. This will display all the [...]

Cloak option missing from source control explorer context menu

Posted by & filed under Miscellaneous, Version Control, Visual Studio.

Ever noticed some time cloak menu item missing from source control explorer context menu? Cloak option is missing from source control explorer context menu Cloaking used to prevent users from viewing specified workspace folders or for folders you do not currently need. Cloaking is useful when you are working with files from two or more [...]