Click here to Skip to main content
15,886,052 members
Home / Discussions / C#
   

C#

 
GeneralRe: Below idea how to be realized in C#? Pin
Christian Graus31-May-09 21:48
protectorChristian Graus31-May-09 21:48 
GeneralRe: Below idea how to be realized in C#? Pin
mctramp16831-May-09 22:04
mctramp16831-May-09 22:04 
GeneralRe: Below idea how to be realized in C#? Pin
Pete O'Hanlon31-May-09 22:19
mvePete O'Hanlon31-May-09 22:19 
GeneralRe: Below idea how to be realized in C#? Pin
0x3c01-Jun-09 0:07
0x3c01-Jun-09 0:07 
GeneralRe: Below idea how to be realized in C#? Pin
mctramp1681-Jun-09 1:16
mctramp1681-Jun-09 1:16 
Questioncustom control textbox with a label tied Pin
Wendell.S31-May-09 16:21
Wendell.S31-May-09 16:21 
AnswerRe: custom control textbox with a label tied Pin
Dave Kreskowiak31-May-09 17:28
mveDave Kreskowiak31-May-09 17:28 
QuestionUltra-light native embedded database Pin
Pascal Ganaye31-May-09 10:27
Pascal Ganaye31-May-09 10:27 
I am working on a ultra light database for .NET.

I target small programs where using in memory datatable would be wasting too much memory but using SQL Express would require a too big install.

It could be for example used for example :
- by a client application that want to cache data coming from the server
- by a small programs like a little mp3 library, custom webbrowser to store bookmarks or a list of cached files.

It has a few features that might of interest:
- Very low memory footprint
- Very compact (45 Kb so far)
- Very fast (having no transaction support, no multi-threading support has its benefit)
- Automatic caching mechanism
- Work with garbage collector
- Supports DBF format
- Supports DBF index


There is a little demo program.
I wondered if some of you could have a look.

The program shows you a table of individuals.
The menu let you add 100 random individuals.

The index support is not really implemented well.
Once you have a few hundread you can click on the header to sort by that column, the index is created only once however, I haven't written the BTREE index deletion/update yet.

http://dbfdotnet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=28087[^]
AnswerRe: Ultra-light native embedded database Pin
Henry Minute31-May-09 11:07
Henry Minute31-May-09 11:07 
AnswerRe: Ultra-light native embedded database Pin
Garth J Lancaster31-May-09 12:02
professionalGarth J Lancaster31-May-09 12:02 
AnswerRe: Ultra-light native embedded database Pin
Joe Woodbury31-May-09 16:14
professionalJoe Woodbury31-May-09 16:14 
AnswerRe: Ultra-light native embedded database Pin
Pascal Ganaye1-Jun-09 13:41
Pascal Ganaye1-Jun-09 13:41 
Questionauto initialise all public fields in a class Pin
tig281031-May-09 10:09
tig281031-May-09 10:09 
AnswerRe: auto initialise all public fields in a class Pin
Henry Minute31-May-09 11:21
Henry Minute31-May-09 11:21 
GeneralRe: auto initialise all public fields in a class Pin
tig281031-May-09 11:29
tig281031-May-09 11:29 
GeneralRe: auto initialise all public fields in a class Pin
Henry Minute31-May-09 11:42
Henry Minute31-May-09 11:42 
GeneralRe: auto initialise all public fields in a class Pin
tig281031-May-09 14:02
tig281031-May-09 14:02 
AnswerRe: auto initialise all public fields in a class Pin
S. Senthil Kumar31-May-09 21:11
S. Senthil Kumar31-May-09 21:11 
Questioneditable datagrid Pin
hamadam2131-May-09 8:21
hamadam2131-May-09 8:21 
AnswerRe: editable datagrid [modified] Pin
dan!sh 31-May-09 8:36
professional dan!sh 31-May-09 8:36 
AnswerRe: editable datagrid Pin
Satish Pai31-May-09 20:26
Satish Pai31-May-09 20:26 
QuestionParallel Port Polling Pin
GlenET31-May-09 4:31
GlenET31-May-09 4:31 
AnswerRe: Parallel Port Polling Pin
0x3c031-May-09 5:30
0x3c031-May-09 5:30 
GeneralRe: Parallel Port Polling Pin
GlenET31-May-09 6:31
GlenET31-May-09 6:31 
GeneralRe: Parallel Port Polling Pin
0x3c031-May-09 7:00
0x3c031-May-09 7:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.