I am trying to use ADO.Net Codefirst feature of latest Entity Framework 4.0. As part of that I have installed Entity Framework CTP 4 from Microsft and using Scott\'s tutorial t
Use "DbContext" vs "DBContext", and "DbSet" vs "DBSet". The case sensitivity is the issue.