Click here to Skip to main content
15,886,799 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 

26 Jan 2011 by OrlandoCurioso
Customize an internal designer by encapsulation in a custom component designer
17 Apr 2012 by Mehmet Mutlu
Details of my solution algorithms, implemented programs, and the results I have concluded.
20 Aug 2014 by Sandeep sunku
This article explains the boot strapping process of .NET Application.
4 Nov 2016 by Mr. xieguigang 谢桂纲
.NET language Canvas control for Interactive visualizing network data.
7 Aug 2014 by Jerry.Wang
Modify methods' IL codes on runtime even if they have been JIT-compiled, supports release mode / x64 & x86, and variants of .NET versions, from 2.0 to 4.5.
18 Oct 2011 by Redgate Software
Identifying an application’s performance bottlenecks is all about understanding how the application is spending its time. Only with the most complete understanding of how an application is operating is it possible to understand what it is doing wrong, as this article describes.
31 Aug 2010 by Livio Francescucci
How to create an ASP.NET gridview AJAX enabled connected with WCF SOAP and REST webservices.
16 Jan 2012 by Simon Bridge
Multiple-file, searchable, streaming compression library implemented natively in .NET.
20 Sep 2014 by Sandeep sunku
This article showcases on explaining the Threading concepts available in .Net
3 Nov 2014 by Shivprasad koirala
6 important uses of Delegates and Events
15 May 2010 by Shivprasad koirala, Shah Chintan
7 simple steps to run your first Azure Queue program
26 Feb 2014 by Shivprasad koirala
9 simple steps to run your first Azure Table Program
19 Dec 2013 by Rahul Rajat Singh
A discussion about backbone.js and marionette.js frameworks and how we can use them to create single page JavaScript applications
3 Apr 2013 by Rahul Rajat Singh
In this article we will try to understand what are WCF REST services and how can we create one.
23 Apr 2016 by pdoxtader
Wait, timeout and evaluate early thread release criteria easily and clearly with WaitTimeout
1 Jul 2010 by Wayne Wood
Verify the execution efficiency of a series of short .NET 4.0 parallel programming samples
10 May 2010 by logicchild
An article that defines managed threading from the basics to the intermediate.
1 Sep 2013 by Bernardo Castilho
A calculation engine that is small, fast, and extensible.
13 May 2010 by logicchild
An Article the Demonstrates How to Build a Windows Forms Calculator
10 Dec 2013 by Rahim Lotfi
Customized Three-tier (layer) Architecture for Application and Web Design
9 Aug 2015 by Keith Barrett
Describes a 'Proof of Concept' project for a Code-First User interface library.
22 Aug 2014 by Gurdeep Singh Toor
A Complete Guide to develop aplication using MyGeneration code genration framework. We will develop a Meeting Room Booking web application in this Article.
1 Sep 2009 by Fiwel
A DataGridView column show/hide popup - Menu style.
8 Sep 2014 by EricHufschmid
A C function to create a triangle index list
19 Sep 2009 by jebarson
New features of Visual Studio 2010 discussed
13 Jan 2016 by Sebastien Lorion
A reader that provides fast, non-cached, forward-only access to CSV data.
27 Jul 2009 by Nish Nishant
The article shows how to interop between a WCF service and a WWS client, and also how to rewrite the WCF service in WWS retaining compatibility with existing WCF clients.
14 Jan 2015 by Alessandro Lentini
My article shows a library that everyone can use to create their socket communication. Also, it explains how the library is developed.
23 Sep 2015 by Alberto Venditti
Using a .NET Windows service as an engine for specialized custom plug-ins execution
20 Mar 2015 by Michael Haephrati
A C++ client for uploading documents to your Google Docs account
19 Apr 2010 by logicchild
A Comprehensive Look at LINQ and the Binary Search Tree Data Structure
5 Mar 2016 by Qwertie
LLLPG, the Loyc LL(k) Parser Generator: now parsing C# itself!
5 Jan 2013 by Mass Soldal Lund
Creating a pie menu control for WPF
6 Jul 2011 by Weidong Shen
This article describes building a sample Silverlight application with the MVVM Light toolkit, WCF RIA Services, and a pluggable application architecture using MEF.
2 Aug 2017 by Andrew Rissing
GenericParser is a C# implementation of a parser for delimited and fixed width format files.
3 May 2015 by VictorSotnikov
I have applied the "phrases similarity calculation" algorithm to a GUI form that displays what I call a "two-layer list"
22 Mar 2017 by luigidibiasi, binterlandi
Build a realtime visitors counter with AJAX and a server-side language.
24 Nov 2011 by Dirk Bahle
This article is about a control that can be used to auto-omplete folders that have been typed into a textbox. It shows just how versatile binding and theming in WPF really is.
7 Jul 2011 by Weidong Shen
Part 1 of a series describing the creation of a Silverlight business application using MEF, MVVM Light, and WCF RIA Services.
8 Jul 2011 by Weidong Shen
Part 2 of a series describing the creation of a Silverlight business application using MEF, MVVM Light, and WCF RIA Services. In this second part, we will go through various topics on how MVVM Light Toolkit is used in our sample application.
8 Jul 2011 by Weidong Shen
Part 3 of a series describing the creation of a Silverlight business application using MEF, MVVM Light, and WCF RIA Services. In this part, we will discuss how custom authentication, reset password, and user maintenance are implemented in the sample application.
6 Aug 2013 by Bernardo Castilho
Create a shopping cart class and use it in your MVVM HTML5 applications
30 Jun 2015 by Paul C Smith
How to generate shorter, more readable, unique values for general-purpose identifiers.
8 Mar 2011 by Weidong Shen
Part 1 of a series describing creation of a Silverlight business application using Self-tracking Entities, WCF Services, WIF, MVVM Light Toolkit, MEF, and T4 Templates.
8 Mar 2011 by Weidong Shen
Part 2 of a series describing the creation of a Silverlight business application using Self-tracking Entities, WCF Services, WIF, MVVM Light Toolkit, MEF, and T4 Templates.
8 Mar 2011 by Weidong Shen
Part 3 of a series describing the creation of a Silverlight business application using Self-tracking Entities, WCF Services, WIF, MVVM Light Toolkit, MEF, and T4 Templates.
9 Aug 2009 by Md. Marufuzzaman
A simple but effective way to send an email using SmtpClient class
8 Jun 2012 by OriginalGriff
Adding an event to your class is simple, but it needs a bit of typing. I'm lazy, so I'd rather Visual Studio did the work. This snippet works in the same way as the "prop" snippet.
25 Apr 2011 by David Sehnal
A computation wrapper with built-in progress tracking using Reactive Extensions for .NET (and AsyncCTP).
20 Apr 2015 by Raj Nakkiran
How to manage multiple versions of device drivers and with multiple versions of applications, which share common operational contracts.
10 Aug 2012 by dreamgarden
SoapBox Core uses WPF's MEF to provide a base application framework that is easy to extend. This is a simple example that includes elements of a basic application (toolbar, statusbar, document area, etc.).
1 Aug 2009 by Md. Marufuzzaman
This article will demonstrate how to read RSS feeds
13 Sep 2009 by Md. Marufuzzaman
A simple example of SQL server admin tools.
23 Apr 2014 by Graham Lemon (UK)
Implementing a simple News Ticker custom control for Winforms .NET to reduce flicker as much as possible.
16 Aug 2011 by Reto Ravasio
A WPF app that uses dynamic types and databinding for displaying MSI files.
15 Dec 2009 by Nikhil Soman
Easy to use profiler for time and impact analysis of C/C++ code which uses the Visual Studio C/C++ compiler (/Gh and /GH flags) and the DIA SDK to gather profiling data.
28 Jan 2013 by Agent__007
A simple WPF text clock gadget for Windows
27 Sep 2014 by Frank W. Wu
Using AutoGenerateColumns to generate exactly as needed data columns
15 May 2015 by orouit
Describes a framework to use the PCSC Smart Card API with .NET.
19 Aug 2016 by Lisbey Collazo Alfonso
PHP and C# working together via thrift framework
1 Jun 2011 by logicchild
The basics of searching and sorting algorithms via C#.
13 Jan 2015 by Jacques Fournier
Sudoku is a program built in C# with a WPF user interface.
28 Jul 2014 by Mostafa Eissa
This article explains the concept of graph coloring and how to use graph coloring to solve Sudoku Puzzles.
13 Nov 2015 by Tim Bomgardner
Make .NET threadpool threads jump through hoops with this handy support class
6 Jun 2016 by Saleth Prakash
This tool is used to create N-Layer Architecture classes.
2 Mar 2011 by Francis Xavier Pulikotil
A safer alternative to void*, any_ptr can point to any type of object and provide type-safe, const-correct access to it.
2 Nov 2011 by gndzero
A threaded application to identify if system VB6 OCX files are exploitable and generate a batch file to register updated OCX controls.
7 Oct 2012 by Andriks
A MessageBox replacement with some much needed extras
8 Jan 2018 by Steffen Ploetz
How to provide multi-language resources from .NET compatible *.resx files for GUI applications on ReactOS (and other non-Windows OS like Linux)
2 Jul 2013 by kevin delafield
A Windows Forms based text editor with HTML output, implemented with a browser control in edit mode.
21 Dec 2010 by Don Kackman
Building a WP7 browser app for last.fm
30 Apr 2010 by logicchild
An article that presents a TV Player via WPF
18 Nov 2013 by Peer Adi
A WPF application base solution using Castle Windsor and commonly used utilities.
27 Oct 2018 by Steffen Ploetz
Give an brief overview of text rendering options for OpenGL/OpenTK especially for MONO/.NET.
18 Sep 2012 by Kenneth Haugland
Insert a new point to a polyline
28 Sep 2014 by mparvez
Add GIS and Mapping Functionality to your .NET Applications
26 Nov 2012 by Adib Saad
A .NET4.0 alternative for "Add Most Recently Used Files (MRU) List to Windows Applications"
29 Nov 2011 by Md. Marufuzzaman
Add random quotes in your Outlook email signature
22 May 2010 by Shai Raiten
How To Use Win32 To Add Your Control On Top Another Application Using Win32 Hooks.
2 Jul 2014 by Mohammed El-Afifi
Given an existing win32 application, how to provide COM automation capability to it?
5 May 2013 by Paulo Zemek
This library is intended to "replace" ADO.NET by solving type mismatches and by creating typed readers that are faster and easier to use than DataTables.
31 Dec 2009 by VisualBas08
Make Bookmarks (or Favorites) for your web browser
23 Jan 2012 by Pankaj Chamria
Learn the tips and tricks of advanced debugging in Visual Studio
1 May 2012 by m0sa
Service aggregation of self hosted WCF services, using the built-in RoutingService .NET Framework class.
30 Jan 2017 by Dan Letecky
How to build an AJAX Event Calendar (Scheduler) using the open-source DayPilot Lite for ASP.NET MVC library (Apache License 2.0).
27 Sep 2012 by Eddy Vluggen
Implemention of an ApplicationIndicator (NotifyIcon under Ubuntu)
17 Feb 2012 by potluri_suresh
Raw Audio data is encoded to AMR-NB audio using opencore-amr library
17 Jan 2016 by Rahul Rajat Singh
The aim of this article is to understand the basics of the Strategy pattern.
14 Dec 2011 by defwebserver
An Advanced Visual Studio LightSwitch Application
6 Jul 2014 by Dave Elliott
An attempt to create a flexible and re-usable Data Access Layer
17 May 2012 by Jim Parsells
Explorer TreeView control with Shell Folder access class and Icon management.
27 Mar 2016 by veen_rp
How to fake an Extension Property...
23 Jun 2016 by Mr. xieguigang 谢桂纲
This is an alternative for "An Almost Extension Property"
10 Jul 2011 by Marshall Rosenstein
Querying images from Yahoo! programmatically.
23 May 2010 by logicchild
An article that demonstrates how to use video, images and animations via WPF
16 Sep 2014 by Sandeep Singh Shekhawat
This article explains how generics are useful over non-generics and explains how to reuse code using generics.
11 Nov 2012 by JerryBNewhouseJr
Create a simple, flexible, standalone ProgressBar that can be added to any class with relative ease.
13 Aug 2012 by Jon Larborn
A command promt web server that starts an application or opens a file given in as an argument in an HTTP address. Could potentially be used to show media on screen using QR-codes.
29 Oct 2015 by minor_28
Web Control - Google Maps