Trending Misterio
iVoox
Descargar app Subir
iVoox Podcast & radio
Descargar app gratis
Build your first Windows Store app (HD) - Channel
Build your first Windows Store app (HD) - Channel
Podcast

Build your first Windows Store app (HD) - Channel 6l4a

Por Microsoft
13
3

This multi-part video series walks developers through building their first Windows Store app, based on the step-by-step tutorials at dev.windows.com. 1. JavaScript tutorial2. VB/C# tutorial a683v

This multi-part video series walks developers through building their first Windows Store app, based on the step-by-step tutorials at dev.windows.com. 1. JavaScript tutorial2. VB/C# tutorial

13
3
C# Part 3: Navigation, layout, and views (2 of 2)
C# Part 3: Navigation, layout, and views (2 of 2)
This is Part 3 of the four part series that walks you through building your first Windows Store app with C#. This is the second video of Part 3: Navigation, layout, and views. In this second video, we'll add an app bar for navigation and we'll add a fluid layout for our page that works in landscape, snapped, or portrait views.Step-by-Step tutorial from dev.windows.com Part 3 complete code  [00:17] Step 2 Continued: Add controls and content to a page[21:10] Step 3: Adapt the page layout to different orientations and views
Internet y tecnología 12 años
0
0
1
26:26
C# Part 4: File access and pickers
C# Part 4: File access and pickers
This is the fourth and final part of the build your first Windows Store app with C# video series. In this video, you'll learn how to use the File Picker API, how to do data bind properties of a file to controls, and we'll show how to preserve access to a file for later use using the StorageApplicationsPermissions class. Step-by-Step tutorial from dev.windows.com Part 4 complete code  [00:22] Step 1: Use a File Picker to get an image file [08:35] Step 2: Bind UI controls to file data[12:37] Step 3 : Save and load state
Internet y tecnología 12 años
0
0
1
19:39
VB Part 1: Create a Hello world app
VB Part 1: Create a Hello world app
This is the first of five videos that walks you through building your first Windows Store app with Visual Basic. In this video, we'll build a simple Hello world using XAML and Visual Basic.Step-by-Step tutorial from dev.windows.com Part 1 complete code [01:43] Before you start [02:23] Step 1: Create a new project in Visual Studio[06:14] Step 2: Start the app[07:27] Step 3: Modify your start page[14:56] Step 4: Create an event Handler[17:25] Step 5: Style the start page
Internet y tecnología 12 años
0
0
13
22:03
VB Part 2: Manage app lifecycle and state
VB Part 2: Manage app lifecycle and state
This is Part 2 of the four part series that walks you through building your first Windows Store app with Visual Basic. In this video, you'll learn about the app lifecycle and how to save and restore data to roaming settings and to session state.Step-by-Step tutorial from dev.windows.com Part 2 complete code  [02:22] Step 1: Using SuspensionManager[04:20] Step 2: Save the app's state[10:34] Step 3: Restore the app's state
Internet y tecnología 12 años
0
0
2
17:39
VB Part 3: Navigation, layout, and views (1 of 2)
VB Part 3: Navigation, layout, and views (1 of 2)
This is Part 3 of the four part series that walks you through building your first Windows Store app with Visual Basic. Part 3, navigation, layout, and views is divided into two videos. In this first video, we'll show how to navigate between pages, how to use controls like the Grid, Stack, and Canvas, and how to use Visual Studio for deg page layout.Step-by-Step tutorial from dev.windows.com Part 2 complete code [00:22] Step 1: Add pages and navigation[05:02] Step 2: Add controls and content to a page
Internet y tecnología 12 años
0
0
1
19:44
VB Part 3: Navigation, layout, and views (2 of 2)
VB Part 3: Navigation, layout, and views (2 of 2)
This is Part 3 of the four part series that walks you through building your first Windows Store app with Visual Basic. This is the second video of Part 3: Navigation, layout, and views. In this second video, we'll add an app bar for navigation and we'll add a fluid layout for our page that works in landscape, snapped, or portrait views.Step-by-Step tutorial from dev.windows.com Part 2 complete code [00:20] Step 2 Continued: Add controls and content to a page[20:59] Step 3: Adapt the page layout to different orientations and views
Internet y tecnología 12 años
0
0
1
26:23
VB Part 4: File access and pickers
VB Part 4: File access and pickers
This is the fourth and final part of the build your first Windows Store app with Visual Basic video series. In this video, you'll learn how to use the File Picker API, how to do data bind properties of a file to controls, and we'll show how to preserve access to a file for later use using the StorageApplicationsPermissions class. Step-by-Step tutorial from dev.windows.com Part 2 complete code  [01:21] Step 1: Use a File Picker to get an image file [09:13] Step 2: Bind UI controls to file data[12:10] Step 3 : Save and load state
Internet y tecnología 12 años
0
0
1
20:18
JavaScript Part 1: Create a Hello world app
JavaScript Part 1: Create a Hello world app
This is the first video in a 3-part series designed to build your first Windows Store app. In this video, you'll build a basic Hello, world app using HTML, CSS, JavaScript, and learn how to use the Rating control, a Windows library for JavaScript control.Step-by-Step tutorial from dev.windows.com Part 1 complete code [01:14] Before you start[01:52] Step 1: Create a new project in Visual Studio[04:06] Step 2: Launch the app[05:00] Step 3: Modify your start page[07:51] Step 4: Create an event handler[12:16] Step 5: the event handler when our app launches[15:35] Step 6: Style our start page[20:01] Step 7: Add a Windows library for JavaScript control[21:41] Step 8: an event handler for Windows library for JavaScript controls
Internet y tecnología 12 años
0
0
6
27:30
JavaScript Part 2: Manage app lifecycle and state
JavaScript Part 2: Manage app lifecycle and state
This is the second video in a 3-part series designed to build your first Windows Store app. In this video, you'll learn about the app lifecycle and how to save and restore data to roaming settings and to session state.Step-by-Step tutorial from dev.windows.com Part 2 complete code [02:52] Step 1: Save app data[08:08] Step 2: Save session data[09:28] Step 3: Restore the app's state
Internet y tecnología 12 años
0
0
2
17:32
JavaScript Part 3: PageControl objects and navigation
JavaScript Part 3: PageControl objects and navigation
This is the third video in a 3-part series designed to build your first Windows Store app. In this video, you'll learn how about PageControl objects, how to build a navigation app, how to handle page-to-page navigation, and how to add an app bar.Step-by-Step tutorial from dev.windows.com Part 3 complete code [00:22] Step 1: Create a new navigation app in Visual Studio[03:19] Step 2: Copy your HTML and CSS content from your "Hello World" app[06:35] Step 3: Copy your event handlers[11:11] Step 4: Restoring the app's state[16:09] Step 5: Add another page[17:08] Step 6: Use the navigation function to move between pages[21:12] Step 7: Add an app bar for additional navigation
Internet y tecnología 12 años
0
0
0
33:59
C# Part 1: Create a Hello world app
C# Part 1: Create a Hello world app
This is the first of five videos that walks you through building your first Windows Store app with C#. In this video, we'll build a simple Hello world using XAML and C#.Step-by-Step tutorial from dev.windows.com Part 1 complete code  [01:44] Before you start[02:24] Step 1: Create a new project in Visual Studio[06:30] Step 2: Start the app[07:42] Step 3: Modify your start page[15:57] Step 4: Create an event Handler[18:31] Step 5: Style the start page
Internet y tecnología 12 años
0
0
1
23:21
C# Part 2: Manage app lifecycle and state
C# Part 2: Manage app lifecycle and state
This is Part 2 of the four part series that walks you through building your first Windows Store app with C#. In this video, you'll learn about the app lifecycle and how to save and restore data to roaming settings and to session state.Step-by-Step tutorial from dev.windows.com Part 2 complete code [02:22] Step 1: Using SuspensionManager[04:23] Step 2: Save the app's state[11:02] Step 3: Restore the app's state
Internet y tecnología 12 años
0
0
1
18:35
C# Part 3: Navigation, layout and views (1 of 2)
C# Part 3: Navigation, layout and views (1 of 2)
This is Part 3 of the four part series that walks you through building your first Windows Store app with C#. Part 3, navigation, layout, and views is divided into two videos. In this first video, we'll show how to navigate between pages, how to use controls like the Grid, Stack, and Canvas, and how to use Visual Studio for deg page layout.Step-by-Step tutorial from dev.windows.com Part 3 complete code [00:22] Step 1: Add pages and navigation[04:54] Step 2: Add controls and content to a page
Internet y tecnología 12 años
0
0
1
18:06
Más de Microsoft Ver más
Subscribe!  (HD) - Channel 9
Subscribe! (HD) - Channel 9 Subscribe! is a video blog about Messaging, Middleware, Architecture, and all sort of other interesting topics around building larger and more sophisticated solutions than your average website on Windows Azure and Windows Server. Your host and, mostly, monologist is Clemens Vasters from the Windows Azure Service Bus team who puts this blog together in his studio on his island of solitude in . Follow Clemens on Twitter @clemensv Actualizado
Windows Store apps for Absolute Beginners with C#
Windows Store apps for Absolute Beginners with C# Ready to make money and share your great Windows 8 app ideas with the world? Not sure where to start? Start here! Over the course of 34 lessons, our friend Bob Tabor from www.LearnVisualStudio.net will teach you the fundamentals of Windows Store app development by walking you through building the Contoso Cookbook Hands On Labs. Bob provides plenty of commentary, insight and encouragement to help you understand the basics of page layout with XAML, binding to collections of data and working with the features of Windows 8 exposed through the Windows Runtime like the Search and Share charms, tiles and notifications, webcam and much, much more! By the end of this series, you should be well on your way to becoming the "next big thing". the entire series source code For more Absolute Beginner series click here. Actualizado
Channel 9
Channel 9 Channel 9 is a community. We bring forward the people behind our products and connect them with those who use them. We think there is a great future in software and we're excited about it. We want the community to participate in the ongoing conversation. This is the heart of Channel 9. We talk about our work but listen to the customer. Actualizado
También te puede gustar Ver más
Somos Eléctricos
Somos Eléctricos Podcast diario dedicado a difundir y a dar a conocer el mundo de los vehículos eléctricos. En estos podcasts te hablamos de las últimas novedades del sector además de compartir, debatir y opinar sobre distintos temas referentes a los coches eléctricos, energía sostenible y tecnología aplicada a los vehículos. Finalmente también usamos esta plataforma de podcast para resolver dudas o dar respuesta a las preguntas de nuestros oyentes. Actualizado
xHUB.AI
xHUB.AI En la era de la Inteligencia Artificial, la aplicación en cualquier escenario supone el mayor debate y más importante para el ser humano y su futuro.En el podcast de xHUB.AI hablamos sobre inteligencia artificial y otras ciencias transversales, su aplicación a diferentes sectores y soluciones, con los mejores speakers y especialistas.La Inteligencia Artificial cambiará el mundo y nosotros queremos contartelo.Te lo vas a perder? Actualizado
monos estocásticos
monos estocásticos monos estocásticos es un podcast sobre inteligencia artificial presentado por Antonio Ortiz (@antonello) y Matías S. Zavia (@matiass).  Sacamos un episodio nuevo cada jueves. Puedes seguirnos en YouTube, LinkedIn y X. Más enlaces en cuonda.com/monos-estocasticos/links Hacemos todo lo que los monos estocásticos saben hacer: coser secuencias de formas lingüísticas que hemos observado en nuestros vastos datos de entrenamiento según la información probabilística de cómo se combinan. Actualizado
Ir a Internet y tecnología