See you in Vegas!
Headed to Vegas tomorrow for Mix09. If you join us at The Venetian, either in person or online, check out my two talks:
- Deep Dive into Silverlight Graphics, Thurs at 10:30-11:45am
- Building an Optimized, Graphics-Intensive Silverlight Application, Fri at 9:00 - 9:30am
Karen Corby has a great list of Silverlight-related sessions here, and you can build your session schedule here.
Cheers!
Seema
Comments
Anonymous
March 16, 2009
PingBack from http://www.clickandsolve.com/?p=23840Anonymous
March 19, 2009
Thanks for the deep dive session Seema, it was great. I tried playing with EnableGPUAcceleration, but I forgot what value you used for the CacheMode attribute on your element example. Valid attribute values for CacheMode don't seem to be documented anywhere (including the help file). Could you explain how to use this attribute, thanks!Anonymous
March 20, 2009
Great! CacheMode="BitmapCache" will cache an element as a bitmap cache and instruct the GPU to hardware accelerate the transform/blend/clip, if possible.Anonymous
March 20, 2009
What books do you recommend Seema