VB.NET Client is heavy?..

  • Thread starter Thread starter Hyo-Han Kim
  • Start date Start date
H

Hyo-Han Kim

hi..

I am new to .NET ..

If Client Program is built with VB.NET or C#.NET , would'nt Client
Application be so heavy for PC?.

I would like to build P2P Program with VB.NET ..

I wonder if PC ( for ex. 2GHz CPU, 256 M RAM .. ) can carry for .NET
Application for P2P networking Program..

Anyone has experience for this?.

TIA
 
* "Hyo-Han Kim said:
I am new to .NET ..

If Client Program is built with VB.NET or C#.NET , would'nt Client
Application be so heavy for PC?.

I would like to build P2P Program with VB.NET ..

I wonder if PC ( for ex. 2GHz CPU, 256 M RAM .. ) can carry for .NET
Application for P2P networking Program..

Should be no problem.

I am running some large .NET applications on a PII 350, 256 MB RAM here.
 
If Client Program is built with VB.NET or C#.NET , would'nt Client
Application be so heavy for PC?.

No not really. Only thing you should becareful is not to load too much data
into Datasets. Datasets replicate the table in memory... so if you have a
lot of data, you can easily suck up all the available memory on a PC.
 
Back
Top