Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. C# Book

C# Book

Scheduled Pinned Locked Moved The Lounge
csharpc++javadelphiquestion
20 Posts 16 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M mobius111001

    I'm looking for a good book for C#. I'm an experienced developer...have programmed in C, C++, Java, VB, and Delphi. I was looking at the Accelerated C# 2008 or Pro C# 2008 by Apress and the Professional C# 2008 by wrox. Anyone have any opinions on these books or other suggestions? Thank you in advance.

    M Offline
    M Offline
    moon_stick
    wrote on last edited by
    #6

    Pro C# and the .Net 2.0 Platform by Andrew Troelsen

    It definitely isn't definatley

    1 Reply Last reply
    0
    • M mobius111001

      I'm looking for a good book for C#. I'm an experienced developer...have programmed in C, C++, Java, VB, and Delphi. I was looking at the Accelerated C# 2008 or Pro C# 2008 by Apress and the Professional C# 2008 by wrox. Anyone have any opinions on these books or other suggestions? Thank you in advance.

      M Offline
      M Offline
      Marc Clifton
      wrote on last edited by
      #7

      Anyone have any opinions on these books or other suggestions? I go for the jugular. Read the books written by the author(s) of the language, so you understand why certain things are done, whether you agree or not. I found this invaluable when I was learning C++ and as well, learning C#. All the rest is just pansy fluff. Sadly, Anders Hejlsberg's books are not of the same quality as Bjarne Stroustrup's, IMO, and I'm sorely disappointed that Hejlsberg appears to have foresaken writing good content and instead is doing Channel9 webcasts, blogs and PowerPoint presentations about C# 3.0 rather than providing us programmers with a decent tome. And come to think of it, that's partly why I'm rather disenchanted with C# 3.0. Marc

      Thyme In The Country Interacx My Blog

      1 Reply Last reply
      0
      • M mobius111001

        I'm looking for a good book for C#. I'm an experienced developer...have programmed in C, C++, Java, VB, and Delphi. I was looking at the Accelerated C# 2008 or Pro C# 2008 by Apress and the Professional C# 2008 by wrox. Anyone have any opinions on these books or other suggestions? Thank you in advance.

        R Offline
        R Offline
        Ravi Bhavnani
        wrote on last edited by
        #8

        You might find this[^] book by Jesse Liberty helpful. I'd also look at the MSDN tutorials[^] when you want to focus in a specific area. Good luck! Coming from a Java background, I think you'll really enjoy the .NET framework! /ravi

        This is your brain on Celcius Home | Music | Articles | Freeware ravib(at)ravib(dot)com

        U E 2 Replies Last reply
        0
        • R Ravi Bhavnani

          You might find this[^] book by Jesse Liberty helpful. I'd also look at the MSDN tutorials[^] when you want to focus in a specific area. Good luck! Coming from a Java background, I think you'll really enjoy the .NET framework! /ravi

          This is your brain on Celcius Home | Music | Articles | Freeware ravib(at)ravib(dot)com

          U Offline
          U Offline
          User of Users Group
          wrote on last edited by
          #9

          > Anders Hejlsberg's books are not of the same quality as Bjarne Stroustrup's, IMO To be fair, none of the CLR or Java books will ever be of same quality, the reason they will keep implementing the runtime and the languages that cannpt be "bootstrapped into a language" without proper machine abstraction. Which Stroustrup is undoubtedly the only soul on earth worth following on; and he is getting better as he gets older IMO and new blood he has engaged are as careful and promising as he ever was. I still get a shock now and again on the kind of things he was thinking about before Java or AOP ever existed.

          M 1 Reply Last reply
          0
          • M mobius111001

            I'm looking for a good book for C#. I'm an experienced developer...have programmed in C, C++, Java, VB, and Delphi. I was looking at the Accelerated C# 2008 or Pro C# 2008 by Apress and the Professional C# 2008 by wrox. Anyone have any opinions on these books or other suggestions? Thank you in advance.

            U Offline
            U Offline
            uskorc
            wrote on last edited by
            #10

            When i was 'switching' from c++ to C#, this was a really helpful book: .NET Book Zero[^]. Subtitled What the C or C++ Programmer Needs to Know About C# and the .NET Framework. And it's free :D

            1 Reply Last reply
            0
            • R Ravi Bhavnani

              You might find this[^] book by Jesse Liberty helpful. I'd also look at the MSDN tutorials[^] when you want to focus in a specific area. Good luck! Coming from a Java background, I think you'll really enjoy the .NET framework! /ravi

              This is your brain on Celcius Home | Music | Articles | Freeware ravib(at)ravib(dot)com

              E Offline
              E Offline
              Ed Poore
              wrote on last edited by
              #11

              Ravi Bhavnani wrote:

              Coming from a Java background, I think you'll really enjoy the .NET framework!

              Meh unfortunately it looks like I may be going the opposite way... X|


              My Blog[^]

              R 1 Reply Last reply
              0
              • E Ed Poore

                Ravi Bhavnani wrote:

                Coming from a Java background, I think you'll really enjoy the .NET framework!

                Meh unfortunately it looks like I may be going the opposite way... X|


                My Blog[^]

                R Offline
                R Offline
                Ravi Bhavnani
                wrote on last edited by
                #12

                Ed.Poore wrote:

                it looks like I may be going the opposite way...

                Bummer. :( I must say I much prefer working in .NET than Java. Imho, the tools are orders of magnitude better and the .NET framework is powerful and fairly well organized. /ravi

                This is your brain on Celcius Home | Music | Articles | Freeware ravib(at)ravib(dot)com

                E R 2 Replies Last reply
                0
                • U User of Users Group

                  > Anders Hejlsberg's books are not of the same quality as Bjarne Stroustrup's, IMO To be fair, none of the CLR or Java books will ever be of same quality, the reason they will keep implementing the runtime and the languages that cannpt be "bootstrapped into a language" without proper machine abstraction. Which Stroustrup is undoubtedly the only soul on earth worth following on; and he is getting better as he gets older IMO and new blood he has engaged are as careful and promising as he ever was. I still get a shock now and again on the kind of things he was thinking about before Java or AOP ever existed.

                  M Offline
                  M Offline
                  Marc Clifton
                  wrote on last edited by
                  #13

                  Is this the first misthreaded post in the new CP??? Marc

                  Thyme In The Country Interacx My Blog

                  B D 2 Replies Last reply
                  0
                  • M mobius111001

                    I'm looking for a good book for C#. I'm an experienced developer...have programmed in C, C++, Java, VB, and Delphi. I was looking at the Accelerated C# 2008 or Pro C# 2008 by Apress and the Professional C# 2008 by wrox. Anyone have any opinions on these books or other suggestions? Thank you in advance.

                    K Offline
                    K Offline
                    Kevin McFarlane
                    wrote on last edited by
                    #14

                    Apart from books this link is worth perusing, although more so if you'd not yet used a "managed" language. It's out-of-date now but still useful. C++ -> C#: What You Need to Know to Move from C++ to C#[^]

                    Kevin

                    1 Reply Last reply
                    0
                    • M Marc Clifton

                      Is this the first misthreaded post in the new CP??? Marc

                      Thyme In The Country Interacx My Blog

                      B Offline
                      B Offline
                      Big Daddy Farang
                      wrote on last edited by
                      #15

                      It's the first one I've seen, but I haven't been around here much of late.

                      BDF # # # A learned fool is more a fool than an ignorant fool. - Moliere

                      1 Reply Last reply
                      0
                      • M Marc Clifton

                        Is this the first misthreaded post in the new CP??? Marc

                        Thyme In The Country Interacx My Blog

                        D Offline
                        D Offline
                        DavidNohejl
                        wrote on last edited by
                        #16

                        Can't be, because that *sure* was fixed :)


                        [My Blog]
                        "Visual studio desperately needs some performance improvements. It is sometimes almost as slow as eclipse." - RĂ¼diger Klaehn
                        "Real men use mspaint for writing code and notepad for designing graphics." - Anna-Jayne Metcalfe

                        1 Reply Last reply
                        0
                        • R Ravi Bhavnani

                          Ed.Poore wrote:

                          it looks like I may be going the opposite way...

                          Bummer. :( I must say I much prefer working in .NET than Java. Imho, the tools are orders of magnitude better and the .NET framework is powerful and fairly well organized. /ravi

                          This is your brain on Celcius Home | Music | Articles | Freeware ravib(at)ravib(dot)com

                          E Offline
                          E Offline
                          Ed Poore
                          wrote on last edited by
                          #17

                          Same here but there are two reasons I'm looking forward to it: 1) Looks to be an interesting project, AI research at Imperial College London 2) My phone (N95) has the mobile Java platform on it so it'll be interesting to program that. Been thinking of a bluetooth remote for Vista Media Center... But I do love programming in .NET particularly with LINQ, not any data projects as such but by making coding so much simpler. I prefer "hacking" style programming to enterprise style.


                          My Blog[^]

                          1 Reply Last reply
                          0
                          • M mobius111001

                            I'm looking for a good book for C#. I'm an experienced developer...have programmed in C, C++, Java, VB, and Delphi. I was looking at the Accelerated C# 2008 or Pro C# 2008 by Apress and the Professional C# 2008 by wrox. Anyone have any opinions on these books or other suggestions? Thank you in advance.

                            F Offline
                            F Offline
                            Flynn Arrowstarr Regular Schmoe
                            wrote on last edited by
                            #18

                            Charles Petzold has a free ebook on his site that will get you up and running with C#. It's called DotNet Chapter Zero and is available at his website (http://www.charlespetzold.com/[^]). It's written for people with a background in C/C++/Java programming. It covers the basics, but it will get you started pretty quickly. Flynn


                            _If we can't corrupt the youth of today,
                            the adults of tomorrow will be no fun...
                            _

                            1 Reply Last reply
                            0
                            • R Ravi Bhavnani

                              Ed.Poore wrote:

                              it looks like I may be going the opposite way...

                              Bummer. :( I must say I much prefer working in .NET than Java. Imho, the tools are orders of magnitude better and the .NET framework is powerful and fairly well organized. /ravi

                              This is your brain on Celcius Home | Music | Articles | Freeware ravib(at)ravib(dot)com

                              R Offline
                              R Offline
                              Rama Krishna Vavilala
                              wrote on last edited by
                              #19

                              Ravi Bhavnani wrote:

                              Imho, the tools are orders of magnitude better

                              No longer... My have been the case 5-6 years back. I think is some aspects (refactoring) Java tools are far better than VS 2008/2005

                              Ravi Bhavnani wrote:

                              the .NET framework is powerful and fairly well organized.

                              I am not sure wther I will buy into that. :) There are pros and cons either way. For example, I hate that Java date and time management is not so easy. At the same time I like that Java had good collection classes (until .NET 3.5).

                              R 1 Reply Last reply
                              0
                              • R Rama Krishna Vavilala

                                Ravi Bhavnani wrote:

                                Imho, the tools are orders of magnitude better

                                No longer... My have been the case 5-6 years back. I think is some aspects (refactoring) Java tools are far better than VS 2008/2005

                                Ravi Bhavnani wrote:

                                the .NET framework is powerful and fairly well organized.

                                I am not sure wther I will buy into that. :) There are pros and cons either way. For example, I hate that Java date and time management is not so easy. At the same time I like that Java had good collection classes (until .NET 3.5).

                                R Offline
                                R Offline
                                Ravi Bhavnani
                                wrote on last edited by
                                #20

                                Rama Krishna Vavilala wrote:

                                some aspects (refactoring) Java tools are far better than VS 2008/2005

                                Yes, for sure. Eclipse's refactoring feature has been around since 2002 and is awesome! /ravi

                                This is your brain on Celcius Home | Music | Articles | Freeware ravib(at)ravib(dot)com

                                1 Reply Last reply
                                0
                                Reply
                                • Reply as topic
                                Log in to reply
                                • Oldest to Newest
                                • Newest to Oldest
                                • Most Votes


                                • Login

                                • Don't have an account? Register

                                • Login or register to search.
                                • First post
                                  Last post
                                0
                                • Categories
                                • Recent
                                • Tags
                                • Popular
                                • World
                                • Users
                                • Groups