Results 1 to 9 of 9

Thread: minimum hardware/system requirements for running VB.NET application projects.

  1. #1

    Thread Starter
    Member
    Join Date
    Sep 2009
    Posts
    32

    minimum hardware/system requirements for running VB.NET application projects.

    anyone?.. thanks in advance..

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: minimum hardware/system requirements for running VB.NET application projects.

    Moved To General Developer

    What version of the framework?

    2.0

    3.0

    3.5

  3. #3

    Thread Starter
    Member
    Join Date
    Sep 2009
    Posts
    32

    Re: minimum hardware/system requirements for running VB.NET application projects.

    I'm currently using VS 2008..

  4. #4
    PowerPoster Jenner's Avatar
    Join Date
    Jan 2008
    Location
    Mentor, OH
    Posts
    3,712

    Re: minimum hardware/system requirements for running VB.NET application projects.

    Hardware wise, not much at all. If the computer runs Windows XP decently well, it can handle Visual Studio 2008 well. Now, your programs you write with VS on the other hand, that's another matter. Obviously, a 3D game or a math intensive scientific application or a database hungry library program will all need special requirements for hardware.

    If I needed to spec a simple, mainstream .NET programmers machine:
    Basic Core 2 Duo CPU or equivalent.
    2Gb RAM for Windows XP Pro or 4Gb RAM for Vista 64 bit.
    Standard, run-of-the-mill graphics.
    160Gb hard drive.

    If I wanted a machine more optimized for programming, the very first thing I'd add would be a second monitor; and the larger the better for monitors. A second monitor is one of those things you'll wonder how you lived without once you get used to it.
    My CodeBank Submissions: TETRIS using VB.NET2010 and XNA4.0, Strong Encryption Class, Hardware ID Information Class, Generic .NET Data Provider Class, Lambda Function Example, Lat/Long to UTM Conversion Class, Audio Class using BASS.DLL

    Remember to RATE the people who helped you and mark your forum RESOLVED when you're done!

    "Two things are infinite: the universe and human stupidity; and I'm not sure about the universe. "
    - Albert Einstein

  5. #5

    Thread Starter
    Member
    Join Date
    Sep 2009
    Posts
    32

    Re: minimum hardware/system requirements for running VB.NET application projects.

    Quote Originally Posted by Jenner View Post
    Hardware wise, not much at all. If the computer runs Windows XP decently well, it can handle Visual Studio 2008 well. Now, your programs you write with VS on the other hand, that's another matter. Obviously, a 3D game or a math intensive scientific application or a database hungry library program will all need special requirements for hardware.

    If I needed to spec a simple, mainstream .NET programmers machine:
    Basic Core 2 Duo CPU or equivalent.
    2Gb RAM for Windows XP Pro or 4Gb RAM for Vista 64 bit.
    Standard, run-of-the-mill graphics.
    160Gb hard drive.

    If I wanted a machine more optimized for programming, the very first thing I'd add would be a second monitor; and the larger the better for monitors. A second monitor is one of those things you'll wonder how you lived without once you get used to it.
    yep its kinda database library program and I'm using MS Access 2007 as back end.. I need the minimum requirements that will surely run the program even in slow performance and the recommended one..

  6. #6
    PowerPoster Jenner's Avatar
    Join Date
    Jan 2008
    Location
    Mentor, OH
    Posts
    3,712

    Re: minimum hardware/system requirements for running VB.NET application projects.

    Access 2007 is easy. Since the largest single possible database size for Access is 1GB, just make sure you have a hard drive that is bigger than that. Nothing special needed for Access besides a copy of MS Office Pro.

    Personally, I'd use something else as a backend, such as MSSQL or MySQL. Access being used as a backend has probably more flaws than it has benefits.
    My CodeBank Submissions: TETRIS using VB.NET2010 and XNA4.0, Strong Encryption Class, Hardware ID Information Class, Generic .NET Data Provider Class, Lambda Function Example, Lat/Long to UTM Conversion Class, Audio Class using BASS.DLL

    Remember to RATE the people who helped you and mark your forum RESOLVED when you're done!

    "Two things are infinite: the universe and human stupidity; and I'm not sure about the universe. "
    - Albert Einstein

  7. #7
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106

    Re: minimum hardware/system requirements for running VB.NET application projects.

    Do you even need MS Office? It sure makes designing the DB easier, but it wasn't necessary prior to 2007, and I don't know whether it is necessary with 2007.
    My usual boring signature: Nothing

  8. #8
    PowerPoster Jenner's Avatar
    Join Date
    Jan 2008
    Location
    Mentor, OH
    Posts
    3,712

    Re: minimum hardware/system requirements for running VB.NET application projects.

    You probably don't for the end-user, but I can't even imagine the pain you'd have to go through to create and test your database without it. Yea, you're right, you probably don't "need" it.
    My CodeBank Submissions: TETRIS using VB.NET2010 and XNA4.0, Strong Encryption Class, Hardware ID Information Class, Generic .NET Data Provider Class, Lambda Function Example, Lat/Long to UTM Conversion Class, Audio Class using BASS.DLL

    Remember to RATE the people who helped you and mark your forum RESOLVED when you're done!

    "Two things are infinite: the universe and human stupidity; and I'm not sure about the universe. "
    - Albert Einstein

  9. #9
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106

    Re: minimum hardware/system requirements for running VB.NET application projects.

    That's true. Simple DBs can be created fairly easily with SQL statements. However, if you have relationships...well, it can be done, but it does become painful quite fast. As far as creating simple tables, though, cut and paste makes it pretty easy. I have set up several mobile apps that way.
    My usual boring signature: Nothing

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width