Python Community Server: Development

A weblog about programming in Python, C#, Java, Perl and C++ - and the occasional comment on PyCS development
new: discuss community servers on the CommunityServerWiki!

SunMonTueWedThuFriSat
1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30

[ May ] [ Jul ]

the locals
also available in XML
Copyright (c) 2002 Phillip Pearson
spread the dot

2002-6-29

Musings on data access in C# / .NET

I've been using C# for a month now, and want a better way to access data.  I'm coding for the desktop, and want to be able to keep arrays of objects on disk and have a quick and convenient way to access them.

I've written up some thoughts on ".NET data objects" (kinda like Java data objects) and also a note on what I'm doing at the moment.

Comment on this post [ so far]