Contents tagged with Entity Framework
-
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
-
HUGE EF4 Inheritance Bug
Well maybe not for everyone but for me is definitely really important.
-
Date Comparison – Entity Framework
A quick tip about how to compare a datetime field in our database and to be extact only the Date part ignoring the time.