CIL Programming: Under the Hood of .NET
Autor Jason Bocken Limba Engleză Hardback – 19 iun 2002
In CIL Programming: Under the Hood of .NET, Jason Bock offers an in-depth tutorial on programming in CIL. First, Bock discusses the basics of .NET assemblies and manifests. He then shows how to create assemblies in .NETincluding the ilasm directives and CIL opcodes, and how these are used to define assemblies, classes, field, methods, and method definitions. Bock also covers the ways in which C#, VB .NET, and other non-Microsoft languages emit CIL, and how they differ. Finally, he reveals how developers can create dynamic assemblies at runtime via the Emitter classes.
After reading this guide, you will gain a better understanding of CIL and how to program directly into it. CIL Programming: Under the Hood of .NET is a must-have on every .NET developer's desk!
Toate formatele și edițiile | Preț | Express |
---|---|---|
Paperback (1) | 240.09 lei 3-5 săpt. | |
Apress – 15 iun 2013 | 240.09 lei 3-5 săpt. | |
Hardback (1) | 253.49 lei 3-5 săpt. | |
Apress – 19 iun 2002 | 253.49 lei 3-5 săpt. |
Preț: 253.49 lei
Preț vechi: 316.87 lei
-20% Nou
Puncte Express: 380
Preț estimativ în valută:
48.51€ • 50.39$ • 40.30£
48.51€ • 50.39$ • 40.30£
Carte disponibilă
Livrare economică 11-25 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781590590416
ISBN-10: 1590590414
Pagini: 312
Ilustrații: XVIII, 360 p.
Dimensiuni: 191 x 235 x 29 mm
Greutate: 0.96 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1590590414
Pagini: 312
Ilustrații: XVIII, 360 p.
Dimensiuni: 191 x 235 x 29 mm
Greutate: 0.96 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Public țintă
Professional/practitionerCuprins
1 Language Interoperability.- 2 ilasm Directives and Attributes.- 3 CIL Opcodes.- 4 ilasm and CIL in Practice.- 5 Debugging CIL.- 6 .NET Languages and CIL.- 7 Emitting Types.- 8 Dynamic Proxies in .NET.- 9 CIL Tips.- Appendix A The Future of CIL.- Generics in CIL.- Extended IL.- Inline CIL.- Appendix B .NET Languages.
Notă biografică
Jason Bock is a senior consultant for Magenic Technologies (http://www.magenic.com). He has worked on a number of business applications using a diverse set of substrates and languages such as C#, .NET, and Java. He is the author of CIL Programming: Under the Hood of .NET and .NET Security, both published by Apress, as well as Visual Basic 6 Win32 API Tutorial. He has also written numerous articles on technical development issues associated with both Visual Basic and Java. Jason holds both a bachelor's and a master's degree in electrical engineering from Marquette University. You can find out more about him at http://www.jasonbock.net.
Caracteristici
The only book to cover programming in the CIL; think of it as the first book on "assembly language" programming for .NET Shows how and why programmers would "touch the metal" and program the CIL directly The author is a recognized authority on Microsoft technologies Includes supplementary material: sn.pub/extras