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. New book

New book

Scheduled Pinned Locked Moved The Lounge
xmlcsharphtmldotnetlounge
9 Posts 5 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.
  • G Offline
    G Offline
    Giles
    wrote on last edited by
    #1

    Finished my tax return this morning, so as a treat, I went tout and bought a copy of Mr Archers Inside C#. Now I've heard rave and not so rave reviews about this. I remember having a nose in the book shop back in January, and remember seeing a lot about the IL, which is what those few who were complaining about, well complained about. To much IL that is. From a glance I've not seen any in the second addition. From general consensus its apparently the best which is why I bought it, but held out as Tom mentioned that he was working on the second edition. Anyway, the other subject I wanted to read around was XSLT. Anyone recommend a good book. Saying that, there seemed to be loads of resources on the web, with into tutorials, along with this is good for converting XML to HTML. I've seen glimpses of what else it can do, like CSV to XML, and it seems that pretty much any file format (not binary - unless I'm mistaken), could have a transform for it. It does seem like quite a swine to read though. Anyway, off to see what’s so good about C#, and make my mind up for myself. :)

    B C T 3 Replies Last reply
    0
    • G Giles

      Finished my tax return this morning, so as a treat, I went tout and bought a copy of Mr Archers Inside C#. Now I've heard rave and not so rave reviews about this. I remember having a nose in the book shop back in January, and remember seeing a lot about the IL, which is what those few who were complaining about, well complained about. To much IL that is. From a glance I've not seen any in the second addition. From general consensus its apparently the best which is why I bought it, but held out as Tom mentioned that he was working on the second edition. Anyway, the other subject I wanted to read around was XSLT. Anyone recommend a good book. Saying that, there seemed to be loads of resources on the web, with into tutorials, along with this is good for converting XML to HTML. I've seen glimpses of what else it can do, like CSV to XML, and it seems that pretty much any file format (not binary - unless I'm mistaken), could have a transform for it. It does seem like quite a swine to read though. Anyway, off to see what’s so good about C#, and make my mind up for myself. :)

      B Offline
      B Offline
      Brian Lyttle
      wrote on last edited by
      #2

      I have Inside XSLT which I consider to be quite good...

      G 1 Reply Last reply
      0
      • B Brian Lyttle

        I have Inside XSLT which I consider to be quite good...

        G Offline
        G Offline
        Giles
        wrote on last edited by
        #3

        Cheers, I'll give it a look. Seems to be what I'm looking for. Off to the bookshop again tommorow....

        1 Reply Last reply
        0
        • G Giles

          Finished my tax return this morning, so as a treat, I went tout and bought a copy of Mr Archers Inside C#. Now I've heard rave and not so rave reviews about this. I remember having a nose in the book shop back in January, and remember seeing a lot about the IL, which is what those few who were complaining about, well complained about. To much IL that is. From a glance I've not seen any in the second addition. From general consensus its apparently the best which is why I bought it, but held out as Tom mentioned that he was working on the second edition. Anyway, the other subject I wanted to read around was XSLT. Anyone recommend a good book. Saying that, there seemed to be loads of resources on the web, with into tutorials, along with this is good for converting XML to HTML. I've seen glimpses of what else it can do, like CSV to XML, and it seems that pretty much any file format (not binary - unless I'm mistaken), could have a transform for it. It does seem like quite a swine to read though. Anyway, off to see what’s so good about C#, and make my mind up for myself. :)

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

          Giles wrote: From a glance I've not seen any in the second addition. No IL ? You need to read the book, it's got lots of it, and rightly so. Tom shows why different constructs will result in different performance in the final app. Giles wrote: Anyone recommend a good book. The XSLT Programmers Reference by Michael Kay. Christian Hey, at least Logo had, at it's inception, a mechanical turtle. VB has always lacked even that... - Shog9 04-09-2002 During last 10 years, with invention of VB and similar programming environments, every ill-educated moron became able to develop software. - Alex E. - 12-Sept-2002

          G 1 Reply Last reply
          0
          • G Giles

            Finished my tax return this morning, so as a treat, I went tout and bought a copy of Mr Archers Inside C#. Now I've heard rave and not so rave reviews about this. I remember having a nose in the book shop back in January, and remember seeing a lot about the IL, which is what those few who were complaining about, well complained about. To much IL that is. From a glance I've not seen any in the second addition. From general consensus its apparently the best which is why I bought it, but held out as Tom mentioned that he was working on the second edition. Anyway, the other subject I wanted to read around was XSLT. Anyone recommend a good book. Saying that, there seemed to be loads of resources on the web, with into tutorials, along with this is good for converting XML to HTML. I've seen glimpses of what else it can do, like CSV to XML, and it seems that pretty much any file format (not binary - unless I'm mistaken), could have a transform for it. It does seem like quite a swine to read though. Anyway, off to see what’s so good about C#, and make my mind up for myself. :)

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

            Giles wrote: I remember having a nose in the book shop back in January, and remember seeing a lot about the IL, which is what those few who were complaining about, well complained about. Actually, most people that didn't like the first edition specifically didn't like it due to the fact that there was not enough "inside" information. There is much more in terms of MSIL and advanced usage information in the second edition. I think you'll find that when you've had a chance to really get into the book. Let me know if you have any questions or doubts and I'll help all I can. Cheers, Tom Archer Author - Inside C#, Visual C++.NET Bible

            G T 2 Replies Last reply
            0
            • T Tom Archer

              Giles wrote: I remember having a nose in the book shop back in January, and remember seeing a lot about the IL, which is what those few who were complaining about, well complained about. Actually, most people that didn't like the first edition specifically didn't like it due to the fact that there was not enough "inside" information. There is much more in terms of MSIL and advanced usage information in the second edition. I think you'll find that when you've had a chance to really get into the book. Let me know if you have any questions or doubts and I'll help all I can. Cheers, Tom Archer Author - Inside C#, Visual C++.NET Bible

              G Offline
              G Offline
              Giles
              wrote on last edited by
              #6

              Cheers Tom. Its looking good. Wish I had bought it sooner. Made good bed time readin last night, along with the 4th Harry Potter book.:-D My wife thinks I'm bonkers, but then shes an accountant. Would not understand.

              T 1 Reply Last reply
              0
              • C Christian Graus

                Giles wrote: From a glance I've not seen any in the second addition. No IL ? You need to read the book, it's got lots of it, and rightly so. Tom shows why different constructs will result in different performance in the final app. Giles wrote: Anyone recommend a good book. The XSLT Programmers Reference by Michael Kay. Christian Hey, at least Logo had, at it's inception, a mechanical turtle. VB has always lacked even that... - Shog9 04-09-2002 During last 10 years, with invention of VB and similar programming environments, every ill-educated moron became able to develop software. - Alex E. - 12-Sept-2002

                G Offline
                G Offline
                Giles
                wrote on last edited by
                #7

                Christian Graus wrote: No IL ? You need to read the book, it's got lots of it, and rightly so. Tom shows why different constructs will result in different performance in the final app. Found it now, and having read the chapters so far in order, rather than just fliking pages, it makes sense. Christian Graus wrote: The XSLT Programmers Reference by Michael Kay. Cheers, off to the book shop today, so I'll have a look.

                1 Reply Last reply
                0
                • G Giles

                  Cheers Tom. Its looking good. Wish I had bought it sooner. Made good bed time readin last night, along with the 4th Harry Potter book.:-D My wife thinks I'm bonkers, but then shes an accountant. Would not understand.

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

                  Giles wrote: Cheers Tom. Its looking good. Thanks mate. Giles wrote: Made good bed time readin last night, along with the 4th Harry Potter book. My wife thinks I'm bonkers, but then shes an accountant. Would not understand LOL!!! I get the same response from my wife when I take a device driver book to the beach :) Cheers, Tom Archer Author - Inside C#, Visual C++.NET Bible

                  1 Reply Last reply
                  0
                  • T Tom Archer

                    Giles wrote: I remember having a nose in the book shop back in January, and remember seeing a lot about the IL, which is what those few who were complaining about, well complained about. Actually, most people that didn't like the first edition specifically didn't like it due to the fact that there was not enough "inside" information. There is much more in terms of MSIL and advanced usage information in the second edition. I think you'll find that when you've had a chance to really get into the book. Let me know if you have any questions or doubts and I'll help all I can. Cheers, Tom Archer Author - Inside C#, Visual C++.NET Bible

                    T Offline
                    T Offline
                    Thomas Freudenberg
                    wrote on last edited by
                    #9

                    Hi Tom, are you going to write a 3rd edition of C# inside? I have the 1st edition, but I am missing some points in it (where's the using .NET components in native Win32 applications mentioned in the TOC?). I am thinking about the "upgrade" to the 2nd edition, but since we using Everett on our developer machines, it would be nice to know if there will be any new revision for the .NET Framework 1.1. Regards Thomas Sonork id: 100.10453 Thömmi


                    Disclaimer:
                    Because of heavy processing requirements, we are currently using some of your unused brain capacity for backup processing. Please ignore any hallucinations, voices or unusual dreams you may experience. Please avoid concentration-intensive tasks until further notice. Thank you.

                    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