Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in portable-class-library

Convert JSON object to a string which has no formatting and indentation

Akavache's GetObject<T> hangs when awaited. Any idea what is wrong here?

Xamarin.Forms Font is obsolete

NoSQL Document oriented storage alternatives to use with Xamarin.Forms

Could not load file or assembly 'System.Net.Http, Version=4.0.0.0'

Can I use the "dynamic" keyword in a Portable Class Library?

.NET Multi-Target with .NET Standard and Portable Library MSBuild 15

MonoTouch: creating multiplatform apps using Portable Class Libraries

Why can't I use await keyword in my Windows Phone 7.1 MvvmCross project while using the Microsoft.Bcl - cannot await 'System.Threading.Tasks.Task?

Is there an alternative to Task.Delay(0) and Task.FromResult(0)? [duplicate]