开发者

Can we use Business Objects which we made & data acess Layer of LINQ?

开发者 https://www.devze.com 2022-12-27 09:29 出处:网络
Can we use Business Objects which we made & data acess Layer of LINQ? Because i want to put the validation in 开发者_如何学JAVABusiness Objects & also want to use data acess Layer of Linq?May

Can we use Business Objects which we made & data acess Layer of LINQ?

Because i want to put the validation in 开发者_如何学JAVABusiness Objects & also want to use data acess Layer of Linq?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号