Feed on
Posts
Comments

Category Archive for 'Visual Studio'

I’ve mentioned MSDN Code Gallery in the past but let me call it out once again.  Microsoft maintains two sites for sharing content. CodePlex (http://www.codeplex.com/) Codeplex is intended to be the home for your open source code project. As such it sports a number of project level enhancements: a version control system (which supports Team [...]

Read Full Post »

Dig through the .NET class libraries for a few minutes and you’ll find collections (islands) of static data. For example, the Fonts class exposes two static properties, Fonts.SystemFontFamilies and Fonts.SystemTypefaces, which are useful for enumerating the installed fonts on the system. In this tip, I’ll show you how to list font families in WPF by [...]

Read Full Post »

Are you a .NET developer?  If so, I bet you are familiar with CodePlex.com.   CodePlex has been around for several years.  There are thousands of projects hosted on CodePlex, some have a very active developer community working on project improvements. CodeGallery There is lesser known Microsoft code sharing site called CodeGallery.  What if you just [...]

Read Full Post »

If you have ever been frustrated with the mutli-monitor support in Visual Studio 2008  you’ll be pleased to see what’s coming in VS 2010. VS 2010 will sport a new WPF IDE.  Since the IDE is getting a complete rewrite it allows Microsoft to rethink multi-monitor.  Every window in VS will be ‘tear-off’.  Drag the [...]

Read Full Post »

WPF has been out for a couple years.  That’s long enough that new releases of Microsoft products are sprouting WPF interfaces.  Last year at PDC Microsoft announced that the code editor in Visual Studio would be re-written in WPF.   Microsoft didn’t stop at the code editor though.  Today Jason Zander, GM for Visual Studio, revealed [...]

Read Full Post »

I use Expression Blend a lot when doing WPF and Silverlight projects. When I started using Expression Blend I was surprised to see that it  didn’t support an add-in model.  Tools like Adobe Photoshop have a plug-in model.  Visual Studio has a long history of supporting the extensible model via add-ins.  It seemed surprising to [...]

Read Full Post »

I ran into some Silverlight install problems on one of my computers.   The Silverlight runtime installed fine. The SDK installer and the modifications to Visual Studio 2008 was where I ran into trouble. Here are two blog posts that I found useful in solving these problems. BradleyBMichaelSync Error Messages “Could not load type. Microsoft.VisualStudio.Web.Silverlight.IVsSilverlightService” “The [...]

Read Full Post »

Sometimes you just don’t want the add-in to run in Visual Studio.  This tip, and dozens more, are available via Sara Ford.   Disable Add-ins on Start-Up by holding the Left-Shift key down If you ever want to disable add-ins from starting on launch, you can hold down the Left-Shift key while VS is loading.  [...]

Read Full Post »

Microsoft is constantly shipping products. Some products, like SQL Server 2005, had dependencies on other products and needed to wait for the other team to finish their code. SQL Server had to wait for the Visual Studio team to finish for example.  Sometimes Microsoft releases the software in staggered waves. . VS 2005 shipped with [...]

Read Full Post »

Microsoft released Visual Studio 2008 a couple weeks ago.  If you’ve got an MSDN subscription you can download your copy and start coding.  If you don’t have an MSDN subscription you have several options. Install one of the free Express versions Install 90 day trial version of VS 2008 Pro Wait for the the  DVDs [...]

Read Full Post »

Older Posts »