By tag: VisualStudio
0
kicks
Visual Studio 2012 Tip- Closed All But Pinned feature
Visual studio 2012 is one of best IDE I have ever used. Everyday I am discovering something new with that IDE which is more productive. Today I have discovered “Closed All But Pinned” feature. I thought It’s a good idea to write a quick tip post.
Problem with Earlier Version:
Earlier we used to hav...
0
kicks
Visual Studio 2012 Update 2 Announced
As promised Microsoft announcing periodic updates to Visual Studio 2012, As part of this few months back Visual Studio 2012 Update 1 has released features and download link can be found here. Few hours ago they have announced Update 2 which can be downloaded from here. This post out lines the featur...
0
kicks
Building my Visual Studio workplace from scratch
I hate reinstalling my development machine, because it's tedious and boring task to make it "as it was before". I have several tools that need to install besides Visual Studio, some extensions in Visual Studio and tons of settings that I prefer than the default one. I would love to see &qu...
0
kicks
Visual Studio 2012 Update2(Feb CTP) features
Visual Studio Team aiming to release updates through out the year 2012. As part of this they have released Update1 and features can be read here. This post details the new features in Visual Studio Update2. You can download the Visual Studio 2012 udpate2 CTP from here. Visual Studio 2012 update2 mai...
0
kicks
Using ReSharper with MonoTouch Applications
MonoTouch is a way for iOS developers to use the C# programming language to develop iOS apps. MonoTouch provides both a chunk of the familiar .NET Framework libraries (for example, you can use System.DateTime) as well as wrappers around the iOS APIs. MonoTouch uses MonoDevelop as its primary IDE, al...
0
kicks
TFS Api to associate work item with check-in using comment tags
You want to associate Work Items to Changeset using #WorkItemId in your commit command? Just a bunch of API call and you're done, it is really simple and easy.
0
kicks
Move a TFService source control to TF Service Git based Team Project
How to move a TF Service project based on standard TFS Version Control System to a new TF Service project based on Git, using standard git command line.
0
kicks
Visual studio 2012 color editor- Make Visual studio 2012 Colorful
personally like the Metro UI for Visual Studio 2102 but still some people are not happy with it. They really like Old Visual Studio 2010 layout and they wanted to have same kind of color in visual studio 2012. For those who want to change the color of Visual studio there is a plug called Visual St...
0
kicks
Tfs Automation - Automatically creating queries when new areas
Using both custom server event plugins and worker jobs to automatically create new default queries for new areas in tfs.
0
kicks
Tfs Automation - Create Builds Automatically for New Solutions
Code to automatically create new TFS builds whenever a new solution is checked in or branched
0
kicks
R2P: A General-Purpose ReSharper Plugin
R2P (short for ‘Refactoring to Patterns’) is a plugin that embodies a collection of features of a fairly experimental nature. It does not have a single theme but, rather, tries to do different things in different areas of ReSharper. Let’s take a look at some of the things it does.
0
kicks
Search and filters available in visual studio 2012
In this post we are going to talk about search and filters provided into the visual studio 2012. There are lots of emphasis there in search and filters in visual studio 2012.You can almost search every thing including errors also. There are different search options are available for that.
Quick lau...
0
kicks
Switching Configuration Files for Debug and Release Modes
Configuration data can be held in the App.config file, which is renamed and copied to the output folder during compilation. If the debug and release modes of a project require different settings, the configuration file can be switched using a build event.
0
kicks
Update duplicate blocks of text in multiple files from VS
Sync Block Edit extension lets you easily update duplicate blocks of text in multiple files from Visual Studio 2012/2010. It performs multiline search and replace in Visual Studio with you only pointing what changes to propagate.