Tidbits of Entity Framework
EF has been evolving. Mixing data models created with different versions of EF may lead to strange compiling errors. Database first approach is usually far suprior to code first approach in terms of performance. When using the wizard to create a model, if connection string is…
Continue reading...