Update to EF Extras Project

As I blogged about this before, I continue working on my Entity Framework Code First extras project on CodePlex.  Today I added support for indexes to the functionality of the project.  I bumped up the version to 0.9.4.  I wanted an ability to declaratively express indexes on tables via attributes.  So, I added a new …

Continue reading ‘Update to EF Extras Project’ »

VS Live Orlando

I will be speaking at VS Live conference in Orlando, FL on 12/08/2011. I will be presenting the following two talks. Working with Data on Windows Phone 7 I will talk about various approaches to work with data on Windows Phone 7. I will cover all major concepts, such as local storage, OData/WCF Data Services …

Continue reading ‘VS Live Orlando’ »

How to Improve Performance of CSLA for Silverlight

CSLA for Silverlight is using MobileFormatter class to serialize and de-0serialize the data that if sent across the wire during client/server communications.  General flow of the serialization process is as follows.  Each object that implements IMobileObject is being asked by mobile formatter to serialize its data into a list of SerializationInfo objects.  That list maintains …

Continue reading ‘How to Improve Performance of CSLA for Silverlight’ »

Quick Start for WinRT Database

  I have a CodePlex project for file based database for WinRT / Windows 8. You can check out this project at http://winrtdatabase.codeplex.com/ First step is to download the project and build it on your computer. Visit the download page for the latest recommended download. Unzip the source code on your machine, open it up …

Continue reading ‘Quick Start for WinRT Database’ »

VS Live Redmond 2011

As I mentioned before, I presented at VS Live conference in Redmond, WA yesterday, 10/20/2011.  I presented the following two talks Working with Data on Windows Phone 7 I will talk about various approaches to work with data on Windows Phone 7.  I will cover all major concepts, such as local storage, OData/WCF Data Services …

Continue reading ‘VS Live Redmond 2011’ »