R
Rich P
From what I understand - the big deal with LinQ is that you can pull
data into your local app and query it within the local app using LinQ
and lambdas... and that you can debug LinQ like regular code where you
can't do that with TSql - Do I have this straight? So was LinQ
supposed to be supersceding TSql (plSql)? If not - what is the big deal
with LinQ
I have also been reading that LinQ is on its way out in place of some
other .Net thing (or Subsonice). Where should I place my focus for
interfacing between SqlServer (2005 and higher) and my local winform and
Web apps? I am guessing that if you can pull data into a web app onto a
local client and query it within the client without having to make
additional trips to the server this would be a benefit that LinQ brings
forth.
I would be grateful if someone could set me straight on the purose of
LinQ - or similar technology - and where I should put my energy.
Rich
data into your local app and query it within the local app using LinQ
and lambdas... and that you can debug LinQ like regular code where you
can't do that with TSql - Do I have this straight? So was LinQ
supposed to be supersceding TSql (plSql)? If not - what is the big deal
with LinQ
I have also been reading that LinQ is on its way out in place of some
other .Net thing (or Subsonice). Where should I place my focus for
interfacing between SqlServer (2005 and higher) and my local winform and
Web apps? I am guessing that if you can pull data into a web app onto a
local client and query it within the client without having to make
additional trips to the server this would be a benefit that LinQ brings
forth.
I would be grateful if someone could set me straight on the purose of
LinQ - or similar technology - and where I should put my energy.
Rich