This project makes it possible to load, display and interact with .qtz
files on iOS: kluivers/qc-mobile.
Month: August 2013
Cross-plateforme : Xamarin Store, des composants à connaître
SparqEE’s Cell: Add GSM Data to Anything.
Interesting for an older project: SparqEE’s Cell: Add GSM Data to Anything.
XAML Regions extension
For someone working with Xaml, this VS extension is unvaluable: XAML Regions extension.
Bret Victor, beast of burden
The most impressive thing i have seen about a modern approach about computer: Bret Victor, beast of burden with a short video showing all: here.
How to fill DataContext when you don’t have one
Since Visual Studio 2010 (long time ago), is’s possible to set design time values to DataContext. It can be either loading data from Xaml file (with d:DesignData, Source and build action of xaml file set to DesignData explained here) or provides a real design type (with d:DesignInstance, Type and IsDesignTimeCreatable as explained here).
Complete documentation is provided here in MSDN and some more details on IsDesignTimeCreatable and CreateList here.
Implementing a virtualized panel in WPF
If you need UI virtualization with other layout thanVirtualizingStackPanel, one solution can be a new implementation. To do so, these series of blogs can help you:
- Implementing a virtualized panel in WPF
- Implementing a VirtualizingPanel part 2: IItemContainerGenerator
- Implementing a VirtualizingPanel part 3: MeasureCore
- Implementing a VirtualizingPanel part 4: the goods!
It can also be usefull to better understand how virtialization works.
A series of post about Objective-C runtime implementation
Silverlight text difference visualizer
An implementation of LCS in C# with a viewer in Silverlight from the http://www.bodurov.com/JsonFormatter/ guy. (Text Difference Visualizer at codeplex).
WPF Popup Placement Behavior
A complete description of Popup Placement Behavior with screenshot (not so frequent on MSDM site): Popup Placement Behavior.
A link is also present to how to Specify a Custom Popup Position (cumbersome but really powerfull).