TÃtulo : |
Pro C# 8 with .NET Core 3 : Foundational Principles and Practices in Programming |
Tipo de documento: |
documento electrónico |
Autores: |
Troelsen, Andrew, ; Japikse, Phil, |
Mención de edición: |
9 ed. |
Editorial: |
Berkeley, CA : Apress |
Fecha de publicación: |
2020 |
Número de páginas: |
LVIII, 1223 p. 154 ilustraciones |
ISBN/ISSN/DL: |
978-1-4842-5756-2 |
Nota general: |
Libro disponible en la plataforma SpringerLink. Descarga y lectura en formatos PDF, HTML y ePub. Descarga completa o por capítulos. |
Idioma : |
Inglés (eng) |
Palabras clave: |
programas de microsoft NET Framework microsoft IngenierÃa de software microsoft |
Clasificación: |
005.268 |
Resumen: |
Este clásico esencial proporciona una base integral en el lenguaje de programación C# y los marcos en los que se encuentra. Ahora en su novena edición, encontrará las últimas caracterÃsticas de C# 8 y .NET Core, junto con nuevos capÃtulos sobre el marco liviano y multiplataforma de Microsoft. , .NET Core 3.1. La cobertura de ASP.NET Core, Entity Framework Core y más se combina con las últimas actualizaciones de .NET Core, incluida Windows Presentation Foundation (WPF). Este libro no solo cubre todas las funciones más recientes de C# 8, sino que todos los capÃtulos y ejemplos de código se han reescrito para esta última versión. Sumérgete y descubre por qué este libro ha sido uno de los favoritos de los desarrolladores de C# en todo el mundo durante más de 15 años. Obtenga una base sólida en técnicas de desarrollo orientado a objetos, atributos y reflexión, genéricos y colecciones, y numerosos temas avanzados que no se encuentran en otros textos (como códigos de operación CIL y emisión de ensamblajes dinámicos). Con la ayuda de Pro C# 8 con .NET Core 3, gane la confianza para poner C# en práctica y explorar el universo .NET Core en sus propios términos. Lo que aprenderá: Descubra los detalles de las funciones de C# 8 y las actualizaciones de funciones anteriores. Comience a trabajar con aplicaciones y servicios web ASP.NET Core y Entity Framework Core. Trabaje con la última versión de Windows Presentation Foundation, ahora una parte de .NET Core Comprender la filosofÃa detrás de .NET y la alternativa multiplataforma, .NET Core Desarrollar aplicaciones con C# y marcos modernos para servicios, web y aplicaciones de cliente inteligente Este libro está dirigido a desarrolladores interesados ​​en la programación de Microsoft y el Lenguaje C#. Andrew Troelsen tiene más de 20 años de experiencia en la industria del software. Durante este tiempo, ha trabajado como desarrollador, educador, autor, orador público y ahora lÃder de equipo e ingeniero principal. Es autor de numerosos libros sobre el universo Microsoft. Tiene una maestrÃa en ciencias en ingenierÃa de software (MSSE) de la Universidad de St. Thomas y otra en lingüÃstica computacional (CLMS) de la Universidad de Washington. Phil Japikse es un orador internacional, Microsoft MVP, ASPInsider, Professional Scrum Trainer y un miembro apasionado de la comunidad de desarrolladores. Es el director principal del grupo de usuarios .NET de Cincinnati y de la mesa redonda de arquitectos de software de Cincinnati, y fundó la conferencia CincyDeliver. Actualmente, Phil trabaja como director de consultorÃa y arquitecto empresarial. Siga a Phil en su blog (skimedic.com) o en Twitter @skimedic. "¡IncreÃble! Proporciona explicaciones y ejemplos fáciles de seguir. Recuerdo haber leÃdo la primera versión de este libro; ¡es imprescindible para tu colección si estás aprendiendo .NET Core!" – Rick McGuire, Gerente Senior de Desarrollo de Aplicaciones, Microsoft "Phil es un programador oficial que aporta años de experiencia y pasión por la enseñanza para hacer de este ''clásico'' completamente revisado y modernizado un ''imprescindible''.Cualquier desarrollador que desee una cobertura completa y actualizada tanto del lenguaje C# como de cómo usarlo con .NET Core y ASP.NET Core deberÃa obtener este libro". – Brian A. Randell, socio, MCW Technologies y Jugador Más Valioso de Microsoft. |
Nota de contenido: |
Part I: Introducing C# and .NET Core -- Chapter 1: Introducing .NET Core -- Chapter 2: Building C# Applications -- Part II: Core C# Programming -- Chapter 3: Core C# Programming Constructs, Part I -- Chapter 4: Core C# Programming Constructs, Part II -- Part III: Object Oriented Programming with C# -- Chapter 5: Understanding Encapsulation -- Chapter 6: Understanding Inheritance and Polymorphism -- Chapter 7: Understanding Structured Exception Handling -- Chapter 8: Working with Interfaces -- Chapter 9: Understanding Object Lifetime -- Part IV: Advanced C# Programming -- Chapter 10: Collections and Generics -- Chapter 11: Advanced C# Language Features -- Chapter 12: Delegates, Events, and Lambda Expressions -- Chapter 13: LINQ To Objects -- Chapter 14: Processes, AppDomains, and Load Contexts -- Chapter 15: Multithreaded, Parallel, and Async Programming -- Part V: Programming with .NET Core Assemblies -- Chapter 16: Building and Configuring Class Libraries -- Chapter 17: Type Reflection, Late Binding, and Attribute-Based Programming -- Chapter 18: Dynamic Types and the Dynamic Languare Runtime -- Chapter 19:Understanding CIL and the Role of Dynamic Assemblies -- Part VI: File and Data Handling -- Chapter 20: File I/O and Object Serialization -- Chapter 21: Data Access with ADO.NET -- Chapter 22: Introducing Entity Framework Core -- Chapter 23: Finishing the Data Access Layer -- Part VII: Windows Client Development -- Chapter 24: Introducing Windows Presentation Foundation and XAML -- Chapter 25: WPF Controls, Layouts, Events, and Data Binding -- Chapter 26: WPF Graphics Rendering Services -- Chapter 27: WPF Resources, Animations, Styles, and Templates -- Chapter 28: WPF Notifications, Validations, Commands, and MVVM -- Part VIII: ASP.NET Core -- Chapter 29: Introducing ASP.NET Core -- Chapter 30: Restful Services with ASP.NET Core -- Chapter 31: MVC Applications with ASP.NET Core. |
Tipo de medio : |
Computadora |
Summary : |
This essential classic provides a comprehensive foundation in the C# programming language and the frameworks it lives in. Now in its 9th edition, you will find the latest C# 8 and .NET Core features, along with new chapters on Microsoft's lightweight, cross-platform framework, .NET Core 3.1. Coverage of ASP.NET Core, Entity Framework Core, and more, sits alongside the latest updates to .NET Core, including Windows Presentation Foundation (WPF). Not only does this book cover all of the latest features in C# 8, but all chapters and code samples have been rewritten for this latest release. Dive in and discover why this book has been a favorite of C# developers worldwide for more than 15 years. Gain a solid foundation in object-oriented development techniques, attributes and reflection, generics and collections, and numerous advanced topics not found in other texts (such as CIL opcodes and emitting dynamic assemblies). With the help of Pro C# 8 with .NET Core 3 gain the confidence to put C# into practice and explore the .NET Core universe on your own terms. What You Will Learn: Discover the bells and whistles of C# 8 features and updates to previous features Hit the ground running with ASP.NET Core web applications and web services, and Entity Framework Core Work with the latest version of Windows Presentation Foundation, now a part of .NET Core Understand the philosophy behind .NET and the cross-platform alternative, .NET Core Develop applications with C# and modern frameworks for services, web, and smart client applications This book is for developers who are interested in Microsoft programming and the C# language. Andrew Troelsen has more than 20 years of experience in the software industry. Over this time he has worked as a developer, educator, author, public speaker, and now team lead and lead engineer. He is the author of numerous books in the Microsoft universe. He holds a master of science degree in software engineering (MSSE) from the University of St. Thomas and another in computational linguistics (CLMS) from the University of Washington. Phil Japikse is an international speaker, Microsoft MVP, ASPInsider, Professional Scrum Trainer, and a passionate member of the developer community. He is the lead director of the Cincinnati .NET User Group and the Cincinnati Software Architect Roundtable, and he founded the CincyDeliver conference, Currently, Phil works as a Director of Consulting and Enterprise Architect. Follow Phil on his blog (skimedic.com) or on Twitter @skimedic. "Amazing! Provides easy-to-follow explanations and examples. I remember reading the first version of this book; this is a 'must-have' for your collection if you are learning .NET Core!" – Rick McGuire, Senior Application Development Manager, Microsoft "Phil is a journeyman programmer who brings years of experience and a passion for teaching to make this fully revised and modernized 'classic' a 'must-have'. Any developer who wants full-spectrum, up-to-date coverage of both the C# language and how to use it with .NET Core and ASP.NET Core should get this book." – Brian A. Randell, Partner, MCW Technologies and Microsoft MVP. |
Enlace de acceso : |
https://link-springer-com.biblioproxy.umanizales.edu.co/referencework/10.1007/97 [...] |
Pro C# 8 with .NET Core 3 : Foundational Principles and Practices in Programming [documento electrónico] / Troelsen, Andrew, ; Japikse, Phil, . - 9 ed. . - Berkeley, CA : Apress, 2020 . - LVIII, 1223 p. 154 ilustraciones. ISBN : 978-1-4842-5756-2 Libro disponible en la plataforma SpringerLink. Descarga y lectura en formatos PDF, HTML y ePub. Descarga completa o por capítulos. Idioma : Inglés ( eng)
Palabras clave: |
programas de microsoft NET Framework microsoft IngenierÃa de software microsoft |
Clasificación: |
005.268 |
Resumen: |
Este clásico esencial proporciona una base integral en el lenguaje de programación C# y los marcos en los que se encuentra. Ahora en su novena edición, encontrará las últimas caracterÃsticas de C# 8 y .NET Core, junto con nuevos capÃtulos sobre el marco liviano y multiplataforma de Microsoft. , .NET Core 3.1. La cobertura de ASP.NET Core, Entity Framework Core y más se combina con las últimas actualizaciones de .NET Core, incluida Windows Presentation Foundation (WPF). Este libro no solo cubre todas las funciones más recientes de C# 8, sino que todos los capÃtulos y ejemplos de código se han reescrito para esta última versión. Sumérgete y descubre por qué este libro ha sido uno de los favoritos de los desarrolladores de C# en todo el mundo durante más de 15 años. Obtenga una base sólida en técnicas de desarrollo orientado a objetos, atributos y reflexión, genéricos y colecciones, y numerosos temas avanzados que no se encuentran en otros textos (como códigos de operación CIL y emisión de ensamblajes dinámicos). Con la ayuda de Pro C# 8 con .NET Core 3, gane la confianza para poner C# en práctica y explorar el universo .NET Core en sus propios términos. Lo que aprenderá: Descubra los detalles de las funciones de C# 8 y las actualizaciones de funciones anteriores. Comience a trabajar con aplicaciones y servicios web ASP.NET Core y Entity Framework Core. Trabaje con la última versión de Windows Presentation Foundation, ahora una parte de .NET Core Comprender la filosofÃa detrás de .NET y la alternativa multiplataforma, .NET Core Desarrollar aplicaciones con C# y marcos modernos para servicios, web y aplicaciones de cliente inteligente Este libro está dirigido a desarrolladores interesados ​​en la programación de Microsoft y el Lenguaje C#. Andrew Troelsen tiene más de 20 años de experiencia en la industria del software. Durante este tiempo, ha trabajado como desarrollador, educador, autor, orador público y ahora lÃder de equipo e ingeniero principal. Es autor de numerosos libros sobre el universo Microsoft. Tiene una maestrÃa en ciencias en ingenierÃa de software (MSSE) de la Universidad de St. Thomas y otra en lingüÃstica computacional (CLMS) de la Universidad de Washington. Phil Japikse es un orador internacional, Microsoft MVP, ASPInsider, Professional Scrum Trainer y un miembro apasionado de la comunidad de desarrolladores. Es el director principal del grupo de usuarios .NET de Cincinnati y de la mesa redonda de arquitectos de software de Cincinnati, y fundó la conferencia CincyDeliver. Actualmente, Phil trabaja como director de consultorÃa y arquitecto empresarial. Siga a Phil en su blog (skimedic.com) o en Twitter @skimedic. "¡IncreÃble! Proporciona explicaciones y ejemplos fáciles de seguir. Recuerdo haber leÃdo la primera versión de este libro; ¡es imprescindible para tu colección si estás aprendiendo .NET Core!" – Rick McGuire, Gerente Senior de Desarrollo de Aplicaciones, Microsoft "Phil es un programador oficial que aporta años de experiencia y pasión por la enseñanza para hacer de este ''clásico'' completamente revisado y modernizado un ''imprescindible''.Cualquier desarrollador que desee una cobertura completa y actualizada tanto del lenguaje C# como de cómo usarlo con .NET Core y ASP.NET Core deberÃa obtener este libro". – Brian A. Randell, socio, MCW Technologies y Jugador Más Valioso de Microsoft. |
Nota de contenido: |
Part I: Introducing C# and .NET Core -- Chapter 1: Introducing .NET Core -- Chapter 2: Building C# Applications -- Part II: Core C# Programming -- Chapter 3: Core C# Programming Constructs, Part I -- Chapter 4: Core C# Programming Constructs, Part II -- Part III: Object Oriented Programming with C# -- Chapter 5: Understanding Encapsulation -- Chapter 6: Understanding Inheritance and Polymorphism -- Chapter 7: Understanding Structured Exception Handling -- Chapter 8: Working with Interfaces -- Chapter 9: Understanding Object Lifetime -- Part IV: Advanced C# Programming -- Chapter 10: Collections and Generics -- Chapter 11: Advanced C# Language Features -- Chapter 12: Delegates, Events, and Lambda Expressions -- Chapter 13: LINQ To Objects -- Chapter 14: Processes, AppDomains, and Load Contexts -- Chapter 15: Multithreaded, Parallel, and Async Programming -- Part V: Programming with .NET Core Assemblies -- Chapter 16: Building and Configuring Class Libraries -- Chapter 17: Type Reflection, Late Binding, and Attribute-Based Programming -- Chapter 18: Dynamic Types and the Dynamic Languare Runtime -- Chapter 19:Understanding CIL and the Role of Dynamic Assemblies -- Part VI: File and Data Handling -- Chapter 20: File I/O and Object Serialization -- Chapter 21: Data Access with ADO.NET -- Chapter 22: Introducing Entity Framework Core -- Chapter 23: Finishing the Data Access Layer -- Part VII: Windows Client Development -- Chapter 24: Introducing Windows Presentation Foundation and XAML -- Chapter 25: WPF Controls, Layouts, Events, and Data Binding -- Chapter 26: WPF Graphics Rendering Services -- Chapter 27: WPF Resources, Animations, Styles, and Templates -- Chapter 28: WPF Notifications, Validations, Commands, and MVVM -- Part VIII: ASP.NET Core -- Chapter 29: Introducing ASP.NET Core -- Chapter 30: Restful Services with ASP.NET Core -- Chapter 31: MVC Applications with ASP.NET Core. |
Tipo de medio : |
Computadora |
Summary : |
This essential classic provides a comprehensive foundation in the C# programming language and the frameworks it lives in. Now in its 9th edition, you will find the latest C# 8 and .NET Core features, along with new chapters on Microsoft's lightweight, cross-platform framework, .NET Core 3.1. Coverage of ASP.NET Core, Entity Framework Core, and more, sits alongside the latest updates to .NET Core, including Windows Presentation Foundation (WPF). Not only does this book cover all of the latest features in C# 8, but all chapters and code samples have been rewritten for this latest release. Dive in and discover why this book has been a favorite of C# developers worldwide for more than 15 years. Gain a solid foundation in object-oriented development techniques, attributes and reflection, generics and collections, and numerous advanced topics not found in other texts (such as CIL opcodes and emitting dynamic assemblies). With the help of Pro C# 8 with .NET Core 3 gain the confidence to put C# into practice and explore the .NET Core universe on your own terms. What You Will Learn: Discover the bells and whistles of C# 8 features and updates to previous features Hit the ground running with ASP.NET Core web applications and web services, and Entity Framework Core Work with the latest version of Windows Presentation Foundation, now a part of .NET Core Understand the philosophy behind .NET and the cross-platform alternative, .NET Core Develop applications with C# and modern frameworks for services, web, and smart client applications This book is for developers who are interested in Microsoft programming and the C# language. Andrew Troelsen has more than 20 years of experience in the software industry. Over this time he has worked as a developer, educator, author, public speaker, and now team lead and lead engineer. He is the author of numerous books in the Microsoft universe. He holds a master of science degree in software engineering (MSSE) from the University of St. Thomas and another in computational linguistics (CLMS) from the University of Washington. Phil Japikse is an international speaker, Microsoft MVP, ASPInsider, Professional Scrum Trainer, and a passionate member of the developer community. He is the lead director of the Cincinnati .NET User Group and the Cincinnati Software Architect Roundtable, and he founded the CincyDeliver conference, Currently, Phil works as a Director of Consulting and Enterprise Architect. Follow Phil on his blog (skimedic.com) or on Twitter @skimedic. "Amazing! Provides easy-to-follow explanations and examples. I remember reading the first version of this book; this is a 'must-have' for your collection if you are learning .NET Core!" – Rick McGuire, Senior Application Development Manager, Microsoft "Phil is a journeyman programmer who brings years of experience and a passion for teaching to make this fully revised and modernized 'classic' a 'must-have'. Any developer who wants full-spectrum, up-to-date coverage of both the C# language and how to use it with .NET Core and ASP.NET Core should get this book." – Brian A. Randell, Partner, MCW Technologies and Microsoft MVP. |
Enlace de acceso : |
https://link-springer-com.biblioproxy.umanizales.edu.co/referencework/10.1007/97 [...] |
|  |