Abstract:
Project Centennial converts Windows desktop applications to Universal Windows platform (UWP) so as to include them in Windows Store and give them full application identity.
|
Abstract:
A Windows 10 IoT app running on Raspberry Pi2 to show the next Bus schedule.
|
Abstract:
Using Windows 10 IoT app and Raspberry Pi 2 to display weather information for Bus routes.
|
Abstract:
Create a Universal Windows Platform (UWP) Music Player app and deploy it to both a Windows Phone and Raspberry Pi2 without any code changes.
|
Abstract:
Build a Sound Cloud Music Player app in Windows 10. Also use some of the unique new platform features in Windows 10 to develop a single app which runs on multiple devices
|
Abstract:
This article explores how the Universal Windows 10 Platform Apps (UWP) aims at changing the way we create apps. Instead of creating separate apps for different platforms, UWP apps run across all major platforms with minor code changes.
|
Abstract:
The WinJS library for WinRT applications allow us to build Windows 8 style apps using HTML5 and JavaScript. In this article, we will build a sample application and demonstrate the use of Media APIs exposed for accessing Camera device to capture an image.
|
Abstract:
Windows 8.1 introduces a new Hub Control and a Hub style application template. We dig in and see how to use it for a simple yet practical Feed Reader app.
|
Abstract:
Build a Windows 8.1 app to browse through your media hosted on a network (UPnP share or a DLNA Media) Server. It uses the new Media Player control in Windows 8.1 to play videos as well.
|
Abstract:
Windows 8.1 Store App SDK launched in Build 2013 a few months back has a big bunch of new features, APIs, controls and components. Today we look at the PDF reader component and use it to view the contents of a PDF.
|
Abstract:
A simple demo showing how to integrate your Windows 8 Store App with the Search Charm and pick out a subset of images given the image and some metadata about it.
|
Abstract:
This article talks about creating custom UserControls in Windows Store Apps using XAML & C#
|
Abstract:
We will build a Windows 8 Store app and use the HTTP Client object to easily communicate with a Web API service and perform CRUD operations
|
Abstract:
Create a SignalR 2.0 (beta) Self Hosted server and connect multiple clients including a JavaScript and a Windows 8.1 Client.
|
Abstract:
XAML for Windows 8.1 is definitely a huge step forward from current XAML for Windows store apps. In this article, we will explore what's new in XAML for Windows 8.1 Store apps
|
Abstract:
The 2D graphics API in WinRT can be used easily using C# and XAML to develop charts on Window 8 devices for the Windows Store
|
Abstract:
This article explains notification types and background tasks in Windows 8 Apps and also the programmatic APIs that we need to use to make best use of the notifications framework.
|
Abstract:
Explore some key concepts that involves making a testable Windows 8 style app (XAML/C#)
|
Abstract:
When developing Windows Store Apps using HTML5 and JavaScript, IndexedDB can be used for storing Application data locally when the device is unable to connect to an external server. This article demonstrates how to use IndexedDB in a Windows 8 Store App
|
Abstract:
The SemanticZoom control is a Modern way to display hierarchical or groups of data in Windows 8 Store Apps. It helps represent large set of the data intuitively, and that can be navigated easily on small touch devices like tablets or on traditional desktop apps. This article explores this control.
|
Abstract:
In this sample, we will create a Custom WinRT Component that adds an AutoComplete like functionality to a TextBox
|
Abstract:
Using Bing Maps and location services, developers can easily develop location aware Windows 8 apps
|
Abstract:
In this article we will see how to use Microsoft Blend for Visual Studio 2012 for designing Windows 8 style applications using HTML5 and CSS3. We will see the different parts of Blend which you can use for designing the Windows 8 style applications.
|
Abstract:
Windows 8 provides an easy and consistent way to share information across applications using the Share Charm. In this article, we will explore this new feature in a Windows Store Application using JavaScript
|
Abstract:
This article demonstrates gesture recognition and element
animations in a Windows 8 application using WinJS, making it
intuitive and fun to use
|
Abstract:
The IO Subsystem in WinRT has been written ground up to be completely async.In this article, we see how we can manage (Create and Update) binary data in Files using the Windows 8 runtime.
|
Abstract:
Learn how simple and flexible it is to develop a Metro Style Business Application on Windows 8 and Visual Studio 2012
|
Abstract:
Windows Store applications target the Windows 8’s new runtime, WinRT. They can be programmed using JavaScript, C#, VB.NET, C++ etc. In this article, we will see how to develop a Windows Store application using JavaScript and HTML 5
|
Abstract:
In this post we create a picture collage in a Windows 8 application on the WinRT runtime. We will see how we can stitch together multiple images using the WritableBitmap class.
|
Abstract:
In this article, we will see how XAML features like commanding can be used in a Metro style application
|
Abstract:
In this post, we will see how we can create a Windows and WinRT application that connects to Web APIs released with ASP.NET MVC 4 and can retrieve and submit information.
|