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

Thread.Sleep() in a Portable Class Library

The MSDN docs say Thread.Sleep() can be used in a portable class library. The compiler says otherwise. What are …

c# portable-class-library
Generate SHA1 Hash in Portable Class Library

I'm trying to build a portable class library that generates OAuth urls for other classes/applications to use. This class …

c# sha1 portable-class-library
Referencing a .NET Standard library from a Windows Class Library

There are two projects in my solution currently: a Windows Class Library (targeting .NET Framework 4.6.1) and another class library that …

c# .net portable-class-library .net-standard
What does the portable class library actually solve?

I was wondering, what does the PCL actually solve? If all it does is limit me to what types are …

c# .net .net-4.5 .net-assembly portable-class-library
Modify request headers per request C# HttpClient PCL

I'm currently using the System.Net.Http.HttpClient for cross platform support. I read that it is not a good …

c# .net httpclient portable-class-library request-headers
Density of screen in iOS and Universal WIndows App

Hi I need to know the density of screen in windows 10/8/8.1 and iOS. I got screen density in Android using …

xamarin.ios uwp xamarin.forms portable-class-library
Xamarin forms: Image Cache

Hi I am trying to build an app using xamarin forms PCL. I am implementing image gallery in which I …

c# xamarin.forms portable-class-library memorycache
System.ComponentModel.DescriptionAttribute in portable class library

I am using the Description attribute in my enums to provide a user friendly name to an enum field. e.…

c# dll portable-class-library
Portable Class library and reflection

I am building new application for Desktop, Windows 8 store and Windows phone at the same time. so I created Portable …

c# reflection portable-class-library
Missing System.Security.Cryptography

I want to use the HMACSHA1 class in a project but the namespace System.Security.Cryptography is missing. If I …

portable-class-library hmacsha1