News

A lot of the duplicate code was in classes, so my first step was to create a class library to reduce maintenance headaches and ease the current task at hand: adding functionality. You use class ...
Portable Class Libraries create a single DLL that can be used across platforms, making code sharing easier. Learn how to use them by building a weather app with a portable core. In the past, sharing ...
Below is some short code samples of the libraries setup. <BR><BR>Is it possible to reference a class library from another class library? I cannot see why not, so if not, someone please explain and ...