Click here to Skip to main content
15,881,803 members
Everything / Visual Studio / Visual Studio 2008

Visual Studio 2008

VS2008

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 Sergey Alexandrovich Kryukov
Display names and descriptions for enumeration members: a non-intrusive, reliable, localizeable method.
by Nish Nishant
This articles explains how to implement a TypeDescriptionProvider for a class to support multiple object types using a single class type

Latest Articles

by Ștefan-Mihai MOGA
How to download files from an HTTP server.
by Sergey Alexandrovich Kryukov
A computer keyboard can be turned into an isomorphic musical instrument, to help in deeper exploration of the Musical Harmony and even to inspire new musical ideas
by Tough Developer
How to compile WinQEMU v0.10.2 in VS2008 and VS2012
by shunninghuang
Software named M1.NET which shows the details of decrypting arcade game audio

All Articles

Sort by Score

Visual Studio 2008 

3 Apr 2012 by Rui Jarimba
Serialize/deserialize your objects using generics. Customize settings like indentation, encoding, namespaces and others
2 Dec 2009 by Jeremy Likness
Use the Managed Extensibility Framework to export dictionary resources using custom ExportProvider in Silverlight
19 May 2011 by ambilykk
How to access TFS 2010 from Visual Studio 2008
15 May 2011 by Manjuke Fernando
How to deploy Windows applications using ClickOnce (Visual Studio 2008)
27 Sep 2014 by Mohit1110
In this blog, we would learn how an ASP.NET Website project keeps the references maintained as Website project does not have any Project file to maintain the same.
23 Jan 2010 by Matthew Dennis
In this article, I will walk through the modification of the default ASP.NET MVC 2 application to use the Munq IOC container.
2 Apr 2011 by Chris_Green
VS Solution Explorer – Collapse All
31 Mar 2011 by Chris_Green
A list of C# snippets in VS2008.
9 May 2011 by Christoph Keller
Debugging a SharePoint 2010 Timed Job
21 Aug 2009 by Martin Hinshelwood
I am always pulling out the Unity assemblies. Maybe it is just because I am lazy, but I really can’t be bothered rolling my own dependency injection and mapping framework!
6 Dec 2009 by Ashish Sheth
Invoking Google from within VS 2008
15 Apr 2010 by Paulo Morgado
A TraceListener For Tests
15 Apr 2010 by Paulo Morgado
How To Set Elements Of An Array Of A Private Type Using Visual Studio Shadows
19 Nov 2009 by Kelum W. Ganegoda
This post demonstrates how to create an update progress with the UpdatePanel, similar to the one we can see in GMail.
10 May 2010 by Alexander Turlov
This article aims to provide with a quick reference the most useful features of the JavaScript IntelliSense to help make it an every-day tool for JavaScript developers.
18 May 2010 by Ivan Krivyakov
T4 – Too Troublesome to Tackle?
29 Mar 2012 by hjgode
Mobile Development: AutoHide Windows Mobile Device Center 2
9 Nov 2012 by hjgode
This is a very simple application to show the values of GetSystemPowerStatusEx2 in live view.
13 Nov 2012 by Orjan Westin
In this article, we will write a simple multi-threaded example implementation of the Observer pattern, and show how to re-synchronise a past event to look current. Then we’ll demonstrate a technique to treat future events like they’re current, too.
28 Jan 2013 by Stacy Vicknair
Connecting to TFS2010 with Visual Studio 2008.
24 Jul 2014 by Tharaka MTR
How to round up a number to the greatest 10s place
4 Apr 2023 by Tough Developer
How to compile WinQEMU v0.10.2 in VS2008 and VS2012
20 Sep 2013 by John Atten
Use conditional compilation to control runtime settings for different deployment scenarios.
29 Aug 2012 by Girish J Jain
This article shows how easy it is to get information from a .NET application at runtime and how you can store it in a destination of your choice, database in this case.
24 Aug 2009 by Salmanzz
In this post, I will explain you how I have embedded JavaScript, images and stylesheet to my previous article.
20 Apr 2011 by Sebastian Solnica
This article explains how to use the Reference Paths project property to debug open-source libraries referenced by the project.
15 Dec 2009 by Williarob
How to mock a database repository using Moq
22 Apr 2010 by Sky Sanders
Or: “What I hope is not just ‘Yet Another Visual Studio JavaScript Intellisense Walkthrough’”
13 Jan 2010 by Mahmudul Haque Azad
Database driven unit testing using VSTS
30 Oct 2009 by Kunal Chowdhury «IN»
Here I will explain the feature & step by step process for implementing the Silverlight Out-Of-Browser functionality.
26 Oct 2009 by Williarob
If you have ever looked at a media file (audio or video) in explorer on a Windows 7 PC, you may have noticed that it displays additional information about that media file that previous versions of Windows didn't seem to have access to, for example the length/duration of a Quicktime Movie Clip.
18 Jan 2013 by Md Nazmoon Noor
How to debug Stored Procedure in VS2008
16 Feb 2010 by Diego Resnik
Using Dynamic Proxy & MSMQ Duplex to create a proxy that switches automatically between online & offline network state
21 Aug 2009 by Martin Hinshelwood
I am not sure if this is a good idea, but I was bored one day and decided to add a TFS Error Log provider for Elmah. There are 2 ways you can do this.
1 Feb 2010 by Sky Sanders
A strategy for implementing maintaining separation of concerns and implementation hiding.
8 Feb 2010 by Shakeel Iqbal
Lambda Expression is one of the best features of C# 3.0
24 Apr 2014 by Pragmateek
Introduction Following my previous article on a similar subject, Extend your VBA code with C#, VB.Net or C++/CLI, I’ve received an interesting feedback from a VBA developer who wanted to leverage the advanced support of the .Net framework for regular … Continue reading →
31 Jul 2010 by atverma
Criteria behind choosing IDisposable, IComponent, Component, MarshalByValueComponent and base Control classes(System.Windows.Form.Control and System.Web.UI.Control) while implementing a Class
3 Jul 2010 by Martin Jarvis
How to improve readability with shorter String.Format statements
24 Aug 2009 by Kunal Chowdhury «IN»
Add "Select All" behaviour for all TextBoxes in your WPF application
23 Aug 2009 by Martin Hinshelwood
Staring from the original Command Line Parser v1.0 code, I wanted to be able to add multiple commands, or even nest commands. The result is a nice simple commanding architecture conducive to creating multiple commands.