i m using Linq to SQl for my project, i tried all CRUD operations (Create, Delete, Edit, details) its working, but how to perform validation, means adding Required , Range, and other common Validation using System. Data. Annotation class,
I don know how to do this, please help me in detail, as i am beginner, how should i validate all user input fields.