If you are attempting to work with or create secondary tiles and you are getting the following exception you may want to check your title id. System.ArgumentException: The parameter is incorrect. When trying to do a SecondaryTile.Exists (tileId) with the value as seen in the picture below I was...
When building WinRT applications it is going to be pretty common to want to play some sort of embedded audio file. It may also be common to want to play this file but via a ViewModel (or simply not in a view). In this post we are going to take a quick look at how to play an MP3 file by using...
When working with a C#/XAML WinRT application it is common that you will include resources such as images, files, audio recordings, etc inside your deployment package. It will also be common that you may want to access these resources as native storage files in order to do things like share them...
Recently when I needed to parse the twitter datetime format into a .Net DateTime I found this post on the web showing how to do it. However, the format string in the post is setup for non-us format so I thought I would share how to do it for US formatted datetime. const string format = "ddd...
The biggest complaint most remote workers have in regards to working on a team? Feeling disconnected. The biggest complaint an office has about remote workers? They forget the remote workers are there and don’t always trust what they are doing. Want to learn how to get past both issues? Hi, my name is...