-
-
Popular posts
-
The Best Free Android Launchers For Home Screen Replacement
What makes Android different from many of its competitors is the degree of customization it...
-
How To Enable Hidden Explorer UI Animations In Windows 7 & Windows 8 [Tip]
The Windows 7 and Windows 8 Explorer have some hidden animations that cannot be enabled...
-
Cosmos Is Support.com’s 3-In-1 System Optimization App For Android
Although Google Play Store is filled with plenty of Android system optimization and performance enhancement...
-
Download YouTube Videos As MP3, MP4 Or FLV With A Bitrate Of Your Choice [Firefox]
There are tons of add-ons out there that let you convert and download YouTube videos...
-
Clickfree Comes To Android; Lets You Backup Media, Apps, Contacts & More To SD Card Or Dropbox
Clickfree is a trusted data backup/restore solution provider for Windows and Mac devices. Not only...
-
DeEgger Embedder: Hide Private Files Within Images, Videos Or Audio (Media Steganography)
If you are oblivious of the term Steganography, you might be missing on one of...
-
Google Schemer For iPhone Released; We Go Hands-On
If you haven’t heard of Google’s social activities sharing and recommendation service Schemer, we don’t...
-
The Best Free Android Launchers For Home Screen Replacement
-
Readers Activity
Tag Results For: Visual Studio 2010

Quickly Switch To Related Code Or Design File In Visual Studio 2010 [Add-in]
You may know that Visual Studio Solution Explorer not only loads the all the projects in a solution, but also design, code and other related files of the project, allowing you to quickly navigate and open the required file in editor. Opening related files in Visual Studio editor becomes quite tedious, especially when you’re dealing [...] (more…)

Collapse & Sync Visual Studio 2010 Solution Explorer To Current Item [Add-in]
Exploring project files from Visual Studio Solution Explorer becomes difficult when you’re dealing with multitude of code files. If multiple Projects are present in your Solution, you may find yourself scrolling up and down the Solution Explorer in search of required code files from each project. The best way to avoid this is to streamline [...] (more…)

Remove Unused References In Visual Studio 2010 With Reference Assistant
Wondering how to remove all the unused references from Visual Studio 2010 document that were never used,in one go? If you find it tedious to follow the classic method of determining the invalid/unused references by compiling the code file and then looking into error Output Console to find and remove each unused reference, Reference Assistant [...] (more…)

Code Jumper – Jump To Visual Studio 2010 Code Segments & Declarations
Like previous versions, Visual Studio 2010 also has a built-in feature to bookmark segments of code through Find and Replace dialog. The Bookmark feature lets you easily navigate through significant segments of code and declarations by adding blue glyphs in left sidebar. These glyphs helps visually scan the important code modules. But what about navigating [...] (more…)

BatchFormat – Remove Unused ‘Usings’ And Format Visual Studio Document
Do you often find it challenging to clean code file from unnecessary statements, imported snippets, functions, etc., and also to indent code, sort or remove unused Using directives in Visual Studio document? Visual Studio, just like many other software development IDEs, doesn’t provide features to clean the code file from such superfluous content, which makes [...] (more…)

Compare Visual Studio 2010 Code Modules With ClipboardDiff
It happens quite often that we come across two apparently same modules in code file opened in Visual Studio. Since comparing code structure in Visual Studio is relatively difficult than other lightweight software IDEs, one has to find other ways than to open two Visual Studio windows to find differences between code structures/modules in question. [...] (more…)

View And Share Visual Studio 2010 Snippets With SnippetDoc
Code Snippets containing code to perform a certain function help developers in application development process. Visual Studio includes an option to insert snippets in current code file via right-click context menu but doesn’t provide convenience of viewing the saved snippets. Although the previously reviewed add-in for Visual Studio 2010 namely, Snippet Designer offers a handy [...] (more…)

Pepper – Backup & Sync Visual Studio 2010 Settings File (vssettings)
Visual Studio Settings file (.vssettings) contains a whole lot of configurations and details regarding the current setup and layout of Visual Studio. Unlike other software IDEs, Visual Studio is flexible enough to let users easily modify and replace default settings files with custom one to quickly apply required configurations. Many users share vssettings file with [...] (more…)

Debug Single Thread Keeps Focus On Single Thread [Visual Studio 2010]
One of the problems which many developers face while building and debugging multi-threaded application is that it often becomes difficult to focus on single thread to check whether thread is working fine or performing required functionality or not. Single thread debugging helps users thoroughly test functional requirements of multi-threaded applications. Even though Visual Studio 2010 [...] (more…)

SwitchStartupProject Changes Visual Studio 2010 Startup Projects In Solution
Users working with multiple startup projects in a solution have to manually set required project as startup before running the debugger. Switching between startup projects may become tiring for those who frequently debug different projects in their solution. In Visual Studio 2010, the default way to set a project as startup is to right-click the [...] (more…)

Assign Load Priorities To Projects In Solution In Visual Studio 2010
The reduced solution load time is one amongst many significant improvements of Visual Studio 2010 which provides quicker access to your top priority projects. If you’ve set up load priorities in Visual Studio 2010, you must’ve noticed quicker access to projects while loading an enormous solution having multiple projects. In previous versions, when one huge [...] (more…)

Locate And Filter Visual Studio 2010 Solution Files With VSSolutionFinder
Visual Studio Solution file is a text-based structured file that defines the project workspace, containing information regarding the project environment and project state. The solution file groups project related information required to compile and build an application. Just like previous Visual Studio version, Visual Studio 2010 doesn’t provide option to locate SLN files from the [...] (more…)

BreakAll Sets Breakpoint In Every Access To Class [Visual Studio 2010]
Visual Studio Breakpoint feature is considered to be most important tool to debug .Net applications code. Breakpoints is referred to as markers which tells debugger to stop at certain line of code to check whether a defined condition is met or function is performed properly or not. There could be many scenarios where breakpoints help [...] (more…)

Send Selected Lines Of Code From Visual Studio To PasteBin
The Pastebin desktop client offers a quick way to send text and individual code files to pastebin.com but when it’s required to send selected lines of code from software IDE, like from Visual Studio to pastebin.com, copying code manually to pastebin desktop client is not only time wasting but wearisome task as well. Send to PasteBin is [...] (more…)

Favorite Documents – Bookmark Visual Studio Code Files & Organize Them
If you’re working on multiple Visual Studio projects, you must be looking for a way to quickly access most frequently used code files of each project without having to close current project. Since Visual Studio 2010 doesn’t offer an option to keep a list of frequently used code files handy, you have to manually open [...] (more…)




