Click here to Skip to main content
15,891,567 members
Everything / Visual Studio / Visual Studio 2010

Visual Studio 2010

VS2010

Great Reads

by Szymon Roslowski
Just another approach to understanding communication between HID devices and C#.
by Dmitri Nеstеruk
Let's create a simple project estimation DSL using F#!
by Colin Eberhardt
This article describes the development of a cross-platform HTML5 application for Windows Phone and iPhone.
by Sergey Alexandrovich Kryukov
Display names and descriptions for enumeration members: a non-intrusive, reliable, localizeable method.

Latest Articles

by Elmue
An easy to use 3D control which can be integrated into an application in a few minutes
by Ștefan-Mihai MOGA
How to download files from an HTTP server.
by David MacDermot
This article describes the creation of a non-MFC custom PropertyGrid control.
by Paulo Zemek
A tutorial explaining how to create a Virtual Machine and a Compiler for such virtual machine

All Articles

Sort by Updated

Visual Studio 2010 

9 Jun 2015 by 0xC0000054
A C# library that resolves 64-bit shortcuts from a 32-bit application
4 Aug 2015 by Abdul Ahad Monty
Convert DataTable to List using Generics.
5 Oct 2014 by Abhijit Ghosh (Subho)
Creating a Issue in Jira using Rest API and Microsoft XML Core Services (MSXML)
19 Oct 2014 by Abhijit Ghosh (Subho)
This is an alternative for "Creating a Issue in Jira using Rest API". This is an upgraded version as it contains a way of sending attachments with the issue. This version doesn't use MSXML as it is not recommended by Microsoft.
29 Apr 2010 by Adil Mughal
Hey folks, today I would like to mention one of the underutilized features of Visual Studio and that is the use of Visual Studio extensions. In particular, the integration of Visual Studio extensions through Extension Manager in Visual Studio 2010. You will find Extension Manager in Tools...
29 Apr 2010 by Adil Mughal
One of the simple feature I like is of Zoom in and out :) and that’s because while presenting on several events I need to increase the font or use magnifier but now I can just zoom in and zoom out using Ctrl + Mouse Scroll Up/down. So now I don’t have to do that Zoom in to...
25 Jan 2013 by adriancs
Performance Comparison of For Loop and Foreach Loop
9 Sep 2014 by Afzaal Ahmad Zeeshan
This is an alternative for "Console Monitor"
27 Sep 2014 by Ahmad A.A. Ahmad
Combining MDX with T-SQL in One Result Set for SSRS (Hybrid Query)
17 Jun 2015 by Ahmed E Osama
Run an executable that is inside the resources in C#
30 May 2012 by Ahsan Murshed
This article gives ideas to developers to increase development time productivity using the free Visual Studio 2010 extensions.
23 Apr 2010 by Ajay Vijayvargiya
Unlike previous version of Visual Studio (2005, 2008), which used to display inactive code block in grayed mode, the new version - VS 2010 - would display them in faded down color (core colors will be preserved).For example:#ifdef _DEBUGvoid CClass::AssertValid(){ ASSERT(this); ...
1 May 2010 by Ajay Vijayvargiya
Visual Studio 2010, for Visual C++ projects/code, now supports auto complete feature for #include statement too!Just type in #include directive followed by " or
1 May 2010 by Ajay Vijayvargiya
This feature may not seem useful initially, and might appear distracting you. But it is one of the very useful (new) features in Visual Studio 2010. You'll love it after using it for a while!While debugging, you typically put some variables in Watch Window (or use Locals, Autos etc). When...
20 Nov 2010 by Ajay Vijayvargiya
Open the Folder of current file with a simple keystroke
28 Dec 2014 by Akos Mattiassich
Find a window on the desktop, spy its properties and manipulate it.
2 Oct 2014 by Akos Mattiassich
How to make from a simple TextBox an animated eye candy.
28 May 2013 by akramKamal
Code to serialize/deserialize any object to an XML file.
20 Mar 2015 by Alaa Ben Fatma
Small tool to write, run batch codes
28 Mar 2015 by Alaa Ben Fatma
Surf your PictureBox using scrolling bars
14 Jun 2016 by Alex Wiese
Monitors log files and displays text as it is appended to the file
20 Jan 2016 by Alexandros Pappas
Windows Services cannot create more than a certain number of processes, whereas Console Applications seem not to have a limit.
14 Jan 2016 by Alexandros Pappas
Windows Service that launches UI app
28 Jul 2014 by alexbk66
Reusable WPF RadioButton control which takes the pain away
15 Jul 2014 by AlexF185
A dynamic progress bar control easy to use and literally plug and play
20 Apr 2013 by Aliaa Ezzat
30 Oct 2016 by Amar zaidi
Generation of Karnaugh table
18 Feb 2015 by AMB-03
This is a very simple way to create a balloon message... without using any plugin
1 Sep 2012 by AmitGajjar
Application for seaching similar kinds of files in different folders.
26 Nov 2013 by Amol Jadhao
How to bind dropdownlist in ASP.NET using JQuery Ajax
20 Aug 2014 by Amol M Vaidya
A simple Data Connection Library to avoid rewriting code when the DB changes
14 Feb 2011 by Andrew Rissing
The following samples should take advantage of using statements and furthermore built in features of the ADO.NET framework. Furthermore, if you open a connection, make sure you open it at the latest time possible and close it as soon as possible.Edit: While I was originally not trying to...
18 Jan 2013 by Andrey Sitaev
Here I placed source files, binaries and brief instructions for FastGrid control.
26 Oct 2015 by Angel Blandón
Custom ASP.NET DropdownList control using chosen jQuery plugin
6 Mar 2015 by Ankur .K. Vishwakarma
Calling server-side code from client-side using JavaScript and TextBox's onblur event
22 Oct 2014 by Ankur Rawat
Adding Image in the Container without stretching/compressing the Image
18 Sep 2012 by Anup Kumar Verma
Taskbar Notification like animation in WPF from code behind
18 Aug 2013 by ARNOULT
Visual Studio 2010 Macro : Collapse all sections of code between 2 lines of comment
24 Sep 2014 by arpanmukherjee1
A base viewmodel implementing IDataErrorInfo
3 Mar 2015 by Asad Bukhari
This tip explains simple steps to define XML DOM against XML document. This way, you can easily manipulate XML document as simple class objects.
18 Feb 2016 by Asher Barak
Using MVC with complex models - understanding and solving the problem
14 Jan 2015 by Asif Bahrainwala
FFT using DX11 compute shader
6 Mar 2021 by Avirup Das
This tip describes an application to control with Sony TVs connected to your Home Wi-Fi network from PC.
2 Jan 2013 by Ayman M. El-Hattab
Creating Unit Tests using the SharePoint Emulators
28 Apr 2015 by B. Clay Shannon
Step-by-step instructions and demonstration of how to add functionality to a WebPart's built-in Editor
15 Jun 2015 by B. Clay Shannon
Replacing accented characters in a text file with their HTML code equivalents
24 May 2011 by Balu Sathish
This post helps to load image in row header cell of a datagridview.
8 Apr 2015 by basilke7007
How to create rounded edge button (rounded corner button) in Winforms
1 Jan 2015 by Benjamin Lifshitz
With this code, you can print images quickly and efficiently, using the largest part of the A4 page for your image.
14 Feb 2014 by BenScharbach
How-To Convert a String Collection to a Multi-Enum item using TryParse
20 Nov 2011 by Bernhard Hiller
That's far too obscure.All you need to do is store a reference to the TabPage instance which was removed from the TabPages collection of the TabControl. You may use the form where the TabControl is placed for that purpose.You could also create your own TabControl which has an extra property...
15 Jul 2011 by BillWoodruff
An interesting change in behavior in VS 2010 Pro ?
25 Mar 2013 by Bim Garcia
Implementation of ISO8583 in .NET
1 Mar 2011 by bipin9
goto Server Explorer right Click on DataBase Click on properties in properties window you will get Connection String copy it & use where you want use !!
23 Aug 2013 by BlackMirrh
Sequence Alignment using Needleman Wunsch algorithm in C#
17 Sep 2014 by BlueMaple_chief
To make a simple auto updater demo, I use webclient 'interfaces' to download the file and monitor the progress.
3 Feb 2016 by Brahmaputra Mehta
In this tutorial you can see how to start with C# to Twitter rest api anew
23 Oct 2014 by BrokenEvent
.NET WinForms Tray icon implemenation with Win7 and Vista features: GUID identification, large custom icons, custom UI instead of the hint, etc.
22 Aug 2014 by brpulsani
How to create folders using data from Excel file
15 Jul 2014 by Burhan Joukhadar
Fortune Voronoi Diagram in C#
15 Nov 2011 by Caner Korkmaz
For debug use, you can do something like this:#ifdef DEBUG #define dprintf(...) printf(__VA_ARGS__)#else #define dprintf(...)#endif//Usage:dprintf("In debug mode.");//orchar *foo = "foo";dprintf("%d bar.",foo);// :)/*Edit reason :: *if you type...
12 Jul 2013 by chait301
Custom output files in installer.
2 Dec 2014 by charles922
Simple Polynomial Addition and Subtraction using Lambda Expressions for sorting Lists
20 Jan 2015 by charles922
3D programming with OpenGl and C# to create an interactive puzzle
19 Aug 2015 by charles922
Program that continuously monitors the NXT via Bluetooth
19 Oct 2015 by charles922
Another way to implement Falling Blocks Game
2 Apr 2015 by Chris Jorna
Source code and demo on general TCP client & server library mainly usable for / tested on SICK lidar devices
9 Jul 2012 by Christian Amado
In this tutorial, we will discuss on ProgressBar & Background worker. Follow the step-by-step tutorial to know how to use these clases.
13 Jul 2012 by Christopher John Paul
4 Feb 2015 by Cinchoo
Simple and easy to associate file types to an application
9 Aug 2015 by Clifford Nelson
This tip provides an alternate way to combine data with text in a WPF control using a ValueConverter that could be considered easier.
3 Mar 2011 by crocks256
The ConnectionStringBuilder classes in .NET can be quite handy...http://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlconnectionstringbuilder.aspx[^].
2 Nov 2014 by D Sarthi Maheshwari
A suggested solution to create Partition based Dictionary (reducing chances of OOM errors and adding capability to hold bigger KVP set in Dictionary).
11 Nov 2014 by D Sarthi Maheshwari
A suggested solution to create serializable Partition based ConcurrentDictionary (reducing chances of OOM errors, reduced memory consumption and adding capability to hold bigger KVP set in Dictionary).
16 Nov 2014 by D Sarthi Maheshwari
Extension method on String class to convert string to IConvertible structs and nullable types
22 Feb 2015 by D. Christian Ohle
New Rational class to solve epsilon and robustness problems especially for graphics algorithms.
19 Aug 2014 by D. Infuehr
How to download historical raw stock data for each symbol traded at nasdaq and nyse.
21 Feb 2012 by databaseobjectmodel
21 Jun 2010 by DaveAuld
Here is a lesson I learnt while working with custom application settings in XML files and Visual Studio
11 Oct 2013 by David C Shepherd
A peek into the inspiration behind two cutting edge Visual Studio extensions.
24 Jan 2016 by David Vanson
How to make a video converter that shows the conversion progress to the user using ffmpeg
15 Nov 2015 by David Vanson
A small application to pretty print Arduino code with syntax highlighting
31 Oct 2013 by Debopam Pal
How to bring data from Entity model to Excel file using LINQ.
13 Nov 2013 by Debopam Pal
12 Jul 2013 by Deenuji
Select multiple checkboxes in a GridView in an online shopping website.
28 Mar 2013 by dgDavidGreene
Helper utility replaces magic string property names.
30 May 2014 by DiponRoy
Bootstrap datepicker and Knockout Model Binding
12 Jun 2014 by DiponRoy
Trimmed value binding in knockout.js
11 Jun 2014 by DiponRoy
Custom Seed Serializer for Entity Framework Code First C#
27 Jun 2014 by DiponRoy
Session in ASP.NET MVC
13 Jul 2014 by DiponRoy
Simple response object for ASP.NET
30 Jul 2014 by DiponRoy
How to handle database scheme changes with normal SQL scripts, without migration in Entity Framework code first
2 Sep 2014 by DiponRoy
Let’s see how to make a simple model or Entity mapper using reflections in C#
10 Sep 2014 by DiponRoy
Let's make a lambda expression from a property name of a particular entity, and use it for OrderBy shorting
29 Apr 2011 by dontumindit
An Easy Way To Query a Database
17 Feb 2011 by dontumindit
While dealing with databases, sometimes there is a need to get a list of tables in the application
27 Sep 2013 by dontumindit
Communication with database in .NET is easy but sometimes one gets stuck by wrong format of connection string