.net - N-tier architecture where loading data for grid? -
.net - N-tier architecture where loading data for grid? -
in managing application, have load lot of info datagrid not insert, update... reports or lists. in these datagrid, can have info different entities , that's why "getall" each entities bad approach.
so what's best way load kind of reports without having load every info every entities?
because uses entity framework, can create query load want, or create stored procedure, in case what's best way set kind of loading n-tier application? layer? single class datagrid's info 1 method each datagrid? or else?
you might interested in using open source n-tier entity framework uses entity framework on server-side , generates entire infrastructure building n-tier architecture based on wcf including ef-like api on client-side.
.net architecture n-tier
Comments
Post a Comment