Top "Portable-class-library" questions

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).

How to workaround missing ICloneable interface when porting .NET library to PCL?

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 icloneable
Xamarin Shared Projects vs Portable class libraries

I 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-library
C# PCL Reading from File

So 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-library
Difference between Windows 8 Store Apps And Windows Phone Apps

I 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-library
Update UI thread from portable class library

I 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-library
Why is HttpClient's GetStringAsync is unbelivable slow?

I 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-library
Unable to resolve assemblies that use Portable Class Libraries

I'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-library
How do I work with images in a portable class library targeting Windows Store Apps and WP7,WP8,WPF?

I 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-library
Difference between .Net Core, Portable, Standard, Compact, UWP, and PCL?

I'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-library
Xamarin Shared Library and PCL

What 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