Browse Blog Posts by Tags

Showing related tags and posts for the Blogs application. See all tags in the site
  • WinRT and SQLite Tutorial

    Some WinRT applications can benefit from having access to the storage system on the client. While there are useful APIs that access the local file system (under some constraints), sometimes working with a data management system is desirable. SQLite provides such data management features with a small...
    Posted to MyVBProf.com by Burrows on Mon, Dec 10 2012
    Filed under: Filed under: , , , , , ,
  • WinRT Async Tutorial

    WinRT applications, available on both Windows 8 and Windows RT operating systems, make extensive use of asynchronous programming concepts. In fact, with WinRT, Microsoft has followed a simple rule: if an API is expected to take more than 50 milliseconds to run, the API is asynchronous. The rationale...
    Posted to MyVBProf.com by Burrows on Sat, Jun 30 2012
    Filed under: Filed under: , , ,
Page 1 of 1 (2 items)