+ All Categories
Home > Documents > mobile apps development company India |#mobileappsdevelopmentcompanyIndia

mobile apps development company India |#mobileappsdevelopmentcompanyIndia

Date post: 29-Sep-2015
Category:
Upload: mobile-apps-development-in-india
View: 19 times
Download: 3 times
Share this document with a friend
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 UKPh - +442081442655Mail - [email protected] : www.genorainfotech.comGoogle+ : https://plus.google.com/u/3/b/102286943753208516046/102286943753208516046/posts
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
Transcript

PowerPoint Presentation

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

AgendaQ&ADemonstrations

XAML & C#

Windows 8Visual Studio 2013

Visual Studio 2013Visual Studio 2013

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

XAML & C#What is XAML ?

Used to design GUI

Very similar to XML

Extensively Advanced Markup LanguageXAML Snippet

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

C# Snippet

using System;

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

Demonstration


Recommended