SimpleUser
SimpleUser

Reputation: 1351

Fluent API, Annotations and EF 4.1

Would somebody please guide me towards links that explain Fluent API and Annotations when using EF 4.1 code first please? The more in depth, the better.

Thank you so much for your help in advance!

Upvotes: 3

Views: 910

Answers (2)

Ladislav Mrnka
Ladislav Mrnka

Reputation: 364299

May issue of MSDN magazine contains article about EF 4.1. For further information check these blogs:

You can also check this video but for that you need a subscription ($29 per month).

Almost everything can be found on Stack Overflow ;)

Upvotes: 3

Justin
Justin

Reputation: 512

http://msdn.microsoft.com/en-us/data/aa937723 has many tutorials on Entity Framework 4.1

Fluent API : http://msdn.microsoft.com/en-us/data/hh272551

Data Annotations : http://msdn.microsoft.com/en-us/data/gg193958

Upvotes: 2

Related Questions