Welcome to MSDN Blogs Sign in | Join | Help

October 2006 - Posts

The healthcare prototype source code, which we have demo'ed in one way or another many times, is now posted. It is a very compelling prototype as far as how a particular vertical -- healthcare -- could take advantage of WPF. Perhaps most interesting is Read More...
Just recently came across the fact that some methods are hidden from intellisense through the use of the [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] attribute. Two that are hidden are System.Windows.Threading.Dispatcher.CheckAccess() Read More...
Once I got WCF working in a gadget, another scenario came up: wouldn't it be nice if the gadget and the application shared a data model? The gadget could remotely databind to the same data that the application was databound to. As such, there would be Read More...
I recently faced the design challenge of getting an application and gadget to communicate. How to solve the problem? Well, what better way to talk between applications than Windows Communication Foundation (WCF). After all, it is the inheritor of the Read More...
I was recently involved in some analysis of a WPF application which used 3D heavily that wasn't hitting its performance goals. The application was pegging the CPU and acted incredibly sluggish. What didn't make sense was that the CPU was getting pegged Read More...
In my earlier post , I talked about WPF in the Sidebar by using the IFRAME to host XBAPs. In this post, I'll talk about another technique: using ActiveX. For an in depth discussion of using ActiveX in gadgets, see Jaime Rodriguez's blog post . He's got Read More...
Check out the page on the Yahoo .NET Developer Center that shows how to databind to the Yahoo Weather Service in XAML! Read More...
If you are following Vista, you are probably aware of the Sidebar, real estate on the desktop that can be used to host gadgets. And, if you are aware of Sidebar, you might be aware that the platform for gadgets is DHTML + Javascript. And, if you are a Read More...
AppDomains In doing some recent prototype work, the fact that WPF does not support multiple AppDomains came up. For most people, this is not an issue, but for certain scenarios, it causes some design challenges. The most common scenario for multiple AppDomains Read More...
 
Page view tracker