C# 2005 Express Edition (Standard)C# 2005 Express Edition (With MSDN Express - CD)SQL Server 2005 Express SQL Server Management Studio Express
using System;namespace HelloWorld{ class HelloWorld { public static int main() { Console.WriteLine("Hello, World!"); return 0; } }}