SlideShare a Scribd company logo
30 Agosto 2014
Microsoft Confidential
3
4
Decrease HW cost floor (support 8x26, Qualcomm Reference Design) 
Dual-SIM support 
Apps to help you get more out of your data plan: DataSense 2.0, Wi-Fi Sense, Storage Sense, Battery Sense 
5
6
7
8
9/21/2014 Microsoft Confidential 9
Visual Studio 
2013 
Microsoft Confidential
X A 
M L
<TextBlock /> 
<TextBlock Name=“lblName” Width=“100” Height=“50”/> 
<Grid> <TextBlock /> </Grid>
Microsoft Confidential
9/21/2014 Microsoft Confidential 25 
this.Loaded += (s, a) => 
{ 
var canvas = new Canvas() 
{ 
<Canvas Background="Black" 
Width = 300, 
Height = 300, 
Background = new SolidColorBrush(Colors.Black) 
}; 
var button = new Button() 
{ 
Width = 200, 
Height = 100, 
Content = "Nuevo Boton" 
}; 
canvas.Children.Add(button); 
Canvas.SetLeft(button, 100); 
Canvas.SetTop(button, 100); 
this.Content = canvas; 
}; 
Width="300" 
Height="300"> 
<Button Width="200" 
Height="100" 
Content="Nuevo Boton" 
Canvas.Left="100" 
Canvas.Top="100"/> 
</Canvas>
9/21/2014 Microsoft Confidential 32
Windows phone 8 [ITSSNET] Sesiones.
Windows phone 8 [ITSSNET] Sesiones.
Windows phone 8 [ITSSNET] Sesiones.

More Related Content

Similar to Windows phone 8 [ITSSNET] Sesiones.

cloud computing – an opportunity to disrupt
cloud computing – an opportunity to disruptcloud computing – an opportunity to disrupt
cloud computing – an opportunity to disrupt
cloudbeatsch
 
Part 4 working with databases
Part 4 working with databasesPart 4 working with databases
Part 4 working with databases
techbed
 

Similar to Windows phone 8 [ITSSNET] Sesiones. (20)

Mysql python
Mysql pythonMysql python
Mysql python
 
Mysql python
Mysql pythonMysql python
Mysql python
 
Building Social Enterprise with Ruby and Salesforce
Building Social Enterprise with Ruby and SalesforceBuilding Social Enterprise with Ruby and Salesforce
Building Social Enterprise with Ruby and Salesforce
 
14 tiles, notifications, and action center
14   tiles, notifications, and action center14   tiles, notifications, and action center
14 tiles, notifications, and action center
 
cloud computing – an opportunity to disrupt
cloud computing – an opportunity to disruptcloud computing – an opportunity to disrupt
cloud computing – an opportunity to disrupt
 
AWS + Puppet = Dynamic Scale
AWS + Puppet = Dynamic ScaleAWS + Puppet = Dynamic Scale
AWS + Puppet = Dynamic Scale
 
Data Mining 2008
Data Mining 2008Data Mining 2008
Data Mining 2008
 
Grid Objects in InduSoft Web Studio
Grid Objects in InduSoft Web StudioGrid Objects in InduSoft Web Studio
Grid Objects in InduSoft Web Studio
 
DN 2017 | Multi-Paradigm Data Science - On the many dimensions of Knowledge D...
DN 2017 | Multi-Paradigm Data Science - On the many dimensions of Knowledge D...DN 2017 | Multi-Paradigm Data Science - On the many dimensions of Knowledge D...
DN 2017 | Multi-Paradigm Data Science - On the many dimensions of Knowledge D...
 
Boost user experience is your processes with Adaptive Cards - SPS Cologne
Boost user experience is your processes with Adaptive Cards - SPS CologneBoost user experience is your processes with Adaptive Cards - SPS Cologne
Boost user experience is your processes with Adaptive Cards - SPS Cologne
 
Part 4 working with databases
Part 4 working with databasesPart 4 working with databases
Part 4 working with databases
 
Nexxworks bootcamp ML6 (27/09/2017)
Nexxworks bootcamp ML6 (27/09/2017)Nexxworks bootcamp ML6 (27/09/2017)
Nexxworks bootcamp ML6 (27/09/2017)
 
SQL Server 2008 Data Mining
SQL Server 2008 Data MiningSQL Server 2008 Data Mining
SQL Server 2008 Data Mining
 
SQL Server 2008 Data Mining
SQL Server 2008 Data MiningSQL Server 2008 Data Mining
SQL Server 2008 Data Mining
 
Introduction to Html5
Introduction to Html5Introduction to Html5
Introduction to Html5
 
Loading Data into Azure SQL DW (Synapse Analytics)
Loading Data into Azure SQL DW (Synapse Analytics)Loading Data into Azure SQL DW (Synapse Analytics)
Loading Data into Azure SQL DW (Synapse Analytics)
 
Optimizing Flex Applications
Optimizing Flex ApplicationsOptimizing Flex Applications
Optimizing Flex Applications
 
Azure Machine Learning Intro
Azure Machine Learning IntroAzure Machine Learning Intro
Azure Machine Learning Intro
 
Vaadin 7
Vaadin 7Vaadin 7
Vaadin 7
 
(CRUD) How To Connect To Microsoft Access Database Insert Update Delete Clear...
(CRUD) How To Connect To Microsoft Access Database Insert Update Delete Clear...(CRUD) How To Connect To Microsoft Access Database Insert Update Delete Clear...
(CRUD) How To Connect To Microsoft Access Database Insert Update Delete Clear...
 

Windows phone 8 [ITSSNET] Sesiones.