Sign in
Windows Store apps development support
Epicenter of creative ideas, common tips, best practice for Windows Store app
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
ASP.NET
ATL
C++
C++/CX
COM
data
Data Conversion
database
debug
html5
iOS
javascript
MFC
Migrate
multi-thread
Port
SQL Server
SQLite
storage
synchronization
task
thread
Windows 8
Windows Store
Windows Store app
Archive
Archives
May 2013
(2)
January 2013
(2)
December 2012
(3)
November 2012
(10)
October 2012
(2)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Windows Store apps development support
Using database in Windows Store apps (I)
Posted
5 months ago
by
Robin_Yang
10
Comments
Author: Aaron Xue Introduction There are lots of discussions about using database in Windows Store apps in MSDN forum. These discussions mainly focus on the usage of SQL database. Based on this scenario, we developed a series of articles along with...
Windows Store apps development support
Port Android Application to Windows Store app
Posted
8 months ago
by
Robin_Yang
6
Comments
Author: Han Xia Public video in Channel 9 http://channel9.msdn.com/Blogs/OneCode/How-to-Port-Android-apps-to-Windows-Store-apps About this Development Guide If you have been developing Android applications and are interested in building your...
Windows Store apps development support
Migrate Silverlight applications to Windows Store apps
Posted
7 months ago
by
Robin_Yang
4
Comments
Introduction In recent years, a lot of applications were written in Silverlight. It is undoubtable that many developers want to port those applications to Windows Store app. This article provides some guidelines and a sample solution to simplify the...
Windows Store apps development support
Porting Desktop Apps to Windows Store Apps
Posted
5 months ago
by
Robin_Yang
2
Comments
Author: Han Xia Windows Store Applications bring a brand new look and user experience. It’s also a great challenge for the Windows developers who are familiar with the desktop applications development to adapt to the new interface and programing...
Windows Store apps development support
Introduce multi-thread programming in Windows Store apps Part I
Posted
6 months ago
by
Robin_Yang
1
Comments
Introduction We will post a blog series to introduce multi-threading programming in Windows Store app. In this blog series, we will walk through a sample together to demonstrate which multi-threading APIs can be used, how to create a thread, and...
Windows Store apps development support
Introduce multi-thread programming in Windows Store apps Part II
Posted
6 months ago
by
Robin_Yang
1
Comments
Introduction We will post a blog series to introduce multi-threading programming in Windows Store app. In this blog series, we will walk through a sample together to demonstrate which multi-threading APIs can be used, how to create a thread, and...
Windows Store apps development support
How to debug a task exception in Windows Store application
Posted
7 months ago
by
Robin_Yang
1
Comments
Author: Han Xia Being fast and fluent is the one of the key design principles of developing Windows Store applications. It makes asynchronous programming ubiquitous in this platform. However, when you are using C++ to develop Windows Store apps...
Windows Store apps development support
Porting iOS Apps to Windows 8 (1) : Introducing Windows 8 Platform to iOS App Developers
Posted
7 months ago
by
Robin_Yang
1
Comments
Author: Rafe Wu Channel 9 http://channel9.msdn.com/Blogs/OneCode/How-to-Port-iOS-apps-to-Windows-Store-apps About this Development Guide If you are iOS developer and interested in building your first applications for Windows 8, this guide...
Windows Store apps development support
Porting iOS Apps to Windows 8 (3): Developer and Designer Tools
Posted
6 months ago
by
Robin_Yang
1
Comments
Author: Rafe Wu Channel 9 http://channel9.msdn.com/Blogs/OneCode/How-to-Port-iOS-apps-to-Windows-Store-apps Microsoft released a new version Visual Studio Developer tools which brings a user-friendly, high productivity development environment...
Windows Store apps development support
Using Free-COM DLL in Windows Store C++ Project
Posted
30 days ago
by
Robin_Yang
1
Comments
It is generally known that migrating Desktop App to Windows Store App is quite a headache. In .NET, some namespace cannot be used in Windows Store App, so it is very difficult to deal with when you want to migrate code related to these namespaces. In...
Windows Store apps development support
Porting iOS Apps to Windows 8 (4): Application Lifecycle Differences
Posted
6 months ago
by
Robin_Yang
0
Comments
Author: Rafe Wu Channel 9 http://channel9.msdn.com/Blogs/OneCode/How-to-Port-iOS-apps-to-Windows-Store-apps Technically speaking, both the iOS and the Windows Store applications allow only one application to execute in the foreground at a time...
Windows Store apps development support
Porting iOS Apps to Windows 8 (5): Storing Data and Preferences
Posted
6 months ago
by
Robin_Yang
0
Comments
Author: Rafe Wu Channel 9 http://channel9.msdn.com/Blogs/OneCode/How-to-Port-iOS-apps-to-Windows-Store-apps Windows 8 features a very comprehensive system of managing data for applications. This section compares the Application Preference features...
Windows Store apps development support
Porting iOS Apps to Windows 8 (2) : User Interface
Posted
7 months ago
by
Robin_Yang
0
Comments
Author :Rafe Wu Channel 9 http://channel9.msdn.com/Blogs/OneCode/How-to-Port-iOS-apps-to-Windows-Store-apps Windows 8 uses a novel user interface called Windows Store. It sets itself apart with its clean and simple design and emphasizes color...
Windows Store apps development support
Migrate ASP.NET MVC application to Windows Store apps
Posted
7 months ago
by
Robin_Yang
0
Comments
Introduction In the past few years, a lot of web applications were written in ASP.NET MVC. It is undoubtable that many developers want to port those applications to Windows Store app. This article provides some guidelines and a sample solution to simplify...
Windows Store apps development support
Migrate an ASP.NET Web Forms application to Windows Store app
Posted
7 months ago
by
Robin_Yang
0
Comments
Introduction In the past decade, a lot of web applications were written in ASP.NET Web Forms. It is no doubt that many developers want to port those applications to Windows Store app. This article provides some guidelines and a sample solution to simplify...
Windows Store apps development support
Using HTML5/Javascript in Windows Store apps: Data access and storage mechanism (I)
Posted
6 months ago
by
Robin_Yang
0
Comments
Author: Roy Tian Introduction Windows Store app offers lots of methods for data access and storage. And this article will only focus on HTML5/JavaScript programming. In this tutorial, we’ll go over Application Data, File API , HTML5 Web...
Windows Store apps development support
Using HTML5/Javascript in Windows Store apps: Data access and storage mechanism (II)
Posted
6 months ago
by
Robin_Yang
0
Comments
Introduction Windows Store app offers lots of methods for data access and storage. And this article will only focus on HTML5/JavaScript programming. In this tutorial, we’ll go over Application Data, File API , HTML5 Web Storage , Indexed Database...
Windows Store apps development support
Using HTML5/Javascript in Windows Store apps: Data access and storage mechanism (III)
Posted
5 months ago
by
Robin_Yang
0
Comments
Introduction Windows Store app offers lots of methods for data access and storage. And this article will only focus on HTML5/JavaScript programming. In this tutorial, we’ll go over Application Data, File API , HTML5 Web Storage , Indexed Database...
Windows Store apps development support
How to do data conversion in Windows Store app
Posted
1 month ago
by
Robin_Yang
0
Comments
Q: How to convert streams in .NET? A: Here is the list to show the different stream types conversion. Conversion between Stream and IRandomAccessStream // stream to IRandomAccessStream var randomAccessStream = new InMemoryRandomAccessStream...
Page 1 of 1 (19 items)