project transcender standard windows forms to windows 8 metro style porting tool sri lanka institute...

27
Project Transcender Standard Windows Forms to Windows 8 Metro Style porting tool Sri Lanka Institute of Information Technology 1

Upload: silvester-roberts

Post on 02-Jan-2016

218 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: Project Transcender Standard Windows Forms to Windows 8 Metro Style porting tool Sri Lanka Institute of Information Technology 1

Project Transcender

Standard Windows Forms to Windows 8 Metro Style

porting tool

Sri Lanka Institute of Information Technology

Page 2: Project Transcender Standard Windows Forms to Windows 8 Metro Style porting tool Sri Lanka Institute of Information Technology 1

2

• Introduction• Research Problem• Our Solution• Uniqueness• Technologies used• Demonstration

Agenda

Page 3: Project Transcender Standard Windows Forms to Windows 8 Metro Style porting tool Sri Lanka Institute of Information Technology 1

Introduction

Page 4: Project Transcender Standard Windows Forms to Windows 8 Metro Style porting tool Sri Lanka Institute of Information Technology 1

4

Windows 8

• New User Experience – Metro Style Apps• Targets Touch Based Devices• Fast and Fluid• Programming Flexibility• Hardware Utilization

Page 5: Project Transcender Standard Windows Forms to Windows 8 Metro Style porting tool Sri Lanka Institute of Information Technology 1

5

The Difference

Windows 7 and earlier OS

.NET 4.0

Visual Studio 10

Win32

Windows 8

.NET 4.5

Visual Studio 12

WinRT

Page 6: Project Transcender Standard Windows Forms to Windows 8 Metro Style porting tool Sri Lanka Institute of Information Technology 1

The developers perspective(Research Problem)

Page 7: Project Transcender Standard Windows Forms to Windows 8 Metro Style porting tool Sri Lanka Institute of Information Technology 1

7

How the developer gets affected?

Page 8: Project Transcender Standard Windows Forms to Windows 8 Metro Style porting tool Sri Lanka Institute of Information Technology 1

8

•Time & Money• Companies and individuals will have to allocate more

resources to rewrite their existing applications in Metro Style.

•Learning curve• Need to rethink the UI design according to new

concepts• Changes in the .NET framework and related APIs• Need to have knowledge on Windows 8 and it’s new

features

How the developer gets affected?

Page 9: Project Transcender Standard Windows Forms to Windows 8 Metro Style porting tool Sri Lanka Institute of Information Technology 1

9

Our Solution

A porting tool to automate the conversion.

Page 10: Project Transcender Standard Windows Forms to Windows 8 Metro Style porting tool Sri Lanka Institute of Information Technology 1

10

Windows Forms Application

Metro Style Application

Convert the GUI

Convert code

behind

Our Porting Process

Convert Configura

tionfiles

Page 11: Project Transcender Standard Windows Forms to Windows 8 Metro Style porting tool Sri Lanka Institute of Information Technology 1

11

Windows Forms Application

Metro Style Application

Convert the GUI

Convert code

behind

Overview of the GUI conversion

Convert Configura

tionfiles

Page 12: Project Transcender Standard Windows Forms to Windows 8 Metro Style porting tool Sri Lanka Institute of Information Technology 1

Overview of the GUI conversion

Input C# designer file (form.designer.cs)

Extract Information about GUI controls

Convert GUI objects

Control Database

Output file (form.xaml)

Canvas

Page 13: Project Transcender Standard Windows Forms to Windows 8 Metro Style porting tool Sri Lanka Institute of Information Technology 1

13

Windows Forms Application

Metro Style Application

Convert the GUI

Convert code

behind

Overview of the code conversion

Convert Configura

tionfiles

Page 14: Project Transcender Standard Windows Forms to Windows 8 Metro Style porting tool Sri Lanka Institute of Information Technology 1

Overview of the code conversion

Input C# code file (.cs)

Extract Information about classes,

methods, etc. in the files

Convert using declarations

Using declaration

conversion rules

Convert method declarations

Data type mapping

Convert operations

Control mapping, Data type mapping,Method invocation

mappings

Output C# code file (.xaml.cs)

Page 15: Project Transcender Standard Windows Forms to Windows 8 Metro Style porting tool Sri Lanka Institute of Information Technology 1

15

Windows Forms Application

Metro Style Application

Convert the GUI

Convert code

behind

Our Porting Process

Convert Configura

tionfiles

Page 16: Project Transcender Standard Windows Forms to Windows 8 Metro Style porting tool Sri Lanka Institute of Information Technology 1

Overview of the configuration conversion

Application.csproj Application.csproj

Other Components

Package.appmanifest

Input: Current project file Extracting Data Process informationOutput : New Project File

User enters data

Process manifest information

Extracting Data Output : Manifest file

Page 17: Project Transcender Standard Windows Forms to Windows 8 Metro Style porting tool Sri Lanka Institute of Information Technology 1

17

Scope

• Usages of essential GUI Controls • Frequently used .NET libraries will be mapped• No 3rd party components will be supported.

To improve the scalability we have provided methods to add controls and libraries to the porting process

Page 18: Project Transcender Standard Windows Forms to Windows 8 Metro Style porting tool Sri Lanka Institute of Information Technology 1

Uniqueness

Page 19: Project Transcender Standard Windows Forms to Windows 8 Metro Style porting tool Sri Lanka Institute of Information Technology 1

19

The state of art today

Possible, but more effort

One-to-one mapping

Possible, reasonable effort

Development skills similar

Page 20: Project Transcender Standard Windows Forms to Windows 8 Metro Style porting tool Sri Lanka Institute of Information Technology 1

20

Setting the trend…

Page 21: Project Transcender Standard Windows Forms to Windows 8 Metro Style porting tool Sri Lanka Institute of Information Technology 1

21

Setting the trend…

Page 22: Project Transcender Standard Windows Forms to Windows 8 Metro Style porting tool Sri Lanka Institute of Information Technology 1

22

Business Model

Page 23: Project Transcender Standard Windows Forms to Windows 8 Metro Style porting tool Sri Lanka Institute of Information Technology 1

Technologies Used

Page 24: Project Transcender Standard Windows Forms to Windows 8 Metro Style porting tool Sri Lanka Institute of Information Technology 1

24

Page 25: Project Transcender Standard Windows Forms to Windows 8 Metro Style porting tool Sri Lanka Institute of Information Technology 1

25

Demo

Page 26: Project Transcender Standard Windows Forms to Windows 8 Metro Style porting tool Sri Lanka Institute of Information Technology 1

Q & A

Page 27: Project Transcender Standard Windows Forms to Windows 8 Metro Style porting tool Sri Lanka Institute of Information Technology 1

Thank you!