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 am working on visual studio with Xamarin.Forms, I get the following Error: Exception while loading assemblies: System.IO.…
c# visual-studio xamarin xamarin.forms portable-class-libraryI would like to store an API key in a configuration file without checking it into source control, and read …
c# uwp portable-class-libraryI use SQLite from windows app and now I am developing in Xamarin a portable app so I am using …
c# sqlite xamarin portable-class-libraryI have built a Portable Class Library with Visual Studio 2012 that will also build in Xamarin Studio. I would like …
c# visual-studio-2012 portable-class-library xamarin-studiorecently we started to work on a new project which includes clients for Windows 8 Metro, Windows Phone and Desktop application. …
c# sqlite windows-8 windows-phone-8 portable-class-libraryI am looking for a way to store image files in my local filesystem using the PCL Storage plugin in …
cross-platform xamarin storage portable-class-libraryI'm learning WPF with MVVM Light and i've an issue with my Portable Class Library. I follow this tutorial: http://…
wpf mvvm-light portable-class-libraryI want to know the difference between PCL (Portable Class Library) and a normal library. PCL uses profiles with which …
c# dll xamarin.ios xamarin portable-class-libraryIt might be a silly question, Let's say I don't have a Windows OS, have a Linux. I have created …
.net-core portable-class-libraryI'm writing a library with intentions to use it in desktop (.Net 4.0 and up), phone (WP 7.5 and up) and Windows …
c# portable-class-library dotnet-httpclient