Using Entity Framework and SQL Compact 4.0
Recently I developed a website that was built with WebMatrix. The scenario required database interaction and I wanted to use SQL Compact in order to be more portable. But I didn’t want to use the classic way of accessing my data via SQL queries. So I decided to use the CTP4 version of Entity Framework. This is the only version (till now) that supports SQL Compact 4.0
In order to make it work [read more…]