Dane Morgridge
2 posts.
- EF4 Code First Control Unicode and Decimal Precision, Scale with AttributesThere are several attributes available when using code first with the Entity Framework 4 CTP5 Code First option. When working with strings you can use…
- Guids as Primary Keys with Entity Framework 4I normally use an int with an identity as the primary key for most tables in Sql Server and I think that is probably the normal habit of most developers,…
