Disclaimer
All entries in this blog are my opinion and don't necessarily reflect the opinion of my employer.-
Recent Posts
- How to deploy a line of business app with Intune – new video available
- Inter-Process Silent Communication in WinRT – Part 4
- 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
Archives
- June 2013 (2)
- 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 (10)
- C# (11)
- Consumer Preview (2)
- Metro (12)
- Release Preview (3)
- Store App (8)
- Uncategorized (1)
- WinRT (17)
Feed
Category Archives: .NET
Inter-Process Silent Communication in WinRT – Part 4
The previous posts detailed how file and protocol associations allow Windows Store Apps and Desktop Apps to activate each other. There is one drawback in both mechanisms: the end user switches back and forth from Desktop and Modern UI mode when … Continue reading
Posted in .NET, C#, Metro, Store App, WinRT
Tagged .NET, Activation, C#, file association, Modern UI, protocol association, Windows Store App, WinRT
Leave a comment
New video episode on MSDN about activation pitfalls with WinRT
I have to apologize for the delay to publish the third and last part of my Interprocess Communication posts: it should be out next week. However, I had valid reasons: I was preparing the new episode of the series that … Continue reading
Posted in .NET, C#, Store App, WinRT
Tagged .NET, C#, Store App, Windows Store App, WinRT
Leave a comment
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
6 Comments
Inter-Process Communication with file association in WinRT – Part 2
The previous post presented the WinRT Contracts that are available to exchange information between WSAs and WSAs/DAs. It is time to dig into the details of leveraging the file association feature of Windows to let one application activate another application. … Continue reading
Posted in .NET, C#, Store App, WinRT
Tagged .NET, C#, communication, file association, Windows Store App, WinRT
3 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
WSALs + Guidelines and Requirements for Windows Store Apps Development
During the past months, I’ve been involved in many Windows Store App reviews. This work is based on Microsoft guidelines and requirements that are scattered all over MSDN. This post provides a few links from which you will quickly find what you’re … 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
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
