I'm confused. After all these years of promoting 3-tier architecture, isn't
LINQ moving us back to a 2-tier architecture (no stored procedures?).
Are there scenarios where LINQ would be a better architecture than a
"legacy" 3-tier?
Another question, concerning binding: Would LINQ be used in addition to
binding, instead of binding, or coexist within an application?
Not inferring any bias with the above, just curious...
Thanks,
Dean S
LINQ moving us back to a 2-tier architecture (no stored procedures?).
Are there scenarios where LINQ would be a better architecture than a
"legacy" 3-tier?
Another question, concerning binding: Would LINQ be used in addition to
binding, instead of binding, or coexist within an application?
Not inferring any bias with the above, just curious...
Thanks,
Dean S
Comment