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

    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