Tuesday, October 20, 2009 6:43 PM/EST
Updated October 21. The Beta 2 is now available to all. MSDN Subscribers can now download Beta 2 of VS2010. Hooray. It will be available to everyone else shortly. The Visual Studio Developer Center has info on downloading and...
Monday, September 28, 2009 9:56 PM/EST
I had a need to create an xml file that contains tomorrow's weather forecasts for selection of addresses in a database. I spent way too much time working this out, so thought I would share for the next dev down...
Thursday, August 20, 2009 3:24 PM/EST
I learned this mantra from .NET guru, Jeffrey Richter and was able to share it with a client last week. My client had noticed a lot of messages about exceptions in the Visual Studio debug output window. However, the application...
Friday, August 14, 2009 3:57 PM/EST
Earlier this week at the Vermont.NET User Group, local developer Zac Morris who is CTO of the Vermont based WattMetrics, did a presentation on XAML. The title of the presentation was "Don't Fear the XAML: How How Silverlight and WPF...
Wednesday, August 12, 2009 6:53 PM/EST
In case you missed it, .NET has a brand new logo!...
Thursday, July 30, 2009 9:05 AM/EST
The VS2010 code editor has been re-written in WPF which enabled Microsoft to put a lot of fabulous features in there. One that I am very fond of is the zoom which you can get by holding down the CTRL...
Wednesday, July 22, 2009 10:50 AM/EST
This morning I've been adding some new features to an old app that was started in .NET 1.0 then migrated to .NET 2.0 a few years ago. I use VS2008 to work with the app but it continues to target...
Monday, July 20, 2009 12:58 PM/EST
One of the new features of VS2010 Beta 1 that I have been exploring is the 1-Click Deployment which I mentioned in another blog post last month. (Visual Studio's Database Publishing Wizard and the new 1-Click Web Deployment) My test...
Wednesday, July 08, 2009 2:41 PM/EST
At this year's Microsoft MVP Summit, Beth Massi and Kathleen McGrath ran around with a video camera and interviewed a bunch of Visual Basic MVPs, including folks like Deborah Kurata (did you know Deborah has recently (finally!) started blogging?), Ken...
Friday, July 03, 2009 10:49 AM/EST
Sometimes when we encounter behavior in our dev tools that we don't like, we will drop everything to figure out how to get around it. Sometimes we just accept it and move on. I know that I hate when my...