R
Redhair
In a ASP.NET 3.5 development, I plan to use T-SQL for data retrieval between
SQL db and Data layer, but LINQ between Data and Biz Logic layer.
Or use complex SQL statement to retrieve data from db in data layer and only
fill data to biz logic object and execute some logic in biz logic layer?
SQL db and Data layer, but LINQ between Data and Biz Logic layer.
Or use complex SQL statement to retrieve data from db in data layer and only
fill data to biz logic object and execute some logic in biz logic layer?