Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hi, I am beginner (a totally clue

Status
Not open for further replies.

aHash

Programmer
Aug 22, 2000
78
US
Hi,
I am beginner (a totally clueless beginner ) of c#.
Please advice me what should I have to install on my laptop to learn c#.

Is all the Visual studio.net is needed or can i install just C# part?..

And then what is needed in regard to web server?...

Thanks
 
1) Buy a couple of books on c#

2) For a minimal install, install the C# SDK (not the runtime you get from WindowsUpdate - it's called the SDK and it's on the MSDN download site

3) You can use Notepad to edit code, but it's no fun - try something like SharpEdit or Eclipse. In either case, it will be calling csc.exe to compile, so it would be good to learn the command-line switches for it.

4) You can install IIS on your laptop (assuming you're not running Windows 9x) - do it first, before installing the SDK.

Chip H.


If you want to get the best response to a question, please check out FAQ222-2244 first
 
Hi Nickel,

What OS do you have.

If you have Windows 2000 or XP. You can install

1. .NET Framework.
2. .NET SDK.

Remember to install .NET Framework first before you install .NET SDK.


And you can run C# using notepad or textpad.

I hope this helps.

Thanks
Masoom
 
I have XP home,
Thanks to You all.. I ll do so and update the thread if Have any questions
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top