user702769
user702769

Reputation: 2445

Any Data Annotations tutorials that use EF Database-First approach to explain the subject?

All tutorials on Data Annotation attributes I've found explain the subject using either Asp.Net or EF Code-First examples. I don't know either of the two, so do you know of any tutorials that would explain the subject using EF Database-First approach?

Thank you

Upvotes: 1

Views: 1493

Answers (1)

tdykstra
tdykstra

Reputation: 6050

Here's one that's for ASP.NET Web Forms with EF Database First:

http://www.asp.net/web-forms/tutorials/getting-started-with-ef/the-entity-framework-and-aspnet-getting-started-part-8

This is the last installment in an 8-part tutorial series.

Upvotes: 2

Related Questions