Click here to Skip to main content
15,887,821 members
Articles / Programming Languages / C#

Portable Class Libraries: Papering Over Platform Differences

Rate me:
Please Sign up or sign in to vote.
5.00/5 (5 votes)
2 Jan 2014CPOL7 min read 25.2K   213   10  
Portable Class Libraries (PCLs) can only call other PCLs. There is a way to implement PCLs that "call" platform specific services by writing a PCL and platform specific equivalent libraries.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Other University of Washington
United States United States
I'm a professor of physics at the University of Washington - my field of research is particle physics. I went into this because of the intersection of physics, hardware, and computers. I've written large experiment data aquisition systems (I've done a lot of multi-thread programming). My hobby is writing tools and other things that tend to be off-shoots of work-related projects.

Comments and Discussions