Disclaimer
All entries in this blog are my opinion and don't necessarily reflect the opinion of my employer.-
Recent Posts
- New video episode on MSDN about activation pitfalls with WinRT
- Inter-Process communication with protocol association in WinRT – Part 3
- Inter-Process Communication with file association in WinRT – Part 2
- Inter-Process Communication with WinRT – Part 1
- BUILD conference session about Windows Store Apps and WinRT
Archives
- May 2013 (1)
- April 2013 (1)
- March 2013 (2)
- February 2013 (2)
- January 2013 (1)
- September 2012 (1)
- August 2012 (1)
- July 2012 (1)
- June 2012 (3)
- May 2012 (1)
- March 2012 (2)
- October 2011 (1)
Categories
- .NET (9)
- C# (10)
- Consumer Preview (2)
- Metro (11)
- Release Preview (3)
- Store App (6)
- Uncategorized (1)
- WinRT (15)
Feed
Category Archives: Metro
Inter-Process communication with protocol association in WinRT – Part 3
The previous post presented how file association is used to exchange information between Windows Store Apps (WSAs) and Desktop Apps (DAs). The same kind of feature can be provided by the protocol association. WARNING: all these techniques are violating the point … Continue reading
Posted in .NET, C#, Metro, Store App, WinRT
Tagged .NET, C#, communication, protocol association, Windows Store App, WinRT
5 Comments
BUILD conference session about Windows Store Apps and WinRT
While I’m finishing a post about Inter-Process Communication in WinRT, here is a list of sessions related to Windows Store Application for those who were not lucky enough to attend the last BUILD conference in Redmond. For each, you’ll find … Continue reading
Missing BCL types in WinRT
Download BCLDiff (x86 | x64) In a previous post, I detailed how the .NET 4.5 assemblies of the BCL are packaged in Desktop and Windows 8 managed Apps. When you starts coding your first Win8 Apps, you quickly end up … Continue reading
Forcing Metro Apps to terminate
As explained in Reclaiming memory from Metro style apps, Windows 8 optimizes the way RAM is dedicated to running processes. Metro Apps are even more impacted than just reclaiming memory from their working set because the system can decide to … Continue reading
Posted in Metro
Tagged Metro, PLM, Process Lifecycle Management, Release Preview, Windows, Windows Store App, WinRT
7 Comments
Investigating BCL differences between .NET and Metro/WinRT
In the previous post, I’ve explained how to use WinRT APIs from a .NET Desktop application to list the installed Metro App packages. This post is dedicated to the other side of the story: what part of the Microsoft .NET … Continue reading
How to call WinRT APIs from C# Desktop applications – list the installed Metro packages
As Jaime Rodriguez detailed in April, Windows 8 Excellence Labs are made to help Metro developers to get a token which allows them to submit their application to the Windows Store with high confidence. I’m lucky enough to be part … Continue reading
Posted in .NET, C#, Metro, Release Preview, WinRT
Tagged .NET, C#, PackageManager, Windows 8, Windows Store App, WinRT
22 Comments
It’s time for Windows 8 Release Preview!
As a Windows developer, here are the next steps for you to continue your journey in Windows 8: Navigate to http://windows.microsoft.com/en-US/windows-8/download and download the Release Preview. Get the updated samples from http://code.msdn.microsoft.com/windowsapps/Windows-8-Modern-Style-App-Samples. Download your localized version of Visual Studio 2012 … Continue reading
Posted in Metro, Release Preview, WinRT
Leave a comment
Last day at $10 for Petzold Metro|WinRT book!
Look at this blog post for details I hope this helps
Posted in Metro, WinRT
Leave a comment
Thanks Mark!
The first tool I’ve launched during my first tests with Metro applications was DebugView from SysInternals. This utility is notified when your application is calling the Win32 OutputDebugString function outside of a debugger (see this CodeProject article about a simple … Continue reading
Posted in Consumer Preview, Metro, WinRT
1 Comment
