VB.NET Client is heavy?..

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Hyo-Han Kim

    VB.NET Client is heavy?..

    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




  • Herfried K. Wagner [MVP]

    #2
    Re: VB.NET Client is heavy?..

    * "Hyo-Han Kim" <kim@nio.co.k r> scripsit:[color=blue]
    > 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..[/color]

    Should be no problem.

    I am running some large .NET applications on a PII 350, 256 MB RAM here.

    --
    M S Herfried K. Wagner
    M V P <URL:http://dotnet.mvps.org/>
    V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

    Comment

    • Ken Tucker [MVP]

      #3
      Re: VB.NET Client is heavy?..

      Hi,

      Find official documentation, practical know-how, and expert guidance for builders working and troubleshooting in Microsoft products.


      Ken
      ----------------
      "Hyo-Han Kim" <kim@nio.co.k r> wrote in message
      news:%23XHo%23O 9cEHA.3632@TK2M SFTNGP09.phx.gb l...
      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





      Comment

      • Hyo-Han Kim

        #4
        Re: VB.NET Client is heavy?..

        Thanks for good info.



        "Ken Tucker [MVP]" <vb2ae@bellsout h.net> wrote in message
        news:eLKggG%23c EHA.1672@TK2MSF TNGP12.phx.gbl. ..[color=blue]
        > Hi,
        >
        > http://msdn.microsoft.com/msdnmag/is...s/default.aspx
        >
        > Ken
        > ----------------
        > "Hyo-Han Kim" <kim@nio.co.k r> wrote in message
        > news:%23XHo%23O 9cEHA.3632@TK2M SFTNGP09.phx.gb l...
        > 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
        >
        >
        >
        >
        >[/color]


        Comment

        • Lucas Tam

          #5
          Re: VB.NET Client is heavy?..

          "Hyo-Han Kim" <kim@nio.co.k r> wrote in news:#XHo#O9cEH A.3632
          @TK2MSFTNGP09.p hx.gbl:
          [color=blue]
          > If Client Program is built with VB.NET or C#.NET , would'nt Client
          > Application be so heavy for PC?.[/color]

          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.

          --
          Lucas Tam (REMOVEnntp@rog ers.com)
          Please delete "REMOVE" from the e-mail address when replying.

          Comment

          Working...