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).
The MSDN docs say Thread.Sleep() can be used in a portable class library. The compiler says otherwise. What are …
c# portable-class-libraryI'm trying to build a portable class library that generates OAuth urls for other classes/applications to use. This class …
c# sha1 portable-class-libraryThere 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-standardI 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-libraryI'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-headersHi 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-libraryHi 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 memorycacheI am using the Description attribute in my enums to provide a user friendly name to an enum field. e.…
c# dll portable-class-libraryI am building new application for Desktop, Windows 8 store and Windows phone at the same time. so I created Portable …
c# reflection portable-class-libraryI want to use the HMACSHA1 class in a project but the namespace System.Security.Cryptography is missing. If I …
portable-class-library hmacsha1