Reader small image

You're reading from  Cross-platform UI Development with Xamarin.Forms

Product typeBook
Published inAug 2015
Reading LevelBeginner
Publisher
ISBN-139781784391195
Edition1st Edition
Languages
Tools
Right arrow
Author (1)
Paul Johnson
Paul Johnson
author image
Paul Johnson

Paul Johnson has been writing software since the early 1980s on machines ranging from the ZX81 and servers to his trusty Mac, and has used more languages than he can remember. He is a qualified scuba diver and college lecturer. Paul lives with his wife, kids, and pets, and listens to an inordinate amount of rock and metal on Primordial Radio. This is his third book for Packt.
Read more about Paul Johnson

Right arrow

PCLs – the pros and cons


One of the biggest advantages of using a PCL (Portable Class Library) is that as the name suggests, the library contains only code that is guaranteed to run on all .NET platforms. You write it once, you deploy it once, and everything can use it. This differs greatly with a shared library that has no guarantee of running on all .NET platforms.

This may not make a great deal of sense—surely, everything should be able to run the .NET code, irrespective of whether it is running Mono, Microsoft .NET, or GNU .NET. This is not an unreasonable assumption to make, but let's think about this logically.

If you consider a piece of hardware capable of running some flavor of .NET, you cannot unreasonably think that it will have some form of storage, some form of output, and anything else you would expect to find on a computer, mobile...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Cross-platform UI Development with Xamarin.Forms
Published in: Aug 2015Publisher: ISBN-13: 9781784391195

Author (1)

author image
Paul Johnson

Paul Johnson has been writing software since the early 1980s on machines ranging from the ZX81 and servers to his trusty Mac, and has used more languages than he can remember. He is a qualified scuba diver and college lecturer. Paul lives with his wife, kids, and pets, and listens to an inordinate amount of rock and metal on Primordial Radio. This is his third book for Packt.
Read more about Paul Johnson