Beginning C#

  • Thread starter Thread starter Andy
  • Start date Start date
A

Andy

Well, I've decided to learn C#. Are there any good, free quality resources
out there for a newbie? I've noticed there are som for Vb.net on the
Microsoft site. Anything similar for C#?

/Andy
 
Andy,
after 4 or 5 posts on pretty much the same topic, I'd suggest you start
googling for
"C# Tutorial". I get over 48,000 results...
 
Hi Andy

You can get a lot of the information on C# from the sample chapters
available. A lot of these (74 chapters) are available in my C# ebook page,
(in signature).
I also have a small tutorial available on my site

Hope this helps

Publicjoe

C# Tutorial at http://www.publicjoe.f9.co.uk/csharp/tut.html
C# Ebook at http://www.publicjoe.f9.co.uk/csharp/samples/ebook.html
VB Tutorial at http://www.publicjoe.f9.co.uk/vbnet/vbnet.html
VB Ebook at http://www.publicjoe.f9.co.uk/vbnet/samples/ebook.html
Mirrors at http://dowhileloop.com/publicjoe/ and
http://publicjoe.justbe.com/
 
just download the sdk - the documentation is grat. it was almost
everything i needed to start with.
 
just download the sdk - the documentation is grat. it was almost
everything i needed to start with.

A man after my own heart! I've been telling people that for years! Finally
someone agrees with me! :)

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
A watched clock never boils.
 
+1

Willy.

Kevin Spencer said:
A man after my own heart! I've been telling people that for years! Finally
someone agrees with me! :)

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
A watched clock never boils.
 
Kevin said:
A man after my own heart! I've been telling people that for years! Finally
someone agrees with me! :)
well... there are bugs in the documentation :D but i can certainly say
that for a start IT IS ALL YOU NEED :) it's just great.
 
I should add that Google is my home page!

Other than that, though, I buy a book about once a year.
--
;-),

Kevin Spencer
Microsoft MVP
..Net Developer
A watched clock never boils.
 
if you've got sdk from vs ide you also got the documentation. it should
be installed on your system. mine is accesible from
start->programs->Microsoft .NET Framework SDK v1.1
 
Kevin said:
I should add that Google is my home page!

Other than that, though, I buy a book about once a year.
;) last time i've bought a book that has something to do with
programming was... hmm... about 3 or even 4 years ago :) google,
gotdotnet, and codeproject are the best "books" you can get :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top