Author Archives: Tobias Mueller

About Tobias Mueller

The next best geek...

One of the worst(*) bugs in VS2008SP1 finally fixed

As I work with a highly customized Visual Studio 2008 environment a bug introduced with SP1 for Visual Studio 2008 was one of the worst in history (for me): VS Dev Environment crash after undocking windows or changing layouts . … Continue reading

Posted in Uncategorized | Comments Off

Silverlight 3: Someone pulled the switch too early?

This could be just a little reminder on Silverlight 3 (you know MIX 09 yadda, yadda, yadda) but perhaps it can be a little bit more for you. Check out any download in Microsofts Download Center for Silverlight 2 and … Continue reading

Posted in .net | Comments Off

Office “14″ is getting ready (first screens)

Looks like after the Windows 7 hype calmed down the attention shifts to Office 14. I currently do not have access to this build but I am more than eager to test it once I can get access. Would be interessting … Continue reading

Posted in Office | Comments Off

Framework for DB-centric WPF LOB application is here

After reading a blog post today on the LOB in WPF topic and remembering the countless ones I read before I thought it might be the right time to present the world what I would like to call “the first framework for db-centric line-of-business applications … Continue reading

Posted in .net, WPF | Comments Off

.net: You got the source, now grab it

You know the pity: You’re once again working on the train and have only a lousy HSDPA or UMTS connection but right a this point in time you would need to debug into the .net source code. You are actually … Continue reading

Posted in .net | 1 Comment

Framework Design

Brad Abrams wrote about the just released Framework Design Studio. Also there is not that much functionality included right now it already helped me to identify API changes between two milestones in an internal WPF framework we currently work on. … Continue reading

Posted in Personal | Comments Off

WPF: Code in XAML -> Width={Binding Height}*2?

This posting consists of two sections: cool but not really useable really cool and usable lets start with the non-usable stuff [Code in XAML]: Whenever you declare your UI in XAML you’ve to attach event handlers in the code behind … Continue reading

Posted in .net, WPF | Comments Off