hi

I m new for DBLINQ 0.19.
I dont know more about DBLINQ 0.19

but i want to be assure that DBLINQ 0.19 can internally manage Data
caching or Developer(s) have to implement these Data cahing.

this example shows you there is one datacontext "test" here, i have
created object of this "test" for get all product data without Data
Cahing manage from my side, so the question is  will i get this
"AllProduct" data 2nd time from Cache or it will again(2nd time) make
DB call to retrive "AllProduct".


Exa:
test.Test db = new test.Test();
 var AllProduct = (from d in db.TestoraDbid
                                            select d);



or i have to implement Data Caching from my side in business logic for
reducing DB Call.


another issue is DBLINQ 0.19 QueryCahe is different then the Microsoft
Precomplile query.

Thanks in advance....

--

You received this message because you are subscribed to the Google Groups 
"DbLinq" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at http://groups.google.com/group/dblinq?hl=.


Reply via email to