Accessing platform specific features in your Portable Class Library (PCL) through Dependency Injection (DI)
The Portable Class Library (PCL) allows developers to share C#, F# and VB code across multiple devices, platforms and runtime environments such as .Net, Xa...