To enable your project for MultiTouch, just run the following command in the Package Manager Console and all the libraries and dependencies will be added to the Visual Studio project:
PM> Install-Package MultiTouchBehaviors
Alternatively just search for the package selecting Tools->Library Package Manager->Manage NuGet Packages for Solution from Visual Studio 2012.
If you are interested in creating a NuGet package for your open-source project, register an account herein the gallery and follow the instructions described in the section “Creating and Publishing a Package“: they are very clear and contain detailed information about the process.
The package definition for MultiTouch is also available in the Source Code section on CodePlex.
Prism provides guidance designed to help you more easily design and build rich, flexible, and easy to maintain Windows Presentation Foundation (WPF) desktop applications and Silverlight Rich Internet Applications (RIAs) and Windows Phone 7.1 (“Mango”) applications.
The new version 4.1 released on February 2012 is available for download here.
A new project has been recently announced in the “Silverlight Experts” group on Linkedin by fellow group-member Laith Alasad:
The XAML Project contains “Free vector design resources for XAML-based technologies such as Silverlight, Metro, WP7, and WPF. Search and download pure XAML graphics for your web, desktop, and/or mobile applications.“
It’s a very useful resource, I’ve already inserted it in my favorites!
It’s always a great honor to be recognized and having the possibility to be part of this group of awesome people sharing knowledge and… passion.
My heartful thanks to all the people who supported me: my family, the great Silverlight team, my MVP lead Alessandro Teglia and all the community. You, all, rock!
I’m looking forward to a new year of amazing technologies: Silverlight, WPF, Windows Phone, WinRT, XAML, Windows 8 – WOW!
During the //Build conference in Anaheim the release of Windows 8 Developer preview has been announced: you can download it from this link.
To get started an impressive number of video tutorials is available in the official site of the conference: http://www.buildwindows.com/.
Check out also this great post by Michael for downloading all the Build videos in your pc.
Useful resources are available in the SDK: all the XAML Metro style app samples are available following this link.
It’s possible to install Windows 8 side by side with your operating system using a boot from VHD: I’ve followed the instructions described here by Mister Goodcat and all went smoothly.
The new platform and tools are well described in this “Big Picture” showed during the conference:
Laurent Bugnion, Rene Schulte and Doug Seven have great insights into the new platform and tools here, here and here.
For those like me (also) interested in WPF, a list of the new features is available here.
I’m pretty excited about all these news and I’m looking forward to all the great applications that will be built using XAML, Windows 8, Silverlight, WPF and Windows Phone!
support for Windows Phone 7.1 Beta 2 (refresh) “Mango”;
added new property “IgnoredTypes” for excluding particular control types from the manipulations (thanks to Richie for the suggestions, feedback and code samples);
the “Manipulation Processor” and “Inertia Processor” are now exposed by the behavior in order to enable personalized manipulations and gestures;
new properties: CenterX, CenterY, Rotation, Scale permit to support custom gestures like “DoupleTap” zoom;
Silverlight 4 and Windows Phone 7.1 samples updated with a simple ”DoubleTap” zoom example using the new exposed properties.
The source code and samples are available for download here.