-
Recent Posts
Recent Comments
- qmatteoq on Prism for Xamarin Forms – Handling platform specific code (Part 4)
- prakashdaleyardi on Prism for Xamarin Forms – Handling platform specific code (Part 4)
- qmatteoq on Migrate your Windows 8 apps from Release Preview to RTM
- Arockia jenitha on Migrate your Windows 8 apps from Release Preview to RTM
- qmatteoq on Prism for Xamarin Forms – Handling platform specific code (Part 4)
Archives
- November 2023
- September 2016
- August 2016
- February 2016
- January 2016
- December 2015
- October 2015
- September 2015
- August 2015
- January 2015
- December 2014
- November 2014
- July 2014
- June 2014
- April 2014
- March 2014
- January 2014
- December 2013
- November 2013
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
Tag Cloud
- App Studio
- Async
- Azure
- Caliburn
- Database
- Fast App Resume
- Funambol
- GDR3
- Mangopollo
- Maps
- Microsoft
- MVP
- MVVM
- Nokia
- Panorama
- Prism
- Skydrive
- SQLite
- Telerik
- Template10
- Unit testing
- Universal Windows Platform
- Windows
- Windows 8
- Windows 10
- Windows Phone
- Windows Phone 8
- Windows Phone Week
- wpdev
- WP Dev Fusion
- Xamarin
- Xamarin Forms
Categories
Awards
Monthly Archives: January 2016
The MVVM pattern – Design time data
Ok, I’ve broken my promise. I’ve said that the previous post would have been the last one about MVVM, but I’ve changed my mind I realized, in fact, that I didn’t talk about one of the most interesting pros of … Continue reading
Posted in Universal Apps, UWP, wpdev
Tagged MVVM, Universal Windows Platform, Windows 10
Leave a comment
The MVVM pattern – Services, helpers and templates
In this last post of the series about MVVM we’re going to introduce some concepts and libraries that can make your life easier when you develop a Universal Windows app leveraging the MVVM pattern. Services, services and services In one … Continue reading
Posted in Universal Apps, UWP, wpdev
Tagged MVVM, Universal Windows Platform, Windows 10
Leave a comment
The MVVM pattern – Advanced scenarios
Let’s continue our journey to learn the MVVM pattern and how to apply it to develop a Universal Windows app. In this post we’re going to explore some advanced scenarios which are frequent when you develop a real project: how … Continue reading
The MVVM pattern – Dependency injection
In the previous posts we’ve learned the basic concepts of the MVVM pattern and how to apply them in a real application. In this post we’ll introduce some more advanced concepts, which will be helpful to implement the MVVM pattern … Continue reading
Posted in Universal Apps, UWP, wpdev
Tagged MVVM, Universal Windows Platform, Windows 10
Leave a comment
The MVVM pattern – The practice
Let’s continue our journey to learn the MVVM pattern, applied to Universal Windows apps development. After we’ve learned the basic concepts in the previous post, now it’s time to start writing some code. As already mentioned in the previous post, … Continue reading
Posted in Universal Apps, UWP, wpdev
Tagged MVVM, Universal Windows Platform, Windows 10
Leave a comment