IronPython in action

In 2005, Microsoft quietly announced an initiative to bring dynamic languages to the .NET platform. The starting point for this project was a .NET implementation of Python, dubbed IronPython. After a couple years of incubation, IronPython is ready for real-world use. It blends the simplicity, elegan...

Full description

Bibliographic Details
Main Author: Foord, Michael J.
Other Authors: Muirhead, Christian
Format: eBook
Language:English
Published: Greenwich, Conn. Manning 2009
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 03679nmm a2200361 u 4500
001 EB001927798
003 EBX01000000000000001090700
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
020 |a 1933988339 
020 |a 1638354448 
020 |a 9781933988337 
050 4 |a QA76.73.P98 
100 1 |a Foord, Michael J. 
245 0 0 |a IronPython in action  |c by Michael J. Foord, Christian Muirhead 
260 |a Greenwich, Conn.  |b Manning  |c 2009 
300 |a xxviii, 448 pages  |b illustrations 
505 0 |a 1. A new language for .NET -- 2. Introduction to Python -- 3. .NET objects and IronPython -- 4. Writing an application and design patterns with IronPython -- 5. First-class functions in action with XML -- 6. Properties, dialogs, and Visual Studio -- 7. Agile testing: where dynamic typing shines -- 8. Metaprogramming, protocols, and more -- 9. WPF and IronPython -- 10. Windows system administration with IronPython -- 11. IronPython and ASP.NET -- 12. Databases and web services -- 13. Silverlight: IronPython in the browser -- 14. Extending IronPython with C♯/VB.NET -- 15. Embedding the IronPython engine -- App. A.A whirlwind tour of C♯ -- App. B. Python magic methods -- App. C. For more information 
653 |a Microsoft .NET Framework 
653 |a Python (Computer program language) / fast 
653 |a Python (Computer program language) / http://id.loc.gov/authorities/subjects/sh96008834 
653 |a Microsoft .NET Framework / fast 
653 |a Python (Computer program language) / blmlsh 
653 |a Microsoft .NET Framework / blmlsh 
653 |a Python (Langage de programmation) 
700 1 |a Muirhead, Christian 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781933988337/?ar  |x Verlag  |3 Volltext 
082 0 |a 331 
082 0 |a 005.2768 
520 |a In 2005, Microsoft quietly announced an initiative to bring dynamic languages to the .NET platform. The starting point for this project was a .NET implementation of Python, dubbed IronPython. After a couple years of incubation, IronPython is ready for real-world use. It blends the simplicity, elegance, and dynamism of Python with the power of the .NET framework. IronPython in Action offers a comprehensive, hands-on introduction to Microsoft's exciting new approach for programming the .NET framework. It approaches IronPython as a first class .NET language, fully integrated with the .NET environment, Visual Studio, and even the open-source Mono implementation. You'll learn how IronPython can be embedded as a ready-made scripting language into C# and VB.NET programs, used for writing full applications or for web development with ASP. Even better, you'll see how IronPython works in Silverlight for client-side web programming. IronPython opens up exciting new possibilities. Because it's a dynamic language, it permits programming paradigms not easily available in VB and C#. In this book, authors Michael Foord and Christian Muirhead explore the world of functional programming, live introspection, dynamic typing and duck typing, metaprogramming, and more. IronPython in Action explores these topics with examples, making use of the Python interactive console to explore the .NET framework with live objects. The expert authors provide a complete introduction for programmers to both the Python language and the power of the .NET framework. The book also shows how to extend IronPython with C#, extending C# and VB.NET applications with Python, using IronPython with .NET 3.0 and Powershell, IronPython as a Windows scripting tool, and much more