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 porting an existing .NET class library to a Portable Class Library. The .NET library makes extensive use of …
c# generics interface portable-class-library icloneableI am trying to figure out which is the better way to go for our project. PCL Library or Shared …
android .net mono xamarin portable-class-librarySo I'm writing a portable class library that targets .NET 4.5, Windows 8 and Windows Phone 8. I'm trying to read from a …
c# file-io windows-8 windows-phone-8 portable-class-libraryI know this seems basic, but I have spent hours looking at docs and videos and cant seem to find …
windows-8 windows-phone-8 winrt-xaml portable-class-libraryI have an MVVM Cross application running on Windows Phone 8 which I recently ported across to using Portable Class Libraries. …
windows-phone-8 mvvmcross portable-class-libraryI have a Windows Phone 8 project where I've taken to use the PCL (Portable Class Library) project too since I'm …
c# windows-phone-8 async-await portable-class-libraryI'm having a problem with assembly resolution on an end-user machine and I believe it's related to using Portable Class …
.net-4.0 portable-class-libraryI am working on a first PCL that targets : WSA (Windows Store Application), WPF,WP7,WP8. We can say that …
wpf microsoft-metro windows-runtime portable-class-libraryI've heard of .Net Core .Net Portable .Net Standard .Net Compact Universal Windows Platform Portable Class Libraries All of these …
c# .net uwp .net-core portable-class-libraryWhat is the exact difference between xamarin shared project and portable class library? When to use shared library and when …
xamarin portable-class-library shared-project