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. Inside C#, v2

Inside C#, v2

Scheduled Pinned Locked Moved The Lounge
csharpcomlearning
23 Posts 7 Posters 2 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.
  • T Tom Archer

    John Morales wrote: I just wanted to say that v2 looks really good. I think you'll definitely enjoy it. I'm going to post a sample chapter here in the next couple of days. John Morales wrote: My next read (arrives tomorrow) is Richter's .NET Programming book, I think your's will complement it well Exactly. MS Press went to great lengths to make sure that Jeffrey, Jeff Prosise and I all wrote books that complimented each other's without overlapping. Cheers, Tom Archer Author, Inside C# Best mini-putt score = 22

    C Offline
    C Offline
    Christian Graus
    wrote on last edited by
    #11

    Tom Archer wrote: Exactly. MS Press went to great lengths to make sure that Jeffrey, Jeff Prosise and I all wrote books that complimented each other's without overlapping. I'm buying the Richter book, no question. The man is a god. How does the Petzhold book fit into all this ? I bought it this morning, does it overlap everyone else ? What book has Jeff Prosise written, I didn't know he had a .NET book. I'll have to check out what the v2 differences are in your book, it might give me an excuse to buy it, although we have v1 here at work. ( Do you get the idea that I am a book junkie :-)) Christian The tragedy of cyberspace - that so much can travel so far, and yet mean so little. "I'm thinking of getting married for companionship and so I have someone to cook and clean." - Martin Marvinski, 6/3/2002

    T 1 Reply Last reply
    0
    • T Tom Archer

      Why aren't you in the Windows Forms chat, mister :) Cheers, Tom Archer Author, Inside C# Best mini-putt score = 22

      C Offline
      C Offline
      Chris Maunder
      wrote on last edited by
      #12

      Tom Archer wrote: Why aren't you in the Windows Forms chat, mister See the previous 'rabbit in the headlights' comment ;) (I know - not taking my responsiblities seriously. They'll make me pay one way or another ;)) cheers, Chris Maunder

      1 Reply Last reply
      0
      • C Christian Graus

        Tom Archer wrote: Exactly. MS Press went to great lengths to make sure that Jeffrey, Jeff Prosise and I all wrote books that complimented each other's without overlapping. I'm buying the Richter book, no question. The man is a god. How does the Petzhold book fit into all this ? I bought it this morning, does it overlap everyone else ? What book has Jeff Prosise written, I didn't know he had a .NET book. I'll have to check out what the v2 differences are in your book, it might give me an excuse to buy it, although we have v1 here at work. ( Do you get the idea that I am a book junkie :-)) Christian The tragedy of cyberspace - that so much can travel so far, and yet mean so little. "I'm thinking of getting married for companionship and so I have someone to cook and clean." - Martin Marvinski, 6/3/2002

        T Offline
        T Offline
        Tom Archer
        wrote on last edited by
        #13

        >>> How does the Petzhold book fit into all this ? I bought it this morning, does it overlap everyone else ? <<< No. His book is about GDI+, keyboard and mouse handling, etc. - very much like his original Windows and OS/2 PM books. >>> What book has Jeff Prosise written, I didn't know he had a .NET book. <<< Yep. He's writing a book that is much more centered around writing applications for .NET >>> I'll have to check out what the v2 differences are in your book, it might give me an excuse to buy it, although we have v1 here at work. ( Do you get the idea that I am a book junkie ) <<< Just a tich :) I think you'll see that there's a marked difference in the two editions. Not that the first was bad, but the book obviously had to grow with its audience - hence the addition of more advanced material and chapters. Cheers, Tom Archer Author, Inside C# Best mini-putt score = 22

        1 Reply Last reply
        0
        • T Tom Archer

          By the way, just wanted to add that you'll really enjoy Jeffrey's book. As you might imagine, it's excellent. I'd also highly recommend Serge Lidin's MSIL book. Cheers, Tom Archer Author, Inside C# Best mini-putt score = 22

          C Offline
          C Offline
          Christopher Duncan
          wrote on last edited by
          #14

          These Microsoft boys sure stick together, don't they? Must be a conspiricy thing...:) Chistopher Duncan Author - The Career Programmer: Guerilla Tactics for an Imperfect World (Apress)

          1 Reply Last reply
          0
          • T Tom Archer

            By the way, just wanted to add that you'll really enjoy Jeffrey's book. As you might imagine, it's excellent. I'd also highly recommend Serge Lidin's MSIL book. Cheers, Tom Archer Author, Inside C# Best mini-putt score = 22

            J Offline
            J Offline
            Joao Vaz
            wrote on last edited by
            #15

            Tom Archer wrote: Serge Lidin's MSIL book Tom, I'm already have "Compiling for the .NET Common Language Runtime" by John Gough, that details also the il, explaining the Component Pascal Compiler implementation for .net. Do you think thas this book by Serge is definitely a book to consider if for some reason some guy want to write a little .net language ? :rolleyes: In another words, the book is a <> in your opinion, that makes the their weaks points :confused: simply disappear ? Thanks in advance. Joao Vaz

            T 1 Reply Last reply
            0
            • J Joao Vaz

              Tom Archer wrote: Serge Lidin's MSIL book Tom, I'm already have "Compiling for the .NET Common Language Runtime" by John Gough, that details also the il, explaining the Component Pascal Compiler implementation for .net. Do you think thas this book by Serge is definitely a book to consider if for some reason some guy want to write a little .net language ? :rolleyes: In another words, the book is a <> in your opinion, that makes the their weaks points :confused: simply disappear ? Thanks in advance. Joao Vaz

              T Offline
              T Offline
              Tom Archer
              wrote on last edited by
              #16

              In my opinion, John's book is better if you're looking to write your own compiler as it covers a number of internal runtime architectural issues not specific to the CIL spec. Serge's book, on the other hand, is more of a reference to the MSIL. You could use Serge's book to write a compiler, but John's is better suited for that. My use of Serge's book was for a better MSIL reference than the one in the framework docs. Cheers, Tom Archer Author, Inside C# Best mini-putt score = 22

              J 1 Reply Last reply
              0
              • T Tom Archer

                In my opinion, John's book is better if you're looking to write your own compiler as it covers a number of internal runtime architectural issues not specific to the CIL spec. Serge's book, on the other hand, is more of a reference to the MSIL. You could use Serge's book to write a compiler, but John's is better suited for that. My use of Serge's book was for a better MSIL reference than the one in the framework docs. Cheers, Tom Archer Author, Inside C# Best mini-putt score = 22

                J Offline
                J Offline
                Joao Vaz
                wrote on last edited by
                #17

                Thank you for your answer Tom, it appears that I have one more book to add to my .NET list. I'm already have 4 books on .NET and it appears that the number will double(at the minimum)...damn money, it flies away too quickly :(( Joao Vaz

                T 1 Reply Last reply
                0
                • J Joao Vaz

                  Thank you for your answer Tom, it appears that I have one more book to add to my .NET list. I'm already have 4 books on .NET and it appears that the number will double(at the minimum)...damn money, it flies away too quickly :(( Joao Vaz

                  T Offline
                  T Offline
                  Tom Archer
                  wrote on last edited by
                  #18

                  Tell me about it. By the way, don't forget the second edition of my book on that last :) By the way, if you're looking to write code in MSIL, the I would definitely recommend Serge's book. If you're looking to simply understand the various MSIL instructions as you debug C# code, then my book explains each of these instructions as they're presented. Cheers, Tom Archer Author, Inside C# Best mini-putt score = 22

                  J 1 Reply Last reply
                  0
                  • J Joao Vaz

                    Tom Archer wrote: don't forget the second edition of my book on that last Of course not, it's on the list :) Tom Archer wrote: understand the various MSIL instructions as you debug C# code, then my book explains each of these instructions as they're presented. Cooooooooooooooooooooool :-D Tom Archer wrote: if you're looking to write code in MSIL, the I would definitely recommend Serge's book point reinforced :) Cheers, Joao Vaz

                    T Offline
                    T Offline
                    Tom Archer
                    wrote on last edited by
                    #19

                    [Tom] if you're looking to write code in MSIL, the I would definitely recommend Serge's book [Joao] point reinforced :laugh: Cheers, Tom Archer Author, Inside C# Best mini-putt score = 22

                    J 1 Reply Last reply
                    0
                    • T Tom Archer

                      Tell me about it. By the way, don't forget the second edition of my book on that last :) By the way, if you're looking to write code in MSIL, the I would definitely recommend Serge's book. If you're looking to simply understand the various MSIL instructions as you debug C# code, then my book explains each of these instructions as they're presented. Cheers, Tom Archer Author, Inside C# Best mini-putt score = 22

                      J Offline
                      J Offline
                      Joao Vaz
                      wrote on last edited by
                      #20

                      Tom Archer wrote: don't forget the second edition of my book on that last Of course not, it's on the list :) Tom Archer wrote: understand the various MSIL instructions as you debug C# code, then my book explains each of these instructions as they're presented. Cooooooooooooooooooooool :-D Tom Archer wrote: if you're looking to write code in MSIL, the I would definitely recommend Serge's book point reinforced :) Cheers, Joao Vaz

                      T 1 Reply Last reply
                      0
                      • T Tom Archer

                        [Tom] if you're looking to write code in MSIL, the I would definitely recommend Serge's book [Joao] point reinforced :laugh: Cheers, Tom Archer Author, Inside C# Best mini-putt score = 22

                        J Offline
                        J Offline
                        Joao Vaz
                        wrote on last edited by
                        #21

                        Tom Archer wrote: Tom] if you're looking to write code in MSIL, the I would definitely recommend Serge's book [Joao] point reinforced :confused: You're laughing because your are not recommending yours instead ? Right ? Or I'm wrong, if this is the case then is because I have to program in TCL(kinda of perl, 4 months and more 4 to come :(( ) and this is brainwashing me X| Joao Vaz

                        T 1 Reply Last reply
                        0
                        • J Joao Vaz

                          Tom Archer wrote: Tom] if you're looking to write code in MSIL, the I would definitely recommend Serge's book [Joao] point reinforced :confused: You're laughing because your are not recommending yours instead ? Right ? Or I'm wrong, if this is the case then is because I have to program in TCL(kinda of perl, 4 months and more 4 to come :(( ) and this is brainwashing me X| Joao Vaz

                          T Offline
                          T Offline
                          Tom Archer
                          wrote on last edited by
                          #22

                          When you said "point reinforced" I thought you were teasing me about having already said that once. I'm definitely familiar with TCL and do not envy you. Hopefully, you'll be finished with that and be able to move onto some other more fun stuff very soon. Cheers, Tom Archer Author, Inside C# Best mini-putt score = 22

                          J 1 Reply Last reply
                          0
                          • T Tom Archer

                            When you said "point reinforced" I thought you were teasing me about having already said that once. I'm definitely familiar with TCL and do not envy you. Hopefully, you'll be finished with that and be able to move onto some other more fun stuff very soon. Cheers, Tom Archer Author, Inside C# Best mini-putt score = 22

                            J Offline
                            J Offline
                            Joao Vaz
                            wrote on last edited by
                            #23

                            Tom Archer wrote: I thought you were teasing me about having already said that once Of course, silly me :( Tom Archer wrote: I'm definitely familiar with TCL and do not envy you You're so right to not envy me X| Tom Archer wrote: Hopefully, you'll be finished with that and be able to move onto some other more fun stuff very soon. Thank you, it's nice to receive support from someone who knows TCL :) You're a very nice guy Tom. It's one of main reasons why I like CodeProject, I get to know smart and funny people. Cheers, Joao Vaz

                            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