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...
eoblog.net
February 2013 – EOB Blog
https://eoblog.net/2013/02
Agile, DevOps, Cloud and Mobile. Portable Class library, MVVM and other pretty things. When developers want to create a navigation architecture on Windows Phone Apps they need to take care about how they want to link the pages with the Business Logic and the Data. One of the most extended programming methodologies on Windows Phone 8 and Windows 8 is MVVM. Model – View – ViewModel) where you can separate the Entities from the Business Logic (your ViewModel) and the UI (your View). The second thing to unde...
astoundingprogramming.wordpress.com
February | 2012 | Astounding Programming
https://astoundingprogramming.wordpress.com/2012/02
Monthly Archives: February 2012. C# Custom Exception class. February 24, 2012. Standard code to use when creating a custom C# exception class. Except for the addition of being able to use a format args instead of just a string. Serializable] class CustomException : Exception { public CustomException() : base() {} public CustomException(string message) : base(message) {} public CustomException(string format, params object[] args) : base(String.Format(format, args) public CustomException(string messag...
astoundingprogramming.wordpress.com
MVVM Light is really nice but that ViewModelLocator sucks | Astounding Programming
https://astoundingprogramming.wordpress.com/2012/02/23/mvvm-light-is-cool-viewmodellocator-sucks
MVVM Light is really nice but that ViewModelLocator sucks. February 23, 2012. With ViewModelLocator in the MVVM Light. Framework you statically define a single ViewModel singleton for a Window type. That is pretty dumb. It’s super limited, I’m amazed that people can actually use it like that. Instead I stole the. Whatever it was called) and. Again, whatever) from the Core MVVM. Framework. Well the principles at least, the. As it is now could be a 100 miles away from the. So anyway, the implementation.
astoundingprogramming.wordpress.com
Astounding Programming | Astounding Programming
https://astoundingprogramming.wordpress.com/author/astoundingprogramming
Author Archives: Astounding Programming. How to generate a random date within a specific range in SQL Server. June 9, 2014. The following SQL allows you to generate a random date between two values. The majority of SQL I’ve found on internet uses the RAND function, however, the RAND function does not return a unique result per row in a SELECT statement. This SQL uses CHECKSUM(NEWID() so a unique number is generated. Continue reading →. How to get the target of a windows shortcut C#. December 17, 2012.
dimakudr.blogspot.com
.Net way: September 2010
http://dimakudr.blogspot.com/2010_09_01_archive.html
Tuesday, September 21, 2010. MVVM: Command bindings, Messaging and Multithreading. MVVM Light Toolkit overview. MVVM: multiple Views for a single ViewModel. MVVM: How do I wire up my View and ViewModels? В предыдущих статьях, посвященных MVVM Light toolkit, я уже приводил примеры использования RelayCommand и ViewModelBase классов. Сейчас я хочу подробнее остановиться на еще трех классах, которые предлагает этот toolkit, а именно:. Behavior позволяет привязывать команды к любым событиям любых UI контролов.
wpfsharp.com
Model View ViewModel (MVVM) | WPF
http://www.wpfsharp.com/mvvm
In between code and design. WPF self-training course for designers. WPF self-training course for developers. Model View ViewModel (MVVM) is a design pattern based on Model View Controller (MVC) but specifically tailored to Windows Presentation Foundation (WPF). MVVM is not a framework per se but many frameworks have been created. Here is a list of MVVM Frameworks from Wikipedia. Josh Smith. “MVVM Foundation”. Sacha Barber. “Cinch.”. Daniel Vaughan. “Calcium SDK”. Karl Shifflett. “Ocean”. While these two ...
codeplex.com
CodePlex - llester1878
http://www.codeplex.com/site/users/view/llester1878
Project Hosting for Open Source Software. Member Since November 16, 2007. Last Visit October 12, 2012. CoreMVVM - A Simple MVVM Framework. Weather Reader User Control. No personal statement has been written. No activity in the last 60 days. CoreMVVM - A Simple MVVM Framework. Version 8.21.2015.21031.