Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
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 Houssem_Dellai
A comparison from developers perspective between Android and Windows Phone
by Oleg Shilo
Comparison of plugin development techniques for VSCode, Sublime Text and Notepad++

Latest Articles

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 Houssem_Dellai
A comparison from developers perspective between Android and Windows Phone
by Oleg Shilo
Comparison of plugin development techniques for VSCode, Sublime Text and Notepad++

All Articles

Sort by Score

IDE 

by Kamran Bilgrami
How to remove datatips if you want to view code at the same time
by Vivek Goyal
Debugging Java JNI and C++ code in COM based application
by sourabhdev14
The GridView control in ASP.NET is used to represent information from a database in tabular format.
by Southmountain
How to install Visual Studio 6 on Windows 7 professional (64 bit)
by A. Ganzer
Using snippets to create a full and correct implementation of complex interfaces
by stormpy
Interactive analysis is a cycle analysis procedure of assumption, validation, and adjustment to achieve the fuzzy computation goal.
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.
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...
by David C Shepherd
A peek into the inspiration behind two cutting edge Visual Studio extensions.
by anand kr
Develope Richfaces web project in Eclipse JavaEE IDE with maven support using archetype
by Kamran Bilgrami
A time-saving tip when you have to step in and out from line of code calling multiple methods
by TheyCallMeMrJames
Handy Keyboard Shortcuts in VS2010's IntelliSense
by AspDotNetDev
View multiple browser windows in the Visual Studio IDE to consolidate your workflow.
by Ashoka RKT
Recursively collapse child items.
by Vadim Loboda
This is an alternative for "VS2010 Box Selection with Copy and Paste"
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.
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...
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...
by TuyenTk
A WPF TreeView with connecting lines and Plus-minus Toggle button like WinForms