C Board  

Go Back   C Board > General Programming Boards > C# Programming

Reply
 
LinkBack Thread Tools Display Modes
Old 09-20-2007, 06:41 AM   #1
Ethernal Noob
 
Join Date: Nov 2001
Posts: 1,891
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.
indigo0086 is offline   Reply With Quote
Old 09-20-2007, 07:58 AM   #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   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

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


All times are GMT -6. The time now is 08:12 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22