iphone apps development companies in india |#iphoneappsdevelopmentcompaniesinindia

12
Windows App Development By Genora Infotech LP 3 Kingsmill Business Park Chapel Mill Road Kingston upon Thames KT13GZ UK Ph - +442081442655 Mail - [email protected] Web : www.genorainfotech.com

Upload: genora-infotech

Post on 21-Jul-2016

215 views

Category:

Documents


0 download

DESCRIPTION

Any developer can create a game but at Gemora, the people developing and designing our games, have been doing this for years. It’s safe to say that they are very experienced in the field. Contact us: LP 3 Kingsmill Business Park Chapel Mill Road Kingston upon Thames KT13GZ UK Ph - +442081442655 Mail - [email protected] Web : www.genorainfotech.com Google+ : https://plus.google.com/u/3/b/102286943753208516046/102286943753208516046/posts

TRANSCRIPT

Page 1: iPhone apps development companies in India |#iPhoneappsdevelopmentcompaniesinIndia

Windows App Development

By

Genora InfotechLP 3 Kingsmill Business Park Chapel Mill Road Kingston upon Thames KT13GZ UKPh - +442081442655Mail - [email protected] : www.genorainfotech.com

Page 2: iPhone apps development companies in India |#iPhoneappsdevelopmentcompaniesinIndia

Agenda

Q&ADemonstrations

XAML & C#

Windows 8

Visual Studio 2013

Page 3: iPhone apps development companies in India |#iPhoneappsdevelopmentcompaniesinIndia

Visual Studio 2013

Page 4: iPhone apps development companies in India |#iPhoneappsdevelopmentcompaniesinIndia

Visual Studio 2013

Visual Studio is a suite of component-based software development tools and other technologies for building powerful, high-performance applications.

Page 6: iPhone apps development companies in India |#iPhoneappsdevelopmentcompaniesinIndia

XAML & C#

Page 7: iPhone apps development companies in India |#iPhoneappsdevelopmentcompaniesinIndia

What is XAML ?

Used to design GUI

Very similar to XML

Extensively Advanced Markup Language

Page 8: iPhone apps development companies in India |#iPhoneappsdevelopmentcompaniesinIndia

XAML Snippet

<Page x:Class="App1Intro.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="using:App1Intro" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d">

<Grid Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">

</Grid></Page>

Page 9: iPhone apps development companies in India |#iPhoneappsdevelopmentcompaniesinIndia

What is C#?

Next version of C++

Includes LINQ (Language Integrated Query)

Includes delegates, etc.

Runs on .NET 4.5 Framework

Elegant & Type-Safe OOP Language

Page 10: iPhone apps development companies in India |#iPhoneappsdevelopmentcompaniesinIndia

C# Snippetusing System;

namespace ConsoleApp1{ class Program { static void Main(string[] args) { Console.WriteLine("Hello world"); } }}

Page 11: iPhone apps development companies in India |#iPhoneappsdevelopmentcompaniesinIndia

Demonstration

Page 12: iPhone apps development companies in India |#iPhoneappsdevelopmentcompaniesinIndia