PC Review


Reply
 
 
Alexander Mueller
Guest
Posts: n/a
 
      17th Mar 2005

Hi,

I am interested in C# however havent done very much with it yet
(basically nothing). Now I'd like to know whether there is any good book
which helps one to get started in C#. However I am not exactly looking
for the typical beginner's guide, which explains for the nth time "what
an integer is" or "how to create loops" but rather something which only
elaborates on the additional goodies of C# (in comparison to established
languages like C and Pascal) .... preferably something which points out
the differences to Java 1.4 (or even better 1.5). Is there any such book?

Thanks,
Alexander
 
Reply With Quote
 
 
 
 
Samuel R. Neff
Guest
Posts: n/a
 
      17th Mar 2005

I found "Learning C#" from O'Reilly to be a good read and didn't
rehash general programming stuff (just .NET/CLR stuff).

http://www.oreilly.com/catalog/learncsharp/

Sam


On Thu, 17 Mar 2005 18:59:27 +0100, Alexander Mueller
<postmaster@127.0.0.1> wrote:

>
>Hi,
>
>I am interested in C# however havent done very much with it yet
>(basically nothing). Now I'd like to know whether there is any good book
>which helps one to get started in C#. However I am not exactly looking
>for the typical beginner's guide, which explains for the nth time "what
>an integer is" or "how to create loops" but rather something which only
>elaborates on the additional goodies of C# (in comparison to established
>languages like C and Pascal) .... preferably something which points out
>the differences to Java 1.4 (or even better 1.5). Is there any such book?
>
>Thanks,
>Alexander


B-Line is now hiring one Washington D.C. area VB.NET
developer for WinForms + WebServices position.
Seaking mid to senior level developer. For
information or to apply e-mail resume to
sam_blinex_com.
 
Reply With Quote
 
Alexander Mueller
Guest
Posts: n/a
 
      17th Mar 2005
Samuel R. Neff wrote:
> I found "Learning C#" from O'Reilly to be a good read and didn't
> rehash general programming stuff (just .NET/CLR stuff).
>
> http://www.oreilly.com/catalog/learncsharp/
>
> Sam


Thank you Sam, I will definitely have a look at it.

Alexander
 
Reply With Quote
 
D H
Guest
Posts: n/a
 
      17th Mar 2005
Alexander Mueller wrote:
>
> Hi,
>
> I am interested in C# however havent done very much with it yet
> (basically nothing). Now I'd like to know whether there is any good book
> which helps one to get started in C#. However I am not exactly looking
> for the typical beginner's guide, which explains for the nth time "what
> an integer is" or "how to create loops" but rather something which only
> elaborates on the additional goodies of C# (in comparison to established
> languages like C and Pascal) .... preferably something which points out
> the differences to Java 1.4 (or even better 1.5). Is there any such book?


If you already know Java then there is not much to learn. You don't
even need a book (although I'd recommend a C# book tied to the
technology you plan to primarily use, like Windows.Forms or ASP.NET).

See the comparisons with java below, then check out some of the code
samples and you'll be ready to start coding real apps in no time:
http://genamics.com/developer/csharp_comparative.htm
http://www.25hoursaday.com/CsharpVsJava.html
http://www.harding.edu/USER/fmccown/...omparison.html
http://www.extremetech.com/article2/...,467080,00.asp

Next, you can learn quickest by viewing some existing C# samples:
http://codeproject.com/
http://c-sharpcorner.com/
http://msdn.microsoft.com/vcsharp/do...s/default.aspx

If you don't have Visual Studio, check out the free SharpDevelop IDE:
http://www.icsharpcode.net/OpenSource/SD/
 
Reply With Quote
 
Alexander Mueller
Guest
Posts: n/a
 
      17th Mar 2005
Samuel R. Neff wrote:
> I found "Learning C#" from O'Reilly to be a good read and didn't
> rehash general programming stuff (just .NET/CLR stuff).
>
> http://www.oreilly.com/catalog/learncsharp/
>
> Sam


Thank you Sam, I will definitely have a look at it.

Alexander
 
Reply With Quote
 
Alexander Mueller
Guest
Posts: n/a
 
      18th Mar 2005
D H wrote:
>
> If you already know Java then there is not much to learn. You don't
> even need a book (although I'd recommend a C# book tied to the
> technology you plan to primarily use, like Windows.Forms or ASP.NET).


Right now I cant say what I want to use "primarily" as I just want to
get familiar with C# for a start.

>
> See the comparisons with java below, then check out some of the code
> samples and you'll be ready to start coding real apps in no time:


Thanks for all the links.
 
Reply With Quote
 
Dale Preston
Guest
Posts: n/a
 
      18th Mar 2005
Greetings,

I am late into this thread but let me add my two-cents worth.

If you want to learn C#, I would recommend looking at books designed to
prepare you for the Microsoft certification exams. The advantage to them
is that, one, you get a broad spectrum of introduction into the .Net
framework and C#. and, two, you get a piece of paper that says you learned
something. Given two books, both about 1000 pages or more, you can either
study a semi-random set of topics or you can study a set of topics with a
goal of certification. Either way, you get 1000 pages of knowledge.

HTH

Dale Preston
MCAD, MCDBA, MCSE

"Alexander Mueller" <postmaster@127.0.0.1> wrote in message
news:OtMz#(E-Mail Removed)...
> D H wrote:
> >
> > If you already know Java then there is not much to learn. You don't
> > even need a book (although I'd recommend a C# book tied to the
> > technology you plan to primarily use, like Windows.Forms or ASP.NET).

>
> Right now I cant say what I want to use "primarily" as I just want to
> get familiar with C# for a start.
>
> >
> > See the comparisons with java below, then check out some of the code
> > samples and you'll be ready to start coding real apps in no time:

>
> Thanks for all the links.



 
Reply With Quote
 
Alexander Mueller
Guest
Posts: n/a
 
      18th Mar 2005
Dale Preston wrote:
> Greetings,
>
> I am late into this thread but let me add my two-cents worth.
>
> If you want to learn C#, I would recommend looking at books designed to
> prepare you for the Microsoft certification exams. The advantage to them
> is that, one, you get a broad spectrum of introduction into the .Net
> framework and C#. and, two, you get a piece of paper that says you learned
> something. Given two books, both about 1000 pages or more, you can either
> study a semi-random set of topics or you can study a set of topics with a
> goal of certification. Either way, you get 1000 pages of knowledge.
>
> HTH
>
> Dale Preston
> MCAD, MCDBA, MCSE


Thanks Dale, I am not exactly after an certification yet, just trying to
get started in C# . Do you have any specific book recommendations?

Alexander
 
Reply With Quote
 
Publicjoe
Guest
Posts: n/a
 
      18th Mar 2005
Hi Alexander

You can get a lot of the information on C# from the sample chapters
available. A lot of these (70 chapters) are available in my C# ebook page,
(in signature).

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/

Useful Articles at http://www.madsally.co.uk

"Alexander Mueller" <postmaster@127.0.0.1> wrote in message
news:#(E-Mail Removed)...
>
> Hi,
>
> I am interested in C# however havent done very much with it yet
> (basically nothing). Now I'd like to know whether there is any good book
> which helps one to get started in C#. However I am not exactly looking
> for the typical beginner's guide, which explains for the nth time "what
> an integer is" or "how to create loops" but rather something which only
> elaborates on the additional goodies of C# (in comparison to established
> languages like C and Pascal) .... preferably something which points out
> the differences to Java 1.4 (or even better 1.5). Is there any such book?
>
> Thanks,
> Alexander



 
Reply With Quote
 
Alexander Mueller
Guest
Posts: n/a
 
      18th Mar 2005
Alexander Mueller wrote:
>
> Hi,
>
> I am interested in C# however havent done very much with it yet
> (basically nothing). Now I'd like to know whether there is any good book
> which helps one to get started in C#. However I am not exactly looking
> for the typical beginner's guide, which explains for the nth time "what
> an integer is" or "how to create loops" but rather something which only
> elaborates on the additional goodies of C# (in comparison to established
> languages like C and Pascal) .... preferably something which points out
> the differences to Java 1.4 (or even better 1.5). Is there any such book?
>
> Thanks,
> Alexander


So far, I have found three books

http://www.amazon.com/exec/obidos/ASIN/0321136225
http://www.amazon.com/exec/obidos/ASIN/0735617791
http://www.amazon.com/exec/obidos/ASIN/0672324024

Does anyone have any particular comments about them? The second one
doesnt look bad.

Alexander
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Book: Windows Admin Programming with Visual C# 2005 Little Black Book Marco Shaw Microsoft C# .NET 0 15th Jan 2007 01:55 PM
Importing an address book from a Palm pilot -data book archive(*.) =?Utf-8?B?ZW1wdHkxOTYw?= Microsoft Outlook Discussion 1 16th Mar 2006 03:59 PM
Address book program with CRM features to replace Outlook/Express contact book andylotus@gmail.com Microsoft Outlook Contacts 0 10th Jan 2006 11:36 PM
book meeting in calender does not book resources in outlokk 2003 w =?Utf-8?B?RHVv?= Microsoft Outlook Calendar 0 16th Aug 2005 10:07 AM
Importing my address book info to event planners addss book =?Utf-8?B?RnJhbmt0ZWU=?= Windows XP General 1 4th Dec 2004 07:50 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:25 AM.