|
-
Oct 2nd, 2009, 08:15 AM
#1
Thread Starter
Member
minimum hardware/system requirements for running VB.NET application projects.
anyone?.. thanks in advance..
-
Oct 2nd, 2009, 09:49 AM
#2
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
-
Oct 2nd, 2009, 10:01 AM
#3
Thread Starter
Member
Re: minimum hardware/system requirements for running VB.NET application projects.
I'm currently using VS 2008..
-
Oct 2nd, 2009, 10:12 AM
#4
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.
-
Oct 2nd, 2009, 10:05 PM
#5
Thread Starter
Member
Re: minimum hardware/system requirements for running VB.NET application projects.
 Originally Posted by Jenner
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..
-
Oct 5th, 2009, 07:32 AM
#6
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.
-
Oct 5th, 2009, 02:35 PM
#7
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
 
-
Oct 5th, 2009, 03:57 PM
#8
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.
-
Oct 5th, 2009, 07:37 PM
#9
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|