EntityFramework CodeFirst and AutoKey Generation
Posted by: peterkellner.net,
on 15 Jan 2012 |
View original | Bookmarked: 0 time(s)
This one had me a little stumped, and as usual, there are not enough examples in the Microsoft documentation to be very helpful. Im using EntityFramework CodeFirst with Visual Studio 2011. Lets assume you create a class as follows: public class CongressNumber
{
[...]