PortableLibrary
Portable Class Library in .NET
At times you must have came across a situation when you want to share class library (DLLs) across different target platform. For instance , I faced a situation where I wanted to create a class library and share business logic with WCF service as well as Silverlight application. This means Read more…