He is young He is aspired He is passionate He is learner and he has come up with a eBook on Razor View Engine . You can free download e Book from here Personal details He is student from Bokaro steel city , Jharkhand India.He is founder of http://www.itorian.com/ He has authored around 225 articlesContinueContinue reading “Free EBook on Razor View Engine in MVC 3 by Abhimanyu Kumar Vatsa”
Author Archives: Dhananjay Kumar
Video on How to create Flickr Photo viewer App for Windows Phone 7
You can read full article Viewing Flickr Images on Windows 7.1 Phone or Mango Phone
Video on How to consume ODATA in Windows Phone 7
Video on Federated Authentication in Windows Azure Web Role using Windows Azure App Fabric Access Control Service
Pinal Dave and Vinod Kumar‘s SQL Server Interview Questions and Answers: Book review
I have decided not to review this book and requested someone who is having profound understanding on this subject to review this book. I requested Sandeep Kalra to review and give candid feedback. Even though he is always very busy in work and researching, he agreed to do that for me. So a Big ThanksContinueContinue reading “Pinal Dave and Vinod Kumar‘s SQL Server Interview Questions and Answers: Book review”
Step by Step guide on Federated Authentication in Windows Azure Web Role using Windows Azure App Fabric Access Control Service
In this article I will show you step by step demonstration of enabling Federated Authentication on Windows Azure Web Role using Windows Azure App Fabric Access Control Service. You are writing an application and want to make it open for users of all the identity providers. You want users of Facebook, Live, Google; Yahoo etc.ContinueContinue reading “Step by Step guide on Federated Authentication in Windows Azure Web Role using Windows Azure App Fabric Access Control Service”
Code to disable hardware Back Button in Windows Phone 7
You can come across requirement when you need to disable hardware back button in Windows Phone 7. If you want to disable hardware back button on Page1 then you need to override OnBackKeyPress method on Page1. To disable you need to make CancelEventArgs value to cancel as given below, If you want you can displayContinueContinue reading “Code to disable hardware Back Button in Windows Phone 7”
Video on How to work with Page Navigation and Back Button in Windows Phone 7
Fetching name of all tables in Windows Azure Storage
To list all the table name from Windows Azure storage account, you need to call ListTable() function of CloudTableClient class. To start with first you need to add below namespaces. Then create a storage account as below, Make sure to put your own connection string to azure storage to parse. Next you need to createContinueContinue reading “Fetching name of all tables in Windows Azure Storage”
Code to make call in Windows Phone 7
Launchers are used to perform task provided by phone operating system. Making Call is feature of Windows phone operating system and can be used by Launcher API. PhoneCallTask launcher is used to call. This launcher class is defined as below, To work with PhoneCallTask, first you need to add namespace of Microsoft.Phone.Task Then createContinueContinue reading “Code to make call in Windows Phone 7”