Thread: Does Visual C# Express include the .NET sdk?

  1. #1
    Ethernal Noob
    Join Date
    Nov 2001
    Posts
    1,901

    Does Visual C# Express include the .NET sdk?

    I was wondering if the installation of VC#E included the .NET sdk or do I need to install it later. I noticed it allows me to develop windows apps, but didn't know if that was just a standard feature or required the .net framework.

  2. #2
    Registered User
    Join Date
    Sep 2007
    Location
    Adelaide, Australia
    Posts
    9
    Hi indigo,

    There are three "parts" to this:

    1) The .NET Framework Runtime
    This is all of the stuff you need to run applications built using .NET. The runtime also includes many of the compilers (csc.exe, vbc.exe), so in theory, you could build .NET applications using just the runtime. This is a 20MB download and is free.
    2) The .NET Framework SDK
    This contains a lot of the extra tools and documentation you may need to develop .NET applications, but often, the tools you need can be found in the Express editions of Visual Studio (below). It comes with the help, which is good, but I think you'll find for practical purposes, VC# Express will have everything you need. The SDK is also free and is just over 120MB.
    3) Visual C# Express
    This contains most things you'll need to develop simple .NET Windows applications. Most of the tools you'll find in the SDK are included in the VC# Express download. Visual C# Express will require the .NET framework runtime, but I'm pretty sure that if you don't already have the runtime installed, it will download it for you. VC# Express is also free.

    So the short answer is, you should be fine with just Visual C# Express.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Avoiding Global variables
    By csonx_p in forum Windows Programming
    Replies: 32
    Last Post: 05-19-2008, 12:17 AM
  2. more then 100errors in header
    By hallo007 in forum Windows Programming
    Replies: 20
    Last Post: 05-13-2007, 08:26 AM
  3. Boost thread not working
    By Monkeymagic in forum C++ Programming
    Replies: 4
    Last Post: 08-20-2006, 01:50 AM
  4. C++ std routines
    By siavoshkc in forum C++ Programming
    Replies: 33
    Last Post: 07-28-2006, 12:13 AM
  5. Linking error
    By DockyD in forum C++ Programming
    Replies: 10
    Last Post: 01-20-2003, 05:27 AM