Wednesday, October 15, 2014

Bug in Async BCL With Portable class libraries

Any of you try to use async framework inside the Portable Class Library (PCL)? Is it working ? First instance it is not. There is a known bug in Async Framework with Poratable Class Libraries.It will not detect the async and await correctly with task based operations How to Fix First install the BCL Nuget package to he your PCL (Microsoft.Bcl.Async) in Console - PM> Install-Package Microsoft.Bcl.Async Then replace following tags with relevant replacement tag  <dependentAssembly>    &nb...

Saturday, October 11, 2014

Windows Azure Mobile Authentication Service

Magic with Azure mobile services is easy handling in Authentication for users. It allows you to authenticate users 1. Microsoft Account 2. Facebook Account 3. Twitter Account 4. Google Account 5. Azure Active Directory What else developer need.. To enable all of those authentications you need to have apps running on those platforms. Url's for creating apps on each service provider is given below (Creating app on your hand *Get the developer manual...