Click here to Skip to main content
15,891,976 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 Title

Visual Studio 2010 

31 May 2016 by Yaseer Mumtaz
.NET interview questions and answers with real world examples and code snippets
15 Jul 2014 by AlexF185
A dynamic progress bar control easy to use and literally plug and play
14 Mar 2014 by Nikita D. Sinelnikov
HowTo: make the report background (elements) of Microsoft .NET Report (.rdlc) non-printable
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.
24 Oct 2015 by Kailash Shastri
Tips and tricks to speed up your VS.NET builds
20 Jan 2015 by charles922
3D programming with OpenGl and C# to create an interactive puzzle
19 Jul 2015 by Revanth Ramesh
Futuristic Talking 7-Segment Time Display Widget in WPF
18 Jan 2013 by Andrey Sitaev
Here I placed source files, binaries and brief instructions for FastGrid control.
7 Jun 2012 by Mario Majčica
A well justified practice for mapping TFS collections on your local PC.
7 Jul 2014 by Michael Bergman
Using Windows Communication Foundation to build a simple web server
17 Jul 2014 by Marlon Hizole
23 Oct 2015 by Ph. Jounin
A C-replacement for MessageBox
3 Jul 2014 by Nguyen.H.H.Dang
A very simple Thumbnail Viewer inherited from FlowLayoutPanel for beginners
3 Jan 2015 by Rajesh Buddaraju
A simple tool which is useful to calculate our day to day work hours
1 Aug 2014 by Prakash Lekhak
This article describes how to access master page control from content page.
7 Feb 2018 by Santosh Kokatnur
Adding Checkbox to a List View Column Header in C# WindowsForm application
11 Jul 2013 by Purushotham Agaraharam
Setup file creation and adding a connection string custom control.
30 Jul 2014 by Matthew Givens
Two ways to add functionality to .NET controls
22 Oct 2014 by Ankur Rawat
Adding Image in the Container without stretching/compressing the Image
27 Jan 2015 by HiDensity
Class providing methods to count up a string using a definable character set.
20 Aug 2023 by Ștefan-Mihai MOGA
How to download files from an HTTP server.
14 Feb 2016 by Jigar_Patel
Amazon S3 lib for uploading file in C++ using VS2010
29 Apr 2011 by dontumindit
An Easy Way To Query a Database
14 Feb 2011 by FZelle
You are both wrong with the DataAdapter.Why do you think there is an overload with the querystring and the connectionstring?public DataSet select_query(string query, string con_str){ try { using (SqlDataAdapter da = new SqlDataAdapter(query,con_str)) { ...
14 Feb 2011 by woric
The sample code provided by Andrew Rissing is a huge improvement over the original, but incorrectly catches the exception and displays a MessageBox. (Andrew correctly points out this is not a good idea.)A better solution is to allow the exception to fail:public DataSet...
23 Feb 2011 by PrimeCoder
Nice,How about adding a couple of other methodspublic static void Parameter(IDbCommand command, string naam, object value){ IDbDataParameter par = command.CreateParameter(); par.ParameterName = naam; par.Value = value ?? DBNull.Value; ...
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...
22 Aug 2014 by rmliu
Resize either images or canvas only, resize batch images
7 Jan 2015 by shouvith hydrose Kerala
This article explains how to change Arabic Calendar Date to English Calendar Date in Windows Form C#.
15 Nov 2015 by David Vanson
A small application to pretty print Arduino code with syntax highlighting
28 Jul 2014 by Ruhollah Heidarpour
Just another ASP.NET Persian(Jalali/Shamsi/Solar) / Gregorian Datepicker
26 Jul 2012 by Tejas Vaishnav
ASP.NET menu control not shown properly in Chrome and Safari
27 Sep 2012 by Shemeer NS
ASP.NET MVC 4 for VS2010 Installation Errors, 0x81f40001 - This product is incompatible with .NET 4.5 or earlier. You must upgrade to .NET Framework 4.5 to the latest version before installing this product, with Web Platform Installer and MSI.
14 Apr 2016 by veen_rp
This message will self destruct in 5 seconds...
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 Nov 2015 by Pavel Torgashov
Simple and fast skew correction of scan docs in C#
26 Oct 2015 by Hernán Hegykozi
This tip will show how to perform a backup and restore database from an application in VB.NET 2010.
18 Feb 2015 by AMB-03
This is a very simple way to create a balloon message... without using any plugin
2 Mar 2017 by Nomesh G
Setting up basic MVVM in WPF and ICommand usage to allow operations on ViewModel from view.
20 Mar 2015 by Alaa Ben Fatma
Small tool to write, run batch codes
26 Dec 2014 by Roger65
A project to place a Dialog Box on the Taskbar
14 Jan 2013 by Kundan Singh Chouhan
Simplest, best and most robust architecture.
25 Mar 2013 by Bim Garcia
Implementation of ISO8583 in .NET
6 Jul 2013 by hirosht
Step by step method of thresholding a image using the EmguCV API in C#
5 Aug 2014 by saurav ray
Article determines how to bind a crystal report with a virtual database
26 Nov 2013 by Amol Jadhao
How to bind dropdownlist in ASP.NET using JQuery Ajax
15 Mar 2015 by manchanx
Tidy, generic solution to bind Enums (with or without a DescriptionAttribute) to a ComboBox or other Controls
6 Mar 2015 by prachi_pandey
Map fields from multiple schemas to fields of a single output schema
30 May 2014 by DiponRoy
Bootstrap datepicker and Knockout Model Binding
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
19 Dec 2014 by OKarpov
How to use ASM in C#.NET and most fast memory copy method
19 Aug 2015 by charles922
Program that continuously monitors the NXT via Bluetooth
20 Jun 2014 by Jochen Scharr
C# CountryInfo class, LanguageInfo class and CurrencyInfo class, derived from CultureInfo respectively RegionInfo for a more intuitive and compile-safe handling of countries, languages and currencies
22 Feb 2015 by D. Christian Ohle
New Rational class to solve epsilon and robustness problems especially for graphics algorithms.
2 Sep 2013 by Szymon Roslowski
Just another approach to understanding communication between HID devices and C#.
1 Feb 2015 by Emiliarge
Comparison of 4 browser engines and controls + some tips for using them (in attached projects and in tip text). Short and clear.
12 Apr 2016 by Shao Voon Wong
This tip presents a custom RTTI class which is 10x faster than dynamic_cast
26 Oct 2016 by Shao Voon Wong
C++: Prefer Curiously Recurring Template Pattern (CRTP) to Template Pattern
15 Oct 2012 by Houssem Dellai
Developing a Windows Phone app step by step
6 Mar 2015 by Ankur .K. Vishwakarma
Calling server-side code from client-side using JavaScript and TextBox's onblur event
3 Sep 2014 by milkboy31415
This code transforms rotations and vectors between reference frames such as Unreal, 3d Studio Max, etc.
24 Jun 2013 by Tejashwi Kalp Taru
Ever wanted to change the Windows Aero color without restarting the DWM?
21 Feb 2012 by Surjit Singh Dadhwal
This post will help you to resolve problem of checking maxlength of Multiline textbox (Internet Explorer, Chrome & Firefox)
26 Nov 2014 by SergVoloshyn
Main program for testing modem or GSM phones by AT commands, use only standard classes and libraries.
4 Feb 2015 by Cinchoo
Simple and easy to associate file types to an application
9 Jun 2014 by Rixterz123
How to get text to show perfectly clearly on Aero glass
27 May 2014 by Matus Kovacik
This component allows to overlay grid with colored blocks spanning across multiple columns.
30 Jun 2015 by Wu Yehao
A ColorSelector control used in GIS Applications, with a menu button for displaying
27 Sep 2014 by Ahmad A.A. Ahmad
Combining MDX with T-SQL in One Result Set for SSRS (Hybrid Query)
2 Apr 2015 by Chris Jorna
Source code and demo on general TCP client & server library mainly usable for / tested on SICK lidar devices
13 Aug 2012 by Dustin Halstead
Hark back to the days of text based adventure games, and simple PC, speaker sound.
22 Sep 2014 by Sandeep Singh Shekhawat
This tip is about the Constructor Dependency Injection Pattern Implementation in C#.
22 Jul 2014 by Rocky R. Fernandes
Accessing Json Data across different domain using JsonP to get arround Security warning
15 Jan 2015 by rld1971
Adding a physics engine and investigating other .NET tools
10 Apr 2015 by El_Codero
Convert doc/docx documents to pdf with Foxit Reader Printer. Works without use of Word Interop/SharePoint.
7 Jun 2013 by FatzBomb
How to convert a written number to a numerical value anywhere in a string.
4 Aug 2015 by ShrutiASharma
Utilizing SharePoint Client Object model to copy files with versions from SharePoint 2010 site to SharePoint 2013 online site.
24 Jun 2015 by Nadun Liyanage
This tip describes creating a user control to display a drop down calculator that pops out like the DateTimePicker in Visual Studio
21 Aug 2014 by Paulo Zemek
Avoid generating strings as templates. Avoid the complicated FrameworkElementFactory. Create templates that use a delegate to create new instances, so you can use normal code to do the job.
22 Aug 2014 by brpulsani
How to create folders using data from Excel file
24 May 2015 by Fahmi Noor Fiqri
Create PDF from Image files using VB.NET and PDFSharp library.
22 Aug 2013 by User 8388951
In this tip, we are going to create an activity that can send an e-mail message to a target user.
17 Aug 2014 by Prakash Lekhak
We will create a Table and Stored Procedure in Sql Server 2008R2 and data will be inserted and retrieved by using Asp.net using C#
8 Jul 2010 by TechKidd
This trick is on a intermediate/advanced level.
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.
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).
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 May 2011 by Kerem Kat
Compile and run CUDA 3.2 projects from VS2010 in 9 easy steps