My last little while has been spent getting my EeePC configured just as I want it. Being a C# developer, I wanted to make sure there was nothing I would not be able to “try out” on the train journey to and from work. (or any spare 30 minutes or so to be perfectly honest!) That meant I needed Visual Studio 2008, SQL Server and a source control solution.
I have never been a masochist so I waited until I had upgraded the RAM in the EeePC to 2Gb; although SharpDevelop performed admirably with the previous 512 Mb incarnation, the lack of ASP.NET hampered it’s usefulness to me. After adding a 6Gb SD card I was ready to start.
Firstly, XP with all the updates to the solid state hard drive. You must make sure to use NTFS as you will need to mount the SD card to an empty directory inside this drive. Then install VS 2008 as usual with the target as inside the SD cards mounted directory. I then un-installed SQL Server Express and installed it with advanced services to get the Management Studio. I then installed svn1click and presto … my Developer EeePC.
I have been using my EeePC for everything at home this week, including using Terminal Services into work. It has performed wondrously and I have had the opportunity to sit in the living room with my gorgeous wife whilst still getting my geek face on!
January 24, 2008 at 9:31 am
Isn’t it slow to develop applications on a hardware-constrained device? Were you able to completely install VS on the SD card? As far as I know, VS also install certain components in the root Windows directory as well as in the Program Files directory.
January 26, 2008 at 11:22 am
To develop exclusively on an EeePC would be a little slower, but for the times when you would not necessarily be coding it is a capable tool. For my train journey and just hanging out in the living room with my family it is ideal!
VS will install to the SD; but you are correct there is a solid portion that goes onto the system drive. Uninstalling SQL Express and re-installing from full download allows moving it all to SD directory structure.
I have about 500 MB left on SSD but for the tools … IMO it’s worth it.
Have fun!