Click here to Skip to main content
15,899,026 members
Home / Discussions / C#
   

C#

 
GeneralRe: GUI using C# Pin
Christian Graus20-Oct-05 12:56
protectorChristian Graus20-Oct-05 12:56 
GeneralRe: GUI using C# Pin
celllllllll20-Oct-05 12:58
celllllllll20-Oct-05 12:58 
GeneralRe: GUI using C# Pin
Christian Graus20-Oct-05 13:09
protectorChristian Graus20-Oct-05 13:09 
GeneralRe: GUI using C# Pin
celllllllll20-Oct-05 13:11
celllllllll20-Oct-05 13:11 
QuestionHow can I get the Ip address list that a dhcp server leased using C#? Pin
Member 162442720-Oct-05 12:07
Member 162442720-Oct-05 12:07 
Questionweb browser plug in ? Pin
Christian Graus20-Oct-05 12:05
protectorChristian Graus20-Oct-05 12:05 
QuestionLorge volume ...Can .NET Handle ? Pin
dvsr20-Oct-05 11:47
dvsr20-Oct-05 11:47 
AnswerRe: on .net Pin
Christian Graus20-Oct-05 12:02
protectorChristian Graus20-Oct-05 12:02 
The best possible solution, assuming you catch batch the data, is to use the ADO.NET stuff that's designed to talk to databases. Flat files on the machine are a terrible idea.

If it was me, I'd write the code to create a similar dataset, and stuff it with 20 million dummy records, to see what it does. However, if it was me, I'd never grab that many records anyhow, I'd make all operations on the data happen in the database, and my app would never retrieve more data than it needed to display on one page.


Christian Graus - Microsoft MVP - C++
GeneralRe: on .net Pin
dvsr20-Oct-05 12:10
dvsr20-Oct-05 12:10 
GeneralRe: on .net Pin
Christian Graus20-Oct-05 15:14
protectorChristian Graus20-Oct-05 15:14 
AnswerRe: Lorge volume ...Can .NET Handle ? Pin
A.A.20-Oct-05 15:07
A.A.20-Oct-05 15:07 
AnswerRe: Lorge volume ...Can .NET Handle ? Pin
Dave Kreskowiak20-Oct-05 22:43
mveDave Kreskowiak20-Oct-05 22:43 
GeneralRe: Lorge volume ...Can .NET Handle ? Pin
dvsr21-Oct-05 3:34
dvsr21-Oct-05 3:34 
AnswerRe: Lorge volume ...Can .NET Handle ? Pin
Guffa21-Oct-05 3:16
Guffa21-Oct-05 3:16 
QuestionDefault parameters in C# method Pin
Yanshof20-Oct-05 11:04
Yanshof20-Oct-05 11:04 
AnswerRe: Default parameters in C# method Pin
Christian Graus20-Oct-05 12:03
protectorChristian Graus20-Oct-05 12:03 
GeneralRe: Default parameters in C# method Pin
Yanshof20-Oct-05 12:07
Yanshof20-Oct-05 12:07 
GeneralRe: Default parameters in C# method Pin
Christian Graus20-Oct-05 12:10
protectorChristian Graus20-Oct-05 12:10 
GeneralRe: Default parameters in C# method Pin
Yanshof20-Oct-05 12:36
Yanshof20-Oct-05 12:36 
GeneralRe: Default parameters in C# method Pin
Christian Graus20-Oct-05 12:49
protectorChristian Graus20-Oct-05 12:49 
GeneralRe: Default parameters in C# method Pin
PaulPrice23-Jul-07 9:50
PaulPrice23-Jul-07 9:50 
AnswerRe: Default parameters in C# method Pin
Ali Beirami21-Oct-05 3:00
Ali Beirami21-Oct-05 3:00 
QuestionCatastrophic Error Pin
NET_GEEK20-Oct-05 11:01
NET_GEEK20-Oct-05 11:01 
AnswerRe: Catastrophic Error Pin
Christian Graus20-Oct-05 12:03
protectorChristian Graus20-Oct-05 12:03 
GeneralRe: Catastrophic Error Pin
NET_GEEK20-Oct-05 17:59
NET_GEEK20-Oct-05 17:59 

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.