wpfsharp.com
Binding | WPF
http://www.wpfsharp.com/category/wpf/binding
In between code and design. WPF self-training course for designers. WPF self-training course for developers. Archive for the ‘Binding’ Category. A SpinningImage control in WPF. May 16, 2014, 10:51 am. In the past, I once wrote an article about WPF replacement options for an animated gif. 😉 Anyway, this led me to create a custom control that inherits from Image called SpinningImage. I used both XAML and csharp for this:. Image x:Class=WpfSharp.UserControls.SpinningImage xmlns=http:/ schemas.m...Feel free...
mullinatwork.wordpress.com
davidmullin | Mullin @ Work
https://mullinatwork.wordpress.com/author/davidmullin
Musings of a software architect. June 7, 2010. I’ve been doing research into solving the WeakEvent problem as part of building an MVVM framework that suites my needs. Although I came across a number of articles, none presented as elegant a solution as Thomas Levesque’s post A simple implementation of the WeakEvent pattern. Pretty much, the only way in which this is lacking for me is that it is not thread-safe, and doesn’t deal with cross thread dispatching. But, that’s a whole different problem. I am als...
startrekonline.at
Star Trek: Online / startrek-club.de / Community der CFP - Hiro's Blog - Blogs
http://www.startrekonline.at/blog.php?u=1
If this is your first visit, be sure to check out the FAQ. By clicking the link above. You may have to register. Before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. Der Forenadmin unterhaltet einen kleinen Blog. Firefox Beta 4 FoxSync und Candy Tab. Am 2508.2010 um 13:18 (Hiro's Blog). Die Firefox Beta schreitet voran und mittlerweile in Version Nummer 4. Was können die 2 Features nun eigentlich:.
codeplex.com
CodePlex - mathiasb
http://www.codeplex.com/site/users/view/mathiasb
Project Hosting for Open Source Software. Member Since April 22, 2008. Last Visit June 18, 2014. I enjoy looking at code, arguing about it, and learning how to make it better. My other professional specialty is quantitative modeling and forecasting. If you want to know more about me, you can check out my blog. No activity in the last 60 days. Code Snippet With Syntaxhighlighter Support for Windows Live Writer. Lucifure Stash - Azure Table Storage Client. Visual F# Tools.
mullinatwork.wordpress.com
Optimizing a WPF Screen – Template Triggers | Mullin @ Work
https://mullinatwork.wordpress.com/2010/03/21/optimizing-a-wpf-screen-template-triggers
Musings of a software architect. Optimizing a WPF Screen – Template Triggers. Optimizing a WPF Screen – Template Triggers. March 21, 2010. This is the third post in a series about my experience optimizing a WPF screen. Last time, I determined that the data binding to XML via an XmlDataProvider was a huge contributor to the performance issues. The first thing I found were constructs of the form:. Which I refactored to be like:. Thus removing one nested Grid and making the layout a little more explicit (it...
codeplex.com
CodePlex - 4rchie
http://www.codeplex.com/site/users/view/4rchie
Project Hosting for Open Source Software. Member Since July 20, 2010. Last Visit July 22, 2013. 25minutes the simpliest, best looking, hassle free Pomodoro Technique timer. Personal Activity Monitor - increas your productivity by eliminating timewasters. No activity in the last 60 days. 25minutes the simpliest, best looking, hassle free Pomodoro Technique timer. ASPNET MVC / Web API / Web Pages. EPPlus-Create advanced Excel spreadsheets on the server. TestCop - reporting for duty.
this.de
this++ Deutschland: ViewModel (MVVM) Frameworks
http://www.this.de/2010/06/viewmodel-mvvm-frameworks.html
Software development / user interface design /. Montag, 14. Juni 2010. Regelmäßig stellt sich uns die Frage, bauen wir unser eigenes ViewModel-Framework weiter aus, oder steigen wir auf eines der Open Source Application Frameworks um. Da wir sowohl in WPF als auch in Silverlight entwickeln (Windows Phone 7 nicht vergessen! Möchten wir gerne die gleiche Basis auf allen Plattformen verwenden. Das wird nur von MVVM Light. Bezüglich MVVM verändern bzw. entwickelt wird, muß man noch abwarten. Generischer Edit...