No articles have been posted.
Average blogs rating: 5.00
Windows Phone 7/8
Sharing Code between Windows Store and Windows Phone App (PCL + MVVM + OData) [Technical Blog]
Posted: 12 Feb 2013
Updated: 12 Feb 2013
Views: 854
Rating: 5.00/5
Votes: 2
Popularity: 1.51
Licence: The Code Project Open License (CPOL)
Bookmarked: 3
Downloaded: 0
This sample aims to show how to share code between Windows Store and Windows Phone app.
Windows API
Consuming Odata Service in Windows Store Apps (Include MVVM Pattern) [Technical Blog]
Posted: 13 Feb 2013
Updated: 13 Feb 2013
Views: 2,329
Rating: 0.0 / 5
Votes: 0
Popularity: 0.0
Licence: The Code Project Open License (CPOL)
Bookmarked: 1
Downloaded: 0
Introduction This demo has the main goal to show the steps that is need to consuming an OData service in Windows Store Apps, and use the MVVM Pattern and has Ioc container for manage the dependencies. Get the sample here. … Continue reading →
Windows Runtime
Creating portable code in Windows Store Apps (PCL + MVVM + OData Services) [Technical Blog]
Posted: 12 Feb 2013
Updated: 12 Feb 2013
Views: 2,393
Rating: 0.0 / 5
Votes: 0
Popularity: 0.0
Licence: The Code Project Open License (CPOL)
Bookmarked: 3
Downloaded: 0
This sample aims to show how to create portable code from an existing Windows Store app.
Code Generation
Sharing Code: Adding NavigationService [Technical Blog]
Posted: 6 Mar 2013
Updated: 10 Mar 2013
Views: 2,164
Rating: 5.00/5
Votes: 1
Popularity: 0.00
Licence: The Code Project Open License (CPOL)
Bookmarked: 3
Downloaded: 0
An example about NavigationService in share code scenarios, that will be registered in one IOC container and injected by the view model’s constructor.