I am planning to design a lightweight dataset, any links or any pointers will
be helpful.

Re: Lightweight Dataset by Sahil

Sahil
Mon May 02 13:01:35 CDT 2005

First settle on the requirements of what you'd like your lightweight dataset
to do. That's a start.

- Sahil Malik [MVP]
http://codebetter.com/blogs/sahil.malik/





"Mahesh" <Mahesh@discussions.microsoft.com> wrote in message
news:869712C2-24C7-4D3E-AC8C-47BA02BF86DA@microsoft.com...
> I am planning to design a lightweight dataset, any links or any pointers
will
> be helpful.
>



Re: Lightweight Dataset by Miha

Miha
Mon May 02 15:24:51 CDT 2005

Sahil is right.
Why would you need one anyway?

--
Miha Markic [MVP C#] - RightHand .NET consulting & development
www.rthand.com
SLODUG - Slovene Developer Users Group www.codezone-si.info

"Sahil Malik [MVP]" <contactmethrumyblog@nospam.com> wrote in message
news:e0FX9D0TFHA.2128@TK2MSFTNGP15.phx.gbl...
> First settle on the requirements of what you'd like your lightweight
> dataset
> to do. That's a start.
>
> - Sahil Malik [MVP]
> http://codebetter.com/blogs/sahil.malik/
>
>
>
>
>
> "Mahesh" <Mahesh@discussions.microsoft.com> wrote in message
> news:869712C2-24C7-4D3E-AC8C-47BA02BF86DA@microsoft.com...
>> I am planning to design a lightweight dataset, any links or any pointers
> will
>> be helpful.
>>
>
>



Re: Lightweight Dataset by Cor

Cor
Tue May 03 02:54:17 CDT 2005

Mahesh

What do you mean with a lightweight dataset.

I seems that those heavyweights experts don't understand you.

Cor



Re: Lightweight Dataset by Sahil

Sahil
Tue May 03 08:55:39 CDT 2005

"heavyweights experts"

I'm tryin' to loose weight man .. gimme time !!!

- Sahil Malik [MVP]
http://codebetter.com/blogs/sahil.malik/


"Cor Ligthert" <notmyfirstname@planet.nl> wrote in message
news:eBX8ZV7TFHA.544@TK2MSFTNGP15.phx.gbl...
> Mahesh
>
> What do you mean with a lightweight dataset.
>
> I seems that those heavyweights experts don't understand you.
>
> Cor
>



Re: Lightweight Dataset by William

William
Tue May 03 13:31:59 CDT 2005

Me too!
It's an interesting question though. A "lightweight" data structure could be
implemented as an array, a collection, an XML structure or a flat file.

--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
www.betav.com/blog/billva
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________

"Sahil Malik [MVP]" <contactmethrumyblog@nospam.com> wrote in message
news:evVyof%23TFHA.2172@tk2msftngp13.phx.gbl...
> "heavyweights experts"
>
> I'm tryin' to loose weight man .. gimme time !!!
>
> - Sahil Malik [MVP]
> http://codebetter.com/blogs/sahil.malik/
>
>
> "Cor Ligthert" <notmyfirstname@planet.nl> wrote in message
> news:eBX8ZV7TFHA.544@TK2MSFTNGP15.phx.gbl...
>> Mahesh
>>
>> What do you mean with a lightweight dataset.
>>
>> I seems that those heavyweights experts don't understand you.
>>
>> Cor
>>
>
>



Re: Lightweight Dataset by Sahil

Sahil
Tue May 03 15:10:37 CDT 2005

Yup.

The first question though is - "What are you willing to give up, that a
dataset gives you".

I really think a disconnected data architecture should be plugin based - so
you can make it as heavy, or as light as you need it to be.

So editing ability - that's a plugin.
Track changes/row versions ability - that's a plugin.
Xml interoperability - that's a plugin.

Oh wait did I hear someone wants savepoints in editing a dataset? - Dude you
could write your own plugin - (So on so forth).

That'd be a nice n clean dataset design IMO for ADO.NET x.y. Frankly, it
should be a brand new object type - MonkeyPoo.

- Sahil Malik [MVP]
http://codebetter.com/blogs/sahil.malik/



"William (Bill) Vaughn" <billvaRemoveThis@nwlink.com> wrote in message
news:#dvOI6AUFHA.3636@TK2MSFTNGP14.phx.gbl...
> Me too!
> It's an interesting question though. A "lightweight" data structure could
be
> implemented as an array, a collection, an XML structure or a flat file.
>
> --
> ____________________________________
> William (Bill) Vaughn
> Author, Mentor, Consultant
> Microsoft MVP
> www.betav.com/blog/billva
> www.betav.com
> Please reply only to the newsgroup so that others can benefit.
> This posting is provided "AS IS" with no warranties, and confers no
rights.
> __________________________________
>
> "Sahil Malik [MVP]" <contactmethrumyblog@nospam.com> wrote in message
> news:evVyof%23TFHA.2172@tk2msftngp13.phx.gbl...
> > "heavyweights experts"
> >
> > I'm tryin' to loose weight man .. gimme time !!!
> >
> > - Sahil Malik [MVP]
> > http://codebetter.com/blogs/sahil.malik/
> >
> >
> > "Cor Ligthert" <notmyfirstname@planet.nl> wrote in message
> > news:eBX8ZV7TFHA.544@TK2MSFTNGP15.phx.gbl...
> >> Mahesh
> >>
> >> What do you mean with a lightweight dataset.
> >>
> >> I seems that those heavyweights experts don't understand you.
> >>
> >> Cor
> >>
> >
> >
>
>