Can we use Business Objects which we made & data acess Layer of LINQ?
Because i want to put the validation in Business Objects & also want to use data acess Layer of Linq?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Maybe you should read This article written by Imar Spaanjaars. It explains very well how to use the DAL (Data Acces Layer) and validation together with LINQ in layered structures. Basically he says to create a different validation layer which validates your objects before sending them to the DAL. I hope it helps you