The Portable Class Library project enables you to write and build managed assemblies that work on more than one .NET Framework platform (Silverlight, WP7, or XNA).
I'm preparing a brand new ASP.NET MVC 5.1 solution. I'm adding in a bunch of NuGet packages and setting it …
c# asp.net-mvc portable-class-libraryI am developing an app using Xamarin Forms PCL. I need a StackLayout with rounded corners. I have tried frame …
c# xamarin.forms portable-class-libraryOn MSDN I noticed a section about a Portable Class Library, under Version Information. See System.Object for an example. …
.net portable-class-libraryI know the question has been asked before but none of the suggested resolutions are working for me so I'm …
c# nuget portable-class-library nuget-package-restoreI have to send a delete command to a REST API service with JSON content using the HttpClient class and …
c# httpclient portable-class-libraryI am porting a .NET Framework C# class library to a Portable Class Library. One recurring problem is how to …
c# serialization datacontract serializable portable-class-libraryI'm developing a Xamarin Forms mobile app, which has a page containing a SearchBar, a ListView, and Map control. The …
c# mvvm task-parallel-library portable-class-library xamarin.formsI have an async method inside a portable class library with this signature: private async Task<T> _Fetch&…
c# async-await c#-5.0 portable-class-libraryUsing Windows.Web.Http.HttpClient how can I download an image? I would like use this HttpClient because it is …
c# windows-phone windows-phone-8.1 windows-8.1 portable-class-libraryI can't find a timer in portable library / Windows Store. (Targeting .net 4.5 and Windows Store aka Metro) Does any have …
c# timer microsoft-metro portable-class-library