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...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Otros Autores: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Greenwich, Conn. :
Manning,
©2009.
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- 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.