Entity Framework Thoughts

I have been thinking for a little while about the future of Entity Framework, feature set on the horizon, and trying to ascertain where I would like to concentrate my next “free time” project. If you have not been keeping up with Entity Framework, please read the last few posts on the Entity Framework design …

Continue reading ‘Entity Framework Thoughts’ »

More Changes to Calendar Control for WP 7

In the spirit of further improving my calendar control for Windows Phone 7, I added ability to show week number in the first column of the calendar control. As you can see, the very first column can show week number,.  If course, I cannot break existing functionality, so the feature is disabled by default.  You …

Continue reading ‘More Changes to Calendar Control for WP 7’ »

Update to Calendar Control for Windows Phone 7

Today due to numerous requests (technically one request from one person ), I updated my CodePlex project for calendar control for Windows Phone 7 – http://wpcontrols.codeplex.com/. I added gesture support to the project.  You can now swipe (flick) from side to side to increment or decrement month, and swipe top to bottom and back to …

Continue reading ‘Update to Calendar Control for Windows Phone 7’ »

Consuming WCF REST Service from WP 7

In this post I will explore a possibility of talking to a WCF REST Service from a Windows Phone 7 device.  This should complete my posts related to consuming and working with data on Windows Phone 7. I am going to start with creating a WCF REST Service.  First of all, I am going to …

Continue reading ‘Consuming WCF REST Service from WP 7’ »

ASP.NET MVC Custom Authentication

The other day I was working on a sample application and was trying to come up with an efficient way to handle authentication and authorization.  I decided to consolidate this code by implementing custom principal and identity objects.  I find this approach very flexible and concise.  I wanted to document it for my own benefit …

Continue reading ‘ASP.NET MVC Custom Authentication’ »