3

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!

Ladislav Mrnka
  • 360,892
  • 59
  • 660
  • 670
SimpleUser
  • 1,341
  • 2
  • 16
  • 36

2 Answers2

3

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 ;)

Ladislav Mrnka
  • 360,892
  • 59
  • 660
  • 670
2

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

Justin
  • 512
  • 1
  • 8
  • 19