Showing results for PCL - Developer Support

Jan 10, 2018
Post comments count0
Post likes count0

Converting PCL (Portable Class Libraries) to .NET Standard Class Libraries – Part 3

Developer Support
Developer Support

In Part 3 of this 3 part series, App Dev Manager, Herald Gjura describes how to incorporate these libraries into an existing .NET application.In Part 1 and 2 of this blog series I described how to migrate your old PCL libraries into the .NET Standard ones, and how to change you build and release pipeline for a successful NuGet deployment. In this 3...

Team.NETPCL
Nov 3, 2017
Post comments count0
Post likes count0

Converting PCL (Portable Class Libraries) to .NET Standard Class Libraries – Part 2

Developer Support
Developer Support

In Part 2 of this 3 part series, App Dev Manager, Herald Gjura covers upgrading the continuous delivery and Build/Release pipeline in VSTS. In order for the new .NET Standard Packages to build and release, we will need modify the build definitions. Here is a step by step guide on all the changes using an existing bui...

Team.NETPCL
Oct 27, 2017
Post comments count0
Post likes count0

Converting PCL (Portable Class Libraries) to .NET Standard Class Libraries

Developer Support
Developer Support

In Part 1 of this 3 part series, App Dev Manager, Herald Gjura discusses converting PCL (Portable Class Libraries) to .NET Standard Class Libraries. Overview I have been working for this client for quite a few years and had advised them to break down some of their key business functionality and features and distribute them as NuGet packages. Wi...

Team.NETcross-platform
Oct 3, 2016
Post comments count0
Post likes count0

Referencing a PCL project in both ASP.NET Core and Xamarin Forms

Pam Lahoud
Pam Lahoud

Thanks to Premier Developer Consultant Gustavo Varo for this prescriptive guidance on cross-platform development with Xamarin and ASP.NET Core. Back in March while working with Xamarin Forms and ASP.NET Core, I identified the need of sharing some code between both projects. My very first idea was to create a PCL (Portable Class Library) project ...

Team.NETasp.net