Essential WPF

Browse by Tags

All Tags » Live Blogging (RSS)
Session - Building Extensible Rich Internet Applications with the Managed Extensibility Framework
In this great session, Glenn Block and my collegue Ariel Ben Horesh have talked about Managed Extensibility Framework for Silverlight 4 for building customizable applications that can easily be extended by third parties. Whether you are building an extensible data grid, a custom rules engine, a pluggable editor, or a composite application such as a pluggable CRM system, you want to learn about MEF. They explained how to use MEF to decouple applications into more maintainable the application into...
Windows Presentation Foundation 4 Plumbing and Internals
In this session we saw the inside scoop on how Windows Presentation Foundation (WPF) powers all its rich services – like layout, databinding, and animation. There is a lot of heavy lifting done for you under the hood; in this session, we crack open these system components, including the trees (visual, logical, and inheritance), the property system and its change notification, and a few of the routing systems that all messages go through. Bring your hard-hat for this one! WPF Involves lots of interacting...
Session – Advanced Topics for Building Large-Scale Applications with Microsoft Silverlight
In this session, John Papa talked about Silverlight application development patterns such as composite applications with Prism, developing using the Model-View-ViewModel (MVVM) pattern, and methods of implementing large, modular, multi-page applications within your team. Also he talked about frameworks created to help assist in rapid development using these patterns without sacrificing good application development patterns. MVVM is a pattern, there is no specific way to do it right. Also with Silverlight...
Session – Building Line of Business Applications With Silverlight 4
In this nice session David Poll has talked about enhancements to data binding and data validation as well as new support for rich text & printing in the platform that allow you to build compelling LOB user experiences. Everyday we work with data so we usually deal with Interactivity, Entry and Presentation In this talk he explained about features added to SL 4 SL4 in Visual Studio 2010 Data Binding enhancements Data related controls enhancements Input validation Printing a document David shown...
Session - Media Foundation: Supporting Hardware Codecs and Cameras
In this very intersting session, Stan Pennington talked about how Windows 7 adds support in native code for accelerating media transcoding and specific playback experiences through the new asynchronous Media Foundation transform (MFT) model. How to write and use accelerated MFTs, and how to license for preference in Windows Media Player and portable device operations with Windows Shell. He showed a managed sample using the transcoding API, and showed how the new Device Proxy simplifies AVStream driver...
MVC by Noam
Noam King is a great lecturer and I like the way he use music instrumentals in his lectures. Although WEB development is not my kind, I really enjoyed his lecture about MVC. I think that MVC is a great concept and an architectural evolution in ASP.NET development> It provides a great option to decide what page is downloaded to the client, by talking to the Controller instead of statically download the page using its URL. and Noam described it well in his musical lecture. I encourage you to see...