Click here to Skip to main content
15,893,337 members
Everything / IDE

IDE

IDE

Great Reads

by Tom Chantler
UPDATE: 2015-07-30 - Works correctly in Windows 10 RTM (10.0.10240) with VS2013 and VS2015 - If you're running Windows 7, 8, 8.1 or 10 and you don't want to disable User Account Control (UAC) - which you shouldn't and quite possibly can't in a corporate environment - then you get an annoying prompt
by Apriorit Inc, Artur Bulakaiev
Learn how was increased mhook’s performance, enhanced its capabilities and eliminated certain bugs.
by Kamran Bilgrami
A time-saving tip when you have to step in and out from line of code calling multiple methods
by koolprasad2003
Are you looking for a new features in Visual Studio 2017? Then this article will help you to understand new IDE features and its distinctive attributes

Latest Articles

by Vadim Loboda
This is an alternative for "VS2010 Box Selection with Copy and Paste"
by syed shanu
Getting Started with Visual Studio 2019 RC - Part 1
by Apriorit Inc, Artur Bulakaiev
Learn how was increased mhook’s performance, enhanced its capabilities and eliminated certain bugs.
by Oleg Shilo
Comparison of plugin development techniques for VSCode, Sublime Text and Notepad++

All Articles

Sort by Score

IDE 

22 Jun 2012 by Kamran Bilgrami
A time-saving tip when you have to step in and out from line of code calling multiple methods
22 Jun 2012 by Kamran Bilgrami
How to remove datatips if you want to view code at the same time
18 Oct 2013 by Vivek Goyal
Debugging Java JNI and C++ code in COM based application
22 May 2010 by AspDotNetDev
View multiple browser windows in the Visual Studio IDE to consolidate your workflow.
22 Jun 2012 by A. Ganzer
Using snippets to create a full and correct implementation of complex interfaces
27 Jun 2012 by stormpy
Interactive analysis is a cycle analysis procedure of assumption, validation, and adjustment to achieve the fuzzy computation goal.
24 Jun 2023 by Vadim Loboda
This is an alternative for "VS2010 Box Selection with Copy and Paste"
23 Jan 2015 by TuyenTk
A WPF TreeView with connecting lines and Plus-minus Toggle button like WinForms
22 Jun 2012 by Southmountain
How to install Visual Studio 6 on Windows 7 professional (64 bit)
17 May 2010 by Muhammad Gouda
A Cooler one for me is the multi-lines simultaneous typingwith which you can accomplish the above task in the following fewer steps1- In the method where you wish to build the list, paste the list of names2- Because compiler will not understand these lines, it will not be correctly...
11 Oct 2013 by David C Shepherd
A peek into the inspiration behind two cutting edge Visual Studio extensions.
23 Sep 2015 by Bartlomiej Filipek
By default, Visual Studio (up to VS 2013) uses additional debug heap that slows down applications, even in Release mode. Read what you can do about this.
21 Apr 2014 by SOHAM_GANDHI
How to capture video from webcam and video file (*.AVI)
19 Jun 2012 by Ashoka RKT
Recursively collapse child items.
28 Sep 2010 by anand kr
Develope Richfaces web project in Eclipse JavaEE IDE with maven support using archetype
18 Jun 2012 by sourabhdev14
The GridView control in ASP.NET is used to represent information from a database in tabular format.
17 May 2010 by TheyCallMeMrJames
With the new box selection model in Visual Studio 2010 you can do some crazy new things, the coolest for me being the copy and paste support from and to selections.As a simple example, let's assume you have a text document with a list of 20 names that you want added to a...
9 Aug 2010 by TheyCallMeMrJames
Handy Keyboard Shortcuts in VS2010's IntelliSense
24 Jan 2011 by Nirosh
VS 2010 allow code files to move outside the parent window and positioned in another monitor that connected to your system. In order to do that you can simply click on a document tab drag it to the new monitor and drop it.
6 May 2010 by TheyCallMeMrJames
When you hover over a variable with the debugger running you will see a thumbtack that allows you to pin the variable to the editor window. This is cool for a number of reasons.1) It is much easier to see changes to a set of variables in any kind of a loop construct. You can even pin...