RC of Entity Framework 4.1 (which includes EF Code First)
- by ScottGu
Last week the data team shipped the Release Candidate of Entity Framework 4.1. You can learn more about it and download it here. EF 4.1 includes the new “EF Code First” option that I’ve blogged about several times in the past. EF Code First provides a really elegant and clean way to work with data, and enables you to do so without…