first_page

“Is WCF the Death of .NET?” and other links…

James C. Bender: “While I’m not prepared to follow Juval in claiming .NET dead at the hands of WCF, he makes some good points. If you think of the communication between objects in a system analogous to the communication of services in an architecture, WCF provides some cool abilities that the traditional model in .NET does not.”

“iPhone-like Kinetic Scrolling Lists in WPF”

Kevin Marshall: “This is a great feature since scrollbars are often cumbersome on touch-screens. While they work great for mice, it’s difficult to make scrollbars big enough to respond to a finger press without taking up too much space. Plus with the physics of the kinetic scrolling, you don’t have to keep pawing at the screen to scroll through long lists.” Mice are not “great” for kinetic scrolling!

“Performance Profiling Tools for WPF”

MSDN: “WPF provides a suite of performance profiling tools that allow you to analyze the run-time behavior of your application and determine the types of performance optimizations you can apply.”

wpf-animation

This project adds familiar Flash-like ease-of-tweening and easing equations to WPF. …Add Robert Penner’s canonical easing equations to WPF, but take full advantage of the WPF animation engine so they can be used in XAML or in code.”

rasx()