Connecting Tech Pros Worldwide Forums | Help | Site Map

Implimenting C sharp

Parul Bagadia's Avatar
Familiar Sight
 
Join Date: Mar 2008
Location: India
Posts: 187
#1: Jan 4 '09
Hello ppl,
I'm totally new to C#, i want to begin implementing programs in C#,.but right now i checked for Visual Studio.NET and its not there in my pc.
Is there any other IDE or sth where we can impliment C#?
For ex. in case of C we can impliment it in different IDEs like Turbo C, Borland..
Microsoft Visual C++...
Which is the most recommended stuff for C# to get going?



Parul Bagadia's Avatar
Familiar Sight
 
Join Date: Mar 2008
Location: India
Posts: 187
#2: Jan 4 '09

re: Implimenting C sharp


I guess everybody out here is coding in C#..so you must be knowing where you write ur code and how u compile it!..Please let me know options for it.
Familiar Sight
 
Join Date: Dec 2008
Posts: 202
#3: Jan 4 '09

re: Implimenting C sharp


Hello Parul,
You want to develop dot net applications .. Welcome to Microsoft !!
Under the umbrella of dot net will be capable of implementing with many languages one of them c#, you can use Microsoft IDE Visual Studio, or you can use an editor to type your code then compile it using the SDK and sure in the editor you'll have no intellisense.

In VS you'll have many tools, I prefer Class Diagram Designer, so don't look away ! and as you are new -like me- you don't have to.

Regards,
Bassem
nukefusion's Avatar
Expert
 
Join Date: Mar 2008
Location: Essex, UK
Posts: 197
#4: Jan 5 '09

re: Implimenting C sharp


Well, if you haven't got Visual Studio .NET already and you're just starting out, I'd recommend downloading the Express editions. They're free and suprisingly complete versions of the full edition. You don't get some of the more advanced bells and whistles but you won't need them at your stage.

C# Express Edition

There are also some open-source offerings out there:

Sharp Develop
Parul Bagadia's Avatar
Familiar Sight
 
Join Date: Mar 2008
Location: India
Posts: 187
#5: Jan 8 '09

re: Implimenting C sharp


Thanks a lot; but on C# express edition the hyperlink given above; it's only of some 2mbs....but it cant be so less if am not wrong..
can it be so small in size?..
RedSon's Avatar
Site Moderator
 
Join Date: Jan 2007
Location: America
Posts: 3,392
#6: Jan 8 '09

re: Implimenting C sharp


Thats not a link to download its a link to the webpage talking about C# express. Go there and then download.

You can use the Web Install or download the whole DVD and install it that way.
Parul Bagadia's Avatar
Familiar Sight
 
Join Date: Mar 2008
Location: India
Posts: 187
#7: Jan 9 '09

re: Implimenting C sharp


Quote:

Originally Posted by RedSon View Post

Thats not a link to download its a link to the webpage talking about C# express. Go there and then download.

You can use the Web Install or download the whole DVD and install it that way.

yaeh, i did the same thing, i went there and opened the download section where visual c# express provided for downloading is of some 2mbs.
nukefusion's Avatar
Expert
 
Join Date: Mar 2008
Location: Essex, UK
Posts: 197
#8: Jan 9 '09

re: Implimenting C sharp


Quote:

Originally Posted by Parul Bagadia View Post

yaeh, i did the same thing, i went there and opened the download section where visual c# express provided for downloading is of some 2mbs.

Yes, the 2mb download is just the initial download/installer application. This is the way the express edtion installs work.

Download and run it and a little application will pop-up that determines the components you need and then downloads/installs them for you.
insertAlias's Avatar
Forum Leader
 
Join Date: Apr 2008
Location: San Antonio, TX (USA)
Posts: 2,608
#9: Jan 9 '09

re: Implimenting C sharp


It's called an online installer. A short initial download, and then the installer app will download the rest of the data for installation.

EDIT: However, if you prefer to download it all first, there is a link at the bottom to download a DVD ISO file that contains all the Express edition products.

Visual C# Express is the very best way to get into C# programming for free.
Reply