I\'m using VS2013
When I try to create an \"MVC 5 Controller with views using entity Framework\" I get the following error:
the
public class EFDbContext : DbContext { public DbSet Products { get; set; } }
Forgot the { get; set; }... all works now #crying