9
PCL Portable Class Library for WP8 & Win8.

Portable Class Library for Windows Phone 8 and Windows 8

Embed Size (px)

DESCRIPTION

This slides explain you about how to develop a Windows Phone 8 application and Windows 8 application using Portable Class Library.

Citation preview

Page 1: Portable Class Library for Windows Phone 8 and Windows 8

PCL Portable Class Library for WP8 & Win8.

Page 2: Portable Class Library for Windows Phone 8 and Windows 8

What is Portable Class Library?

The Portable Class Library project enables you to write and build

managed assemblies that work on more than one .NET Framework

platform. You can create classes that contain code you wish to share

across many projects, such as shared business logic, and then

reference those classes from different types of projects.

Page 3: Portable Class Library for Windows Phone 8 and Windows 8

Portable Class Library

Platform support

.NET4 +

Silverlight 4 +

Windows Phone 7 +

.NET for Windows Store

Xbox 360

Page 4: Portable Class Library for Windows Phone 8 and Windows 8

Win8WP8

PCL

PCL for WP8 & Win8 app.

Page 5: Portable Class Library for Windows Phone 8 and Windows 8

What Should be implemented in PCL?Model –View- View Model (MVVM)

Model

Platform Specific

Portable

View

View Model

Page 6: Portable Class Library for Windows Phone 8 and Windows 8

Cross Platform Architecture using PCLWindows Phone 8 App

Startup

Views (XAML)

Platform Specific Functionality

Windows Store App

Startup

Views (XAML)

Platform Specific Functionality

Portable Class Library

View Models

Models

Platform Specific Abstraction.

Page 7: Portable Class Library for Windows Phone 8 and Windows 8

Demo

Page 8: Portable Class Library for Windows Phone 8 and Windows 8

Queries?

Page 9: Portable Class Library for Windows Phone 8 and Windows 8

Thank You