Andrei's blog
sharing coding bits
Monday, May 26, 2014
Publish empty folders
›
If you need to include an empty folder when deploying using MSDeploy (either manually from Visual Studio or calling msdeploy from scripts...
Monday, April 07, 2014
A busy MvxViewController for MvvmCross + iOS
›
In my MVVMCross apps, in the shared PCL core library, I usually have a MvxViewModel derived class called ViewModelBase with a IsBusy propert...
1 comment:
Thursday, March 27, 2014
Sharing library project across solutions and NuGet
›
UPDATE : Latest NuGet doesn't rely on 'Enable NuGet Package Restore’ feature: http://docs.nuget.org/docs/reference/package-restor...
Friday, March 14, 2014
Install GooglePlay in emulator
›
I am using the info from http://stackoverflow.com/questions/11154222/google-play-on-android-4-0-emulator#answer-11213598 1. Go to http:/...
Saturday, January 25, 2014
Type-safe ViewModel to ViewModel navigation in MvvmCross
›
In MvvmCross you can navigate between view-model's as described in the Wiki: https://github.com/MvvmCross/MvvmCross/wiki/ViewModel--to...
Saturday, January 18, 2014
ASP.NET errors
›
#1. There is a duplicate 'system.web.extensions/scripting/scriptResourceHandler' section defined Check .NET Framework version f...
Thursday, January 16, 2014
Invalid markup in XAML in Visual Studio 2013
›
If you get this error in designer when there’s clearly no error in your XAML: - close all files open in Visual Studio - close Visual Stud...
4 comments:
‹
›
Home
View web version