Creating Portable Classes
Throughout the years, a number of platforms have built on subsets of the .NET Framework have been produced, such as (but not limited to) Windows Phone, the Windows Runtime for Windows 8.x, and the upcoming Windows 10. Because of this, one of the biggest concerns for developers is creating class libraries that can share the same code across multiple platforms. So far, developers have had to remember which assemblies and what kind of types were supported in each of those platforms and then manually create and arrange class library projects to make them reusable. Fortunately, Visual Studio 2015 helps Visual Basic developers solve this problem by providing a project template called Portable Class Library. This project template ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access