three tier architecture in linq to entities
-
hai .. my doubt is that can we take directly .EDMX as data access layer i.e directly calling the methods from BAL layer with out creating any get set properties.. please if know jst post me the answer,.. Thanks in ADVANCE..
-
hai .. my doubt is that can we take directly .EDMX as data access layer i.e directly calling the methods from BAL layer with out creating any get set properties.. please if know jst post me the answer,.. Thanks in ADVANCE..
yea.. you don't need of any separate layer for DB while you have .EDMX file. You can call the .EDMX directly from BL
-
hai .. my doubt is that can we take directly .EDMX as data access layer i.e directly calling the methods from BAL layer with out creating any get set properties.. please if know jst post me the answer,.. Thanks in ADVANCE..