8 ms·
Have you tried EF Code First? It lets you define classes, with no inherited base class, that can be used with the Entity Framework.
by whileonebegin 14y ago
Have you tried EF Code First? It lets you define classes, with no inherited base class, that can be used with the Entity Framework.
- mythz 14y agoYes, I've given it up because of inefficient emitted sql, broken LINQ > SQL magic (leaky abstraction), poor support of alternative RDBMS's and didn't run on Mono. Have you tried a Micro ORM?
- josephcooney 14y agoNo base class, but add half-a-dozen attributes to every single one of your properties...