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

19 Oct 2010 by "Fish" (David B. Trout)
Simple parsing of VS_VERSIONINFO version information strings displayed in an XP-style file-properties "Version" tab
13 Nov 2011 by #realJSOP
New and improved! Keep an eye on your CodeProject articles and reputation without having to log onto CP.
13 Apr 2016 by @nkit Bajpai
This article discuss a simple application built using WPF MVVM design pattern and explain the basics of Command Binding and DataBinding.
22 Jun 2014 by _Asif_
Welcome to the wonderful word of CCXML/VXML
21 Jul 2014 by _Asif_
Article will demonstrate how to develop generalize framework for creating Outlook style Auto Refresh Count of Menu Items
5 Aug 2015 by _Asif_
Framework helps resolve Template Codes present in any text at Runtime
5 Nov 2015 by _Asif_
Article helps reducing offsite development efforts by presenting a Mocking Layer for financial Middleware systems
16 Jun 2016 by _eol_
This article presents the minimal code necessary to display a hierarchical tree using Popups.
11 Sep 2018 by _Flaviu
A way to use OpenCV in MFC project
22 Sep 2014 by _groo_
An interface not present in .NET BCL, IIndexable exposes methods for iterating and indexing a read-only collection.
14 Aug 2012 by Abdul Quader Mamun
Custom TreeView web user control for parent child relatioinal data upto infinity
16 Nov 2010 by Abdul Quader Mamun
Paging must be effective for large scaleable applications. Without smart and effective paging and sorting for huge amount of data, user request takes more time and uses more resources.
13 Jan 2010 by Abdul Sami, PMP
This article is an introduction to some of the new features in ASP.NET 4.0 and the Visual Studio 2010 IDE.
7 Feb 2013 by Abdullatif M. Abu Al Rub
Simple example of reading RSS feeds from Facebook page using Syndication Library
4 Jan 2010 by Abhijit Jana
This article describes how to use Pin/Unpin of Object/Variable Data Tip during debugging In Visual Studio 2010 Beta 2
10 Jan 2010 by Abhijit Jana
This article describes the use of Caching Application Block - Enterprise Library 4.1.
8 Feb 2010 by Abhijit Jana
Scrollable Zooming Extension for VS 2010
6 May 2010 by Abhijit Jana
Describes all debugging features like Breakpoints, DataTips, Watch Windows, Multithreaded Debugging, Parallel Program Debugging and IntelliTrace Debugging
2 Aug 2009 by Abhishek Sur
Gives an introduction to CLR programming in SQL Server databases. This is the first part of a two-part article series.
17 Jan 2010 by Abhishek Sur
Implement services that start/stop automatically to some events like Device attached, Network Availability, Firewall port modified, Domain join, Group Policy change etc
31 Jan 2010 by Abhishek Sur
A WPF Infowindow placed on the right hand corner of the Code Canvas which informs you about the code statistics
2 Oct 2014 by Adam Zgagacz
WinForms Scrollbar with enhanced properties, graphical bookmarks and value tooltips.
29 Nov 2013 by Adam Zgagacz
ToolStripMenuItem with RadioButton and Labeled ToolStripSeparator
31 Oct 2018 by Adam Zgagacz
Simple WinForms auto-repeat button in a few lines
11 Mar 2011 by Addison-Wesley
A chapter excerpt from planning your testing
20 Aug 2015 by ADemontis
Making a Jarvis that reads commands from external file
26 Nov 2012 by Adib Saad
A .NET4.0 alternative for "Add Most Recently Used Files (MRU) List to Windows Applications"
22 Mar 2015 by adriancs
Merge DLL with App Into Single EXE
28 Jan 2013 by Agent__007
A simple WPF text clock gadget for Windows
16 Jul 2011 by Ahmedn1
A simple GPS system to locate the current location of the phone
3 Aug 2010 by Ajay Britto
A Vector based tool to create and edit SVG images
2 Nov 2010 by Ajay Vijayvargiya
Elaborating new C++ language features with a clear, sharp, and detailed discussion.
11 Nov 2010 by Ajay Vijayvargiya
Learn about parallel algorithms, parallel containers, tasks, task groups, agents library, task scheduler etc in VC10
28 Sep 2010 by Ajay Vijayvargiya
Reveals the important changes in STL.
4 Dec 2010 by Ajay Vijayvargiya
Static Code Analysis: The Purpose, How to Analyze and Make your code Analyzable!
26 Nov 2014 by Akhil Mittal
My effort in this article was to put some light on building a generic multilayered architecture using Entity Framework 4.1 and MVC3 razor view engine.
13 Oct 2015 by Akhil Mittal
My efforts in this article will be to make this understanding simpler and focus on the internal logic of ref and out.
30 Jun 2014 by Akhil Mittal
This article focussses on understanding a basic multilayered architecture in C#.
3 Nov 2014 by Akhil Mittal
In this article I would like to explain a step by step process to create a windows application and a setup installer for the same in a very simple manner, that is easy to understand and follow knowing that there are a number of other ways to do the same thing.
17 Mar 2015 by Akhil Mittal
How to create MVC application and perform CRUD operations using EntityFramework
26 Nov 2014 by Akhil Mittal
How to do custom mapping and entity to entity mapping with the help of AutoMapper.
17 Mar 2015 by Akhil Mittal
Unit of Work Pattern and Repository Pattern, and how to perform CRUD operations in an MVC application.
1 Mar 2016 by Akhil Mittal
My article will explain how we can make our Web API service architecture loosely coupled and more flexible.
1 Mar 2016 by Akhil Mittal
Resolve dependency of dependencies using Inversion of Control and dependency injection in Asp.net Web APIs with Unity Container and Managed Extensibility Framework (MEF).
1 Mar 2016 by Akhil Mittal
In this article I’ll explain how to write your own custom routes using Attribute Routing.
1 Mar 2016 by Akhil Mittal
This article will explain how to make WebAPI secure using Basic Authentication and Token based authorization.
21 Jul 2015 by Akhil Mittal, Vikas Sharma
Understanding Events in C# (An Insight)
1 Mar 2016 by Akhil Mittal
In this article we learn how to write unit tests for core business logic and primarily on basic CRUD operations.
7 Mar 2016 by Akhil Mittal
In this article we’ll learn on how to write unit tests for WebAPI controllers i.e. REST’s actual endpoints.
1 Apr 2016 by Akhil Mittal
This is the last article of the RESTful series in which I’ll explain how you can leverage OData capabilities in ASP.NET WebAPI. I’ll explain what OData is and we’ll create OData enabled RESTful services.
14 Apr 2016 by Akhil Mittal
In this article I’ll explain how we can host aWebAPI in another process independent of IIS.
4 Apr 2017 by Akhil Mittal
This article will explain how one can create their own custom collection class that can be iterated through.
5 Jan 2015 by Akos Mattiassich
A C++/CLI wrapper around MMAudioDeviceApi with notification support.
31 Dec 2010 by Al Alberto
A series of articles exploring how to develop applications for Windows Azure using Bing Maps.
4 Oct 2010 by Al-Farooque Shubho
Implementation approach of a domain independent Single Sign On (SSO) for ASP.NET applications.
9 Jul 2012 by Alan Burkhart
Quick and dirty Accordion control for WinForms in about 50 lines of code.
9 Jan 2013 by Albara Hakami
A Windows Forms application to share a whiteboard with many clients with only one drawer, in a gamy way.
17 Feb 2015 by Alberto M.
This article describes the file format NBT and shows how can be implemented in a real application to store data.
23 Sep 2015 by Alberto Venditti
Using a .NET Windows service as an engine for specialized custom plug-ins execution
13 Oct 2012 by Alesiani Marco
A Wave PDE simulation using GPGPU capabilities
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.
28 Mar 2010 by Alex Blekhman
Find any file in solution using incremental search and advanced filtering
3 May 2016 by Alex Chirokov
Adding interpolation functions to the Excel using C# and Excel-DNA
5 May 2016 by Alex Chirokov
This article shows how to implement Sudoku solver in Excel using C# and Excel-DNA
12 Aug 2012 by Alex Fotios
How to enumerate and mute all audio capture endpoints using Core Audio API
12 Aug 2012 by Alex Fotios
How to enumerate and mute all microphone components under all mixer devices using the Audio Mixer API
12 Mar 2012 by Alex Skoruppa
An article on wrapping libvlc (VLC media player) in a C++-class
16 Sep 2010 by Alex Soya
A simple console utility that allows you to query and modify port mappings on a UPnP enabled home networking router.
17 Aug 2011 by Alexander Bessonov
Introduces a fast and type-safe parameter rendering library (type-safe printf)
2 Sep 2011 by Alexander Bessonov
A simple high-level IPC library with ability to use native C++ interfaces.
5 Nov 2017 by Alexander Iacobciuc
In this article you will find yet another implementation of a web camera control.
4 Mar 2015 by Alexander Iacobciuc
This article is about a basic implementation of HTML5 client/server chat application.
18 Jul 2014 by Alexander Sharykin
Creates activity charts for SVN repositories
31 May 2012 by Alexander Van Berg
Combinatorial generation of C# generic types.
11 Dec 2012 by Alexander Wieser
The Spectre Framework is an attempt to introduce HTML5 as a first class citizen UI language for CLR based applications.
1 Jan 2015 by Alexandros Pappas
This project tests the performance of inserting rows into a database through four different variations.
8 Jan 2015 by Alexandros Pappas
This article proposes a way to check the correctness of setup projects.
24 May 2019 by Alexandros Pappas
This deletecertstore tool deletes certificate stores as a pendant to makecert
12 May 2017 by Alexey Shalnov
How to build Not OLE container of MFC applications based on hosting of MFC application from within WinForms and WPF applications
28 Feb 2016 by AlexeyYakovlev
This article describes building an Android game with networking support using C#, Xamarin.Android platform and Zyan Communication Framework.
15 May 2013 by Alka Mehrotra
A tutorial on Microsoft® Moles 2010.
12 Oct 2010 by Allen C. Copeland Jr
Gives an example of code to arbitrarily iterate through the elements of a .NET Array using an iterator in C#
9 Jul 2013 by Amanpreet Mukker
Fetching Stock Quotes using Google Finance APIs in .NET Framework 4
18 Jul 2016 by Amarnath S
An article describing the computation of the Sinogram of an image in C#, using the Radon Transform of the image.
27 Aug 2012 by Ami Bar
A .NET Thread Pool fully implemented in C# with many features.
26 Apr 2011 by Amir Eshaq
This code demostrates how to use Silverlight with OOB+elevated trust to play a local video (.avi).
14 Sep 2011 by Amir Eshaq
This code demostrates how to use Silverlight 5 with OOB+elevated trust to play a local video (.avi). Uses P/Invoke support for native code
12 Apr 2013 by Amogh Natu
This article mainly explains what webhooks are, how they can be created and used and also a sample example showing the use of webhooks.
29 Sep 2014 by Amol Jadhao
Looking for a way to draw charts like line,column,bar,pie,area with C#? This is the perfect tutorial for you and its easy to implement.This article will help you to understand how to bind a Pie Chart by calling a web service from jQuery AJAX in ASP.NET
19 Aug 2016 by AmosLong
An ASP.NET MVC 4 Implementation of Sudoku, with a Board Builder
16 Jan 2013 by Anand Ranjan Pandey
Design a website architecture that must be simple, easily understandable by any web designer using asp.net MVC, EF, Knockoutjs and Bootstrap
3 Feb 2015 by andrea contoli
Presentation and testing of some procedural bitmap creation algorithms .
9 Sep 2015 by andrea contoli
An implementation of color gradient control in c#, and a use case applied to procedural landscape generation.
26 Sep 2010 by Andreas Gieriet
.NET 4 finally allows to define polymorphic extension visitors
14 Oct 2014 by Andreas Gieriet
This is an alternative for "Dynamically generate a LINQ query with a custom property".