![]() |
| | #1 |
| Ethernal Noob Join Date: Nov 2001
Posts: 1,891
| Does Visual C# Express include the .NET sdk? |
| indigo0086 is offline | |
| | #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. |
| paulstovell is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Avoiding Global variables | csonx_p | Windows Programming | 32 | 05-19-2008 12:17 AM |
| more then 100errors in header | hallo007 | Windows Programming | 20 | 05-13-2007 08:26 AM |
| Boost thread not working | Monkeymagic | C++ Programming | 4 | 08-20-2006 01:50 AM |
| C++ std routines | siavoshkc | C++ Programming | 33 | 07-28-2006 12:13 AM |
| Linking error | DockyD | C++ Programming | 10 | 01-20-2003 05:27 AM |