473,383 Members | 1,735 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,383 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 1891
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: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

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.