473,326 Members | 2,173 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

Beginning C#

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
Nov 17 '05 #1
12 1887
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...
--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"Andy" wrote:
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

Nov 17 '05 #2
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/

"Andy" <ne*********@multizite.org> wrote in message
news:Om**************@TK2MSFTNGP12.phx.gbl...
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

Nov 17 '05 #3
just download the sdk - the documentation is grat. it was almost
everything i needed to start with.

Andy wrote:
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

Nov 17 '05 #4
> 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.

"SharpCoderMP" <cs*******@interia.pl.NFSPM> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl... just download the sdk - the documentation is grat. it was almost
everything i needed to start with.

Andy wrote:
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

Nov 17 '05 #5
+1

Willy.

"Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> wrote in message
news:uK**************@TK2MSFTNGP10.phx.gbl...
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.

"SharpCoderMP" <cs*******@interia.pl.NFSPM> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
just download the sdk - the documentation is grat. it was almost
everything i needed to start with.

Andy wrote:
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


Nov 17 '05 #6
Kevin Spencer wrote:
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! :)

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.
Nov 17 '05 #7
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.

"SharpCoderMP" <cs*******@interia.pl.NFSPM> wrote in message
news:uc**************@TK2MSFTNGP09.phx.gbl...
Kevin Spencer wrote:
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! :)

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.

Nov 17 '05 #8
SharpCoderMP wrote:
just download the sdk - the documentation is grat. it was almost
everything i needed to start with.


where's the link for that?
Nov 17 '05 #9
The 1.1 SDK:

http://www.microsoft.com/downloads/d...displaylang=en

The 2.0 SDK:

http://www.microsoft.com/downloads/d...DisplayLang=en

--
HTH,

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

"John Salerno" <jo******@NOSPAMgmail.com> wrote in message
news:hs********************@rcn.net...
SharpCoderMP wrote:
just download the sdk - the documentation is grat. it was almost
everything i needed to start with.


where's the link for that?

Nov 17 '05 #10
Kevin Spencer wrote:
The 1.1 SDK:

http://www.microsoft.com/downloads/d...displaylang=en

The 2.0 SDK:

http://www.microsoft.com/downloads/d...DisplayLang=en


Ah, thanks. I didn't know you were referring to the actual SDK. I
thought maybe you could get the documentation separately, since the SDK
isn't needed with the VS IDE. But I suppose it doesn't hurt to have it,
either!
Nov 17 '05 #11
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

John Salerno wrote:
Kevin Spencer wrote:
The 1.1 SDK:

http://www.microsoft.com/downloads/d...displaylang=en
The 2.0 SDK:

http://www.microsoft.com/downloads/d...DisplayLang=en


Ah, thanks. I didn't know you were referring to the actual SDK. I
thought maybe you could get the documentation separately, since the SDK
isn't needed with the VS IDE. But I suppose it doesn't hurt to have it,
either!

Nov 17 '05 #12
Kevin Spencer wrote:
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 :)
Nov 17 '05 #13

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Steven T. Hatton | last post by:
I came across this title while looking for something fairly unrelated (UML diagrams for C++ templates). The review quoted below is solidly positive. I'm not going to be able to run out an buy the...
4
by: Thierry Lam | last post by:
Let's say I already wrote a file and have the following: testing testing testing testing testing testing Is there an easy way to write something of variable length at the top of the file? ...
5
by: anas.hashmi | last post by:
I am trying to write to the beginning of a file. The reason: I want to make a form where board webmasters can use it to insert in updates to a webpage without having to go directly into the web...
3
by: Matt | last post by:
Given a date, how to find the beginning date and ending date of that week please advise!
36
by: invni | last post by:
I have a nested while. How do I go from the inner while to the beginning of the outer while? Can this be done without using goto? while_1() { some codes here while_2() { if true go to the...
16
by: btopenworld | last post by:
Hi - question from a relative asp novice I have written to text files in the past, but always appending new data to the end of the text file. I now want to add the new data to the beginning of...
2
by: BobRoyAce | last post by:
I am using an IO.StreamReader to read the contents of a text file. It all works just fine. However, I do not know of a way to move back to the beginning of a file. For example, let's say that I...
1
by: OBAFGKM_RNS | last post by:
In my html, I have an embedded sound wav. I access that sound from my javascript using Play() and Stop(). However, once stopped, the sound will aways resume from where it left off, (making Stop...
3
by: Petimus | last post by:
Nowhere can I find the beginning of line Character for Regex in C#. Im using the expression *(, *)*$ But without the <Beginning of line>*(, *)*$ my strings are accepted with random letters in them...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.