473,654 Members | 3,066 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Development machine recommendations ...

This is a little off topic, but I thought it couldn't hurt to ask...

I am about to purchase a new development laptop computer. Before I do, I
thought I might ask the C# development community if there are any
recommendations for a good Visual Studio development machine. Is there any
machine or brand out there that has come to be preferred within the
development community???

Thanks!
Nov 17 '05 #1
23 1727
craig wrote:
This is a little off topic, but I thought it couldn't hurt to ask...

I am about to purchase a new development laptop computer. Before I do, I
thought I might ask the C# development community if there are any
recommendations for a good Visual Studio development machine. Is there any
machine or brand out there that has come to be preferred within the
development community???


I'd never recommend a laptop for development, the harddisks in a laptop
are simply too slow. And harddiskspeed is what matters most after ram.

So first, grab the fastest harddisk solution you can find, and second
grab that solution with as much ram you can find. To get that on a
laptop will be very hard. So I'd recommend to you a workstation with
RAID 0 striped scsi harddisks on a 66mhz pci bus together with at least
1GB of ram.

Frans

--
------------------------------------------------------------------------
Get LLBLGen Pro, productive O/R mapping for .NET: http://www.llblgen.com
My .NET blog: http://weblogs.asp.net/fbouma
Microsoft MVP (C#)
------------------------------------------------------------------------
Nov 17 '05 #2
From my experience (depending on what you are developing) you will want to
concentrate on items which increase you machine speed. Seems like most
developers always have loads of applications running (IDE, email ...).

I would recommend just a few items:
at least 1 Gig of RAM (Which makes everything run faster)
Any HyperThreaded CPU (Because all future machines will be multi-core, and
you need to get used to programming for it)

DanB
"craig" <e@mail.com> wrote in message
news:uq******** ******@TK2MSFTN GP15.phx.gbl...
This is a little off topic, but I thought it couldn't hurt to ask...

I am about to purchase a new development laptop computer. Before I do, I
thought I might ask the C# development community if there are any
recommendations for a good Visual Studio development machine. Is there
any machine or brand out there that has come to be preferred within the
development community???

Thanks!

Nov 17 '05 #3
"Dan Baker" <dbmail> wrote in message
news:OF******** ******@TK2MSFTN GP09.phx.gbl...
From my experience (depending on what you are developing) you will want to
concentrate on items which increase you machine speed. Seems like most
developers always have loads of applications running (IDE, email ...).

I would recommend just a few items:
at least 1 Gig of RAM (Which makes everything run faster)
Any HyperThreaded CPU (Because all future machines will be multi-core, and you
need to get used to programming for it)

DanB


I have a different point of view, I like to develop on a poor machine. It's all
to easy to write poor code that runs fine because you've got a super fast
machine with lots of memory. If you write something that runs well on a poor
machine you've propbably got it right and it can only get better if the users
have top quality work stations and/or high quality servers.

Stirring it up :)
--

Joe (MVP)

https://mvp.support.microsoft.com/pr...8-8741D22D17A5
Nov 17 '05 #4
"Joe Fawcett" <jo********@new sgroups.nospam> wrote in message
news:uB******** ******@TK2MSFTN GP09.phx.gbl...
[Snip]
I have a different point of view, I like to develop on a poor machine.
It's all to easy to write poor code that runs fine because you've got a
super fast machine with lots of memory. If you write something that runs
well on a poor machine you've propbably got it right and it can only get
better if the users have top quality work stations and/or high quality
servers.

Stirring it up :)
But if my machine slows my productivity down by 10%, then I'm wasting my
clients money. I always prefer having a UAT machine available from the start
which is representative of the lower end of the target machine
specifications. Then I can code at my happy high speed, and the testing
quickly shows performance problems. Oh yeah, goes without saying that you
test all your stuff on the UAT machine, often.
--

Joe (MVP)

https://mvp.support.microsoft.com/pr...8-8741D22D17A5

Nov 17 '05 #5
I agree: Develop on the best you can get, using the best practice coding, if
the target machine is below average, they should upgrade it.

--
OHM ( Terry Burns )

http://TrainingOn.net


"Sean Hederman" <us***@blogentr y.com> wrote in message
news:d2******** **@ctb-nnrp2.saix.net. ..
"Joe Fawcett" <jo********@new sgroups.nospam> wrote in message
news:uB******** ******@TK2MSFTN GP09.phx.gbl...
[Snip]
I have a different point of view, I like to develop on a poor machine.
It's all to easy to write poor code that runs fine because you've got a
super fast machine with lots of memory. If you write something that runs
well on a poor machine you've propbably got it right and it can only get
better if the users have top quality work stations and/or high quality
servers.

Stirring it up :)


But if my machine slows my productivity down by 10%, then I'm wasting my
clients money. I always prefer having a UAT machine available from the
start which is representative of the lower end of the target machine
specifications. Then I can code at my happy high speed, and the testing
quickly shows performance problems. Oh yeah, goes without saying that you
test all your stuff on the UAT machine, often.
--

Joe (MVP)

https://mvp.support.microsoft.com/pr...8-8741D22D17A5


Nov 17 '05 #6
Or you could run a Virtual PC image within your good machine and hobble it
by only allocating 128MB RAM.. also set resolution within that VPC to be
640x480 or something sick like that

"OHM ( Terry Burns )" <me@mine.com> wrote in message
news:Ou******** ********@tk2msf tngp13.phx.gbl. ..
I agree: Develop on the best you can get, using the best practice coding,
if the target machine is below average, they should upgrade it.

--
OHM ( Terry Burns )

http://TrainingOn.net


"Sean Hederman" <us***@blogentr y.com> wrote in message
news:d2******** **@ctb-nnrp2.saix.net. ..
"Joe Fawcett" <jo********@new sgroups.nospam> wrote in message
news:uB******** ******@TK2MSFTN GP09.phx.gbl...
[Snip]
I have a different point of view, I like to develop on a poor machine.
It's all to easy to write poor code that runs fine because you've got a
super fast machine with lots of memory. If you write something that runs
well on a poor machine you've propbably got it right and it can only get
better if the users have top quality work stations and/or high quality
servers.

Stirring it up :)


But if my machine slows my productivity down by 10%, then I'm wasting my
clients money. I always prefer having a UAT machine available from the
start which is representative of the lower end of the target machine
specifications. Then I can code at my happy high speed, and the testing
quickly shows performance problems. Oh yeah, goes without saying that you
test all your stuff on the UAT machine, often.
--

Joe (MVP)

https://mvp.support.microsoft.com/pr...8-8741D22D17A5



Nov 17 '05 #7
Or you could run a Virtual PC image within your good machine and hobble it
by only allocating 128MB RAM.. also set resolution within that VPC to be
640x480 or something sick like that

"OHM ( Terry Burns )" <me@mine.com> wrote in message
news:Ou******** ********@tk2msf tngp13.phx.gbl. ..
I agree: Develop on the best you can get, using the best practice coding,
if the target machine is below average, they should upgrade it.

--
OHM ( Terry Burns )

http://TrainingOn.net


"Sean Hederman" <us***@blogentr y.com> wrote in message
news:d2******** **@ctb-nnrp2.saix.net. ..
"Joe Fawcett" <jo********@new sgroups.nospam> wrote in message
news:uB******** ******@TK2MSFTN GP09.phx.gbl...
[Snip]
I have a different point of view, I like to develop on a poor machine.
It's all to easy to write poor code that runs fine because you've got a
super fast machine with lots of memory. If you write something that runs
well on a poor machine you've propbably got it right and it can only get
better if the users have top quality work stations and/or high quality
servers.

Stirring it up :)


But if my machine slows my productivity down by 10%, then I'm wasting my
clients money. I always prefer having a UAT machine available from the
start which is representative of the lower end of the target machine
specifications. Then I can code at my happy high speed, and the testing
quickly shows performance problems. Oh yeah, goes without saying that you
test all your stuff on the UAT machine, often.
--

Joe (MVP)

https://mvp.support.microsoft.com/pr...8-8741D22D17A5



Nov 17 '05 #8
As another posted stated, get the fastest CPU (hyperthreading ), the fastest
disk, and at least 1 GIG of RAM.
Aside from that, notebook prices are so low now you can get this from many
reliable discounters for $1000 US or less.
Peter

"craig" <e@mail.com> wrote in message
news:uq******** ******@TK2MSFTN GP15.phx.gbl...
This is a little off topic, but I thought it couldn't hurt to ask...

I am about to purchase a new development laptop computer. Before I do, I
thought I might ask the C# development community if there are any
recommendations for a good Visual Studio development machine. Is there
any machine or brand out there that has come to be preferred within the
development community???

Thanks!

Nov 17 '05 #9
As another posted stated, get the fastest CPU (hyperthreading ), the fastest
disk, and at least 1 GIG of RAM.
Aside from that, notebook prices are so low now you can get this from many
reliable discounters for $1000 US or less.
Peter

"craig" <e@mail.com> wrote in message
news:uq******** ******@TK2MSFTN GP15.phx.gbl...
This is a little off topic, but I thought it couldn't hurt to ask...

I am about to purchase a new development laptop computer. Before I do, I
thought I might ask the C# development community if there are any
recommendations for a good Visual Studio development machine. Is there
any machine or brand out there that has come to be preferred within the
development community???

Thanks!

Nov 17 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
2463
by: Sasha | last post by:
Hi, I am going to buy laptop to do ASP.NET development on it. Do you have any recommendations for me? Brand name and/or specs? Thank you, Sasha
0
1210
by: Peter Row | last post by:
Hi, BACKGROUND: Win2K Server SP4, ASP.NET 1.1 Win2K Pro SP4, ASP.NET 1.1 I have a wrapper class around all the asp objects. Website physical directory structure (phoney names) Server: C:\MySite
8
10003
by: Rod | last post by:
I have been working with ASP.NET 1.1 for quite a while now. For some reason, opening some ASP.NET applications we wrote is producing the following error message: "The Web server reported the following error when attempting to create or open the Web project located at the following URL: 'http://localhost/WebApplication1'. 'HTTP/1.1 500 Internal Server Error'."
4
1523
by: =?Utf-8?B?Qm9iQWNoZ2lsbA==?= | last post by:
Hi, I am using Visual Studio 2003. After moving my project to a new development computer my project compiles and works on the new development computer but the program will not work when I test it on the client's computer. . I checked and both old and new development computers have the same list of references. When I switch out only the exe that was compiled using the same project code
0
8380
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8816
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8710
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8497
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8598
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7310
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5627
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4150
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
1598
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.