Product Details
Would you like to update product info or give feedback on images?
|
|
Share your thoughts with other customers:
|
||||||||||||||||||||||
|
Most Helpful Customer Reviews
23 of 24 people found the following review helpful:
5.0 out of 5 stars
Use this book to learn IL and improve ALL your .NET skills,
By
This review is from: Inside Microsoft .NET IL Assembler (Paperback)
Inside Microsoft .NET IL Assembler is like a backstage pass to the language that ALL managed .NET code compiles down to and a great companion to any .NET developer who wants to better understand how their code is compiled and executed.Benefits of the book: For the 'average' .NET developer there are a number of things you can learn and apply to daily software development. For a start you will learn how to read the IL code from compiled C#, VB.NET or any other managed .NET assembly. This will give you more options in tuning performance (since you will understand the true IL impact of your code alternatives) or hunting down bugs, even if orignial source is unavailable. Learning the finer points of IL will allow you to use the Reflection.Emit namespace to dynamically create and load your own IL-based assemblies at run time, for extreme flexibility, performance or both. Knowing IL will also allow you to work with existing assemblies by disassembling then, modifying their code then re-assembling them (IL round-tripping). You can add functionality that is not available to C# or VB.NET (i.e. global methods and fields or unions within a struct) or you can control minute details of unmanaged interop. Things I thought could be improved: Since the text is quite dense with information, there could be more context which would help with actual application. Sometimes the implications of what was being talked about weren't clear to me. There were few samples on the CD, although there were lots of snippets inline with the text. All in all, this is my favorite .NET book simply because, although you can be a great .NET programmer without knowing IL, you are definately better off if you do.
23 of 31 people found the following review helpful:
2.0 out of 5 stars
The ECMA Spec is More Useful,
By Hajime (Jim) Inoue "hinoue3" (Albuquerque, NM United States) - See all my reviews
Amazon Verified Purchase(What's this?)
This review is from: Inside Microsoft .NET IL Assembler (Paperback)
From its table of contents, this book would seem to be an invaluable resource for vm architects or compiler writers. Unfortunately, the book is wrong in places and the online errata page isn't updated. Also, the explanations aren't as in depth as I would like. This book should be a companion or replacement to the ECMA CIL specification. Sadly, it's neither.
1 of 1 people found the following review helpful:
5.0 out of 5 stars
Inside MS IL assembler,
Amazon Verified Purchase(What's this?)
This review is from: Inside Microsoft .NET IL Assembler (Paperback)
The book meets all my expectations on learning about the Microsoft Intermediate Language Assembler, its commands and how to use it effectively. I haven't made it all the way through the book yet, but, I can tell that the content does an excellent job of presenting the material in a fairly easy to understand way. Do understand though that this book is not a step by step book, but, a learning book that doubles as a reference. Programmers of all levels will benifit from the content and even if you're not going to program in IL assembler, you will gain a deeper understanding of what's going on under the hood of the .NET Language you're using, and how it is translated before moving on to the machine specific code. It can also give you a better understanding of the assembler in case of the need to debug a program at this level, you will gain a much better understanding of what exactly is going on, and hopefully where it went wrong. What I have done so far has impressed me and left me with much more knowlege than I had before.
Share your thoughts with other customers: Create your own review
|
|
Tags Customers Associate with This Product(What's this?)Click on a tag to find related items, discussions, and people.
|
|
This product's forum
Active discussions in related forums
Search Customer Discussions
|
Related forums
|