Información del autor
Autor Japikse, Philip |
Documentos disponibles escritos por este autor (3)



TÃtulo : Building Web Applications with .NET Core 2.1 and JavaScript : Leveraging Modern JavaScript Frameworks Tipo de documento: documento electrónico Autores: Japikse, Philip, ; Grossnicklaus, Kevin, ; Dewey, Ben, Mención de edición: 2 ed. Editorial: Berkeley, CA : Apress Fecha de publicación: 2020 Número de páginas: XXXVI, 615 p. 82 ilustraciones ISBN/ISSN/DL: 978-1-4842-5352-6 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 programación de internet Compiladores (programas informáticos) microsoft Desarrollo web Compiladores e intérpretes Clasificación: 5.268 Resumen: Arremánguese y comience a crear aplicaciones web utilizando .NET Core 2.1 y los marcos de JavaScript más populares. Comenzará construyendo una capa de acceso a datos usando Entity Framework Core, un servicio RESTful usando ASP.NET Core, y luego construirá una aplicación web siguiendo el patrón MVC, también usando ASP.NET Core. La aplicación resultante es un sitio de comercio electrónico de ejemplo que utiliza las capacidades más adecuadas de .NET Core para crear una lÃnea de aplicaciones comerciales. La segunda mitad de Creación de aplicaciones web con .NET Core 2.1 y JavaScript está dedicada a enseñarle cómo desarrollar aplicaciones en el cliente con JavaScript, BootStrap y herramientas relacionadas, como TypeScript, WebPack, NPM y más. Cada marco de JavaScript creará la misma interfaz de usuario que la aplicación web ASP.NET Core de la primera mitad del libro, aprovechando el mismo servicio RESTful de ASP.NET Core y la capa de acceso a datos de Entity Framework Core. Crear la misma interfaz de usuario en los diferentes marcos de JavaScript proporciona el contexto y el conocimiento para comparar y contrastar razonablemente las herramientas. Usted podrá: Avanzar rápidamente en Entity Framework Core y ASP.NET Core Usar TypeScript para ofrecer un mejor JavaScript Administrar su proceso de compilación de JavaScript Saber cómo crear interfaces de usuario con ASP.NET Core MVC, Angular y React para tomar mejores decisiones sobre qué tecnologÃas usar adopte en sus proyectos Realice una comparación de manzanas con manzanas de ASP.NET Core, Angular y React Este libro está dirigido a arquitectos, consultores y desarrolladores de .NET que desean modernizar su conjunto de habilidades. Es útil tener algún conocimiento de JavaScript y de la Web. Phil Japikse es un orador internacional, autor, Microsoft MVP, ASPInsider, MCSD, PSM II y PSD, y un miembro apasionado de la comunidad de desarrolladores. Actualmente, es Director de ConsultorÃa y Arquitecto Jefe de una consultorÃa que presta servicios a empresas medianas y grandes. Es voluntario como presidente del Cincinnati .NET User Group y del Cincinnati Software Architect Group, fundó la conferencia CincyDeliver y nunca se cansa de aprender tecnologÃa y mejorar su oficio. SÃguelo en su blog en skimedic.com o en Twitter @skimedic. Kevin Grossnicklaus es propietario de ArchitectNow, una empresa de desarrollo de software con sede en St. Louis, Missouri, que fundó en 2009. Comenzó a desarrollar con Visual Studio y administró código .NET durante los primeros ciclos beta en 2001. En ArchitectNow, él y su El equipo se especializa en una amplia variedad de herramientas y al mismo tiempo ofrece aplicaciones en una variedad de plataformas móviles y en la nube. Ben Dewey es director creativo de Tallan, Inc., donde asesora a las empresas sobre sus tecnologÃas basadas en la web y la nube. Es un ex MVP de Microsoft y autor publicado con más de 18 años de experiencia escribiendo aplicaciones. Cuando no realiza consultorÃa, está ocupado entrenando, asesorando y hablando en conferencias y eventos comunitarios. Encuéntrelo en Twitter @bendewey, StackOverflow, GitHub o en su blog en bendewey.com. Nota de contenido: Part I -- Chapter 1: Introducing .NET Core -- Chapter 2: – Introducing Entity Framework Core -- Chapter 3: Building the Data Access Layer, Part 1 -- Chapter 4: Complete the Data Access Layer -- Chapter 5: Introducing ASP.NET Core -- Chapter 6: Building the RESTful Service with ASP.NET Core -- Chapter 7: Build the Web Application with ASP.NET Core, Part 1 -- Chapter 8: Complete the Web Application with ASP.NET Core -- Part II -- Chapter 9: JavaScript Application Tools -- Chapter 10: Introduction to Typescript -- Chapter 11: Building the Spy Store Web Application with Angular -- Chapter 12: React. Tipo de medio : Computadora Summary : Roll up your sleeves and jump into building web applications using .NET Core 2.1 and the most popular JavaScript frameworks. You will start by building a data access layer using Entity Framework Core, a RESTful service using ASP.NET Core, and then you will build a web application following the MVC pattern, also using ASP.NET Core. The resulting application is an example e-commerce site using the most appropriate capabilities in .NET Core for building a line of business applications. The second half of Building Web Applications with .NET Core 2.1 and JavaScript is dedicated to teaching you how to develop applications on the client with JavaScript, BootStrap, and related tooling such as TypeScript, WebPack, NPM, and more. Each JavaScript framework will build the same UI as the ASP.NET Core web application from the first half of the book, leveraging the same ASP.NET Core RESTful service and Entity Framework Core data access layer. Buildingthe same UI in the different JavaScript frameworks provides the context and knowledge to reasonably compare and contrast the tools. You will: Ramp up quickly on Entity Framework Core and ASP.NET Core Use TypeScript to deliver better JavaScript Manage your JavaScript build process Know how to build UIs with ASP.NET Core MVC, Angular, and React to make better decisions on which technologies to adopt in your projects Conduct an apples-to-apples comparison of ASP.NET Core, Angular, and React This book is for .NET architects, consultants, and developers who want to modernize their skill set. Some understanding of JavaScript and the Web is useful. Phil Japikse is an international speaker, author, Microsoft MVP, ASPInsider, MCSD, PSM II, and PSD, and a passionate member of the developer community. Currently, he is Director of Consulting and Chief Architect for a consultancy that services medium to large firms. He volunteers as the president for the Cincinnati .NET User Group and the Cincinnati Software Architect Group, he founded the CincyDeliver conference, and he never tires when it comes to learning technology and improving his craft. Follow him on his blog at skimedic.com or Twitter @skimedic. Kevin Grossnicklaus is owner of ArchitectNow, a software development firm based in St. Louis, Missouri that he founded in 2009. He got his start developing with Visual Studio and managed .NET code during the early beta cycles in 2001. At ArchitectNow he and his team specialize in a wide variety of tools while delivering applications across a variety of cloud and mobile platforms. Ben Dewey is Creative Director at Tallan, Inc., where he advises companies about their web- and cloud-based technologies. He is a former Microsoft MVP, and published author with more than 18 years of experience writing applications. When not consulting, he is busy training, mentoring, and speaking at conferences and community events. Find him on Twitter @bendewey, StackOverflow, GitHub, or on his blog at bendewey.com. Enlace de acceso : https://link-springer-com.biblioproxy.umanizales.edu.co/referencework/10.1007/97 [...] Building Web Applications with .NET Core 2.1 and JavaScript : Leveraging Modern JavaScript Frameworks [documento electrónico] / Japikse, Philip, ; Grossnicklaus, Kevin, ; Dewey, Ben, . - 2 ed. . - Berkeley, CA : Apress, 2020 . - XXXVI, 615 p. 82 ilustraciones.
ISBN : 978-1-4842-5352-6
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 programación de internet Compiladores (programas informáticos) microsoft Desarrollo web Compiladores e intérpretes Clasificación: 5.268 Resumen: Arremánguese y comience a crear aplicaciones web utilizando .NET Core 2.1 y los marcos de JavaScript más populares. Comenzará construyendo una capa de acceso a datos usando Entity Framework Core, un servicio RESTful usando ASP.NET Core, y luego construirá una aplicación web siguiendo el patrón MVC, también usando ASP.NET Core. La aplicación resultante es un sitio de comercio electrónico de ejemplo que utiliza las capacidades más adecuadas de .NET Core para crear una lÃnea de aplicaciones comerciales. La segunda mitad de Creación de aplicaciones web con .NET Core 2.1 y JavaScript está dedicada a enseñarle cómo desarrollar aplicaciones en el cliente con JavaScript, BootStrap y herramientas relacionadas, como TypeScript, WebPack, NPM y más. Cada marco de JavaScript creará la misma interfaz de usuario que la aplicación web ASP.NET Core de la primera mitad del libro, aprovechando el mismo servicio RESTful de ASP.NET Core y la capa de acceso a datos de Entity Framework Core. Crear la misma interfaz de usuario en los diferentes marcos de JavaScript proporciona el contexto y el conocimiento para comparar y contrastar razonablemente las herramientas. Usted podrá: Avanzar rápidamente en Entity Framework Core y ASP.NET Core Usar TypeScript para ofrecer un mejor JavaScript Administrar su proceso de compilación de JavaScript Saber cómo crear interfaces de usuario con ASP.NET Core MVC, Angular y React para tomar mejores decisiones sobre qué tecnologÃas usar adopte en sus proyectos Realice una comparación de manzanas con manzanas de ASP.NET Core, Angular y React Este libro está dirigido a arquitectos, consultores y desarrolladores de .NET que desean modernizar su conjunto de habilidades. Es útil tener algún conocimiento de JavaScript y de la Web. Phil Japikse es un orador internacional, autor, Microsoft MVP, ASPInsider, MCSD, PSM II y PSD, y un miembro apasionado de la comunidad de desarrolladores. Actualmente, es Director de ConsultorÃa y Arquitecto Jefe de una consultorÃa que presta servicios a empresas medianas y grandes. Es voluntario como presidente del Cincinnati .NET User Group y del Cincinnati Software Architect Group, fundó la conferencia CincyDeliver y nunca se cansa de aprender tecnologÃa y mejorar su oficio. SÃguelo en su blog en skimedic.com o en Twitter @skimedic. Kevin Grossnicklaus es propietario de ArchitectNow, una empresa de desarrollo de software con sede en St. Louis, Missouri, que fundó en 2009. Comenzó a desarrollar con Visual Studio y administró código .NET durante los primeros ciclos beta en 2001. En ArchitectNow, él y su El equipo se especializa en una amplia variedad de herramientas y al mismo tiempo ofrece aplicaciones en una variedad de plataformas móviles y en la nube. Ben Dewey es director creativo de Tallan, Inc., donde asesora a las empresas sobre sus tecnologÃas basadas en la web y la nube. Es un ex MVP de Microsoft y autor publicado con más de 18 años de experiencia escribiendo aplicaciones. Cuando no realiza consultorÃa, está ocupado entrenando, asesorando y hablando en conferencias y eventos comunitarios. Encuéntrelo en Twitter @bendewey, StackOverflow, GitHub o en su blog en bendewey.com. Nota de contenido: Part I -- Chapter 1: Introducing .NET Core -- Chapter 2: – Introducing Entity Framework Core -- Chapter 3: Building the Data Access Layer, Part 1 -- Chapter 4: Complete the Data Access Layer -- Chapter 5: Introducing ASP.NET Core -- Chapter 6: Building the RESTful Service with ASP.NET Core -- Chapter 7: Build the Web Application with ASP.NET Core, Part 1 -- Chapter 8: Complete the Web Application with ASP.NET Core -- Part II -- Chapter 9: JavaScript Application Tools -- Chapter 10: Introduction to Typescript -- Chapter 11: Building the Spy Store Web Application with Angular -- Chapter 12: React. Tipo de medio : Computadora Summary : Roll up your sleeves and jump into building web applications using .NET Core 2.1 and the most popular JavaScript frameworks. You will start by building a data access layer using Entity Framework Core, a RESTful service using ASP.NET Core, and then you will build a web application following the MVC pattern, also using ASP.NET Core. The resulting application is an example e-commerce site using the most appropriate capabilities in .NET Core for building a line of business applications. The second half of Building Web Applications with .NET Core 2.1 and JavaScript is dedicated to teaching you how to develop applications on the client with JavaScript, BootStrap, and related tooling such as TypeScript, WebPack, NPM, and more. Each JavaScript framework will build the same UI as the ASP.NET Core web application from the first half of the book, leveraging the same ASP.NET Core RESTful service and Entity Framework Core data access layer. Buildingthe same UI in the different JavaScript frameworks provides the context and knowledge to reasonably compare and contrast the tools. You will: Ramp up quickly on Entity Framework Core and ASP.NET Core Use TypeScript to deliver better JavaScript Manage your JavaScript build process Know how to build UIs with ASP.NET Core MVC, Angular, and React to make better decisions on which technologies to adopt in your projects Conduct an apples-to-apples comparison of ASP.NET Core, Angular, and React This book is for .NET architects, consultants, and developers who want to modernize their skill set. Some understanding of JavaScript and the Web is useful. Phil Japikse is an international speaker, author, Microsoft MVP, ASPInsider, MCSD, PSM II, and PSD, and a passionate member of the developer community. Currently, he is Director of Consulting and Chief Architect for a consultancy that services medium to large firms. He volunteers as the president for the Cincinnati .NET User Group and the Cincinnati Software Architect Group, he founded the CincyDeliver conference, and he never tires when it comes to learning technology and improving his craft. Follow him on his blog at skimedic.com or Twitter @skimedic. Kevin Grossnicklaus is owner of ArchitectNow, a software development firm based in St. Louis, Missouri that he founded in 2009. He got his start developing with Visual Studio and managed .NET code during the early beta cycles in 2001. At ArchitectNow he and his team specialize in a wide variety of tools while delivering applications across a variety of cloud and mobile platforms. Ben Dewey is Creative Director at Tallan, Inc., where he advises companies about their web- and cloud-based technologies. He is a former Microsoft MVP, and published author with more than 18 years of experience writing applications. When not consulting, he is busy training, mentoring, and speaking at conferences and community events. Find him on Twitter @bendewey, StackOverflow, GitHub, or on his blog at bendewey.com. Enlace de acceso : https://link-springer-com.biblioproxy.umanizales.edu.co/referencework/10.1007/97 [...]
TÃtulo : Building Web Applications with Visual Studio 2017 : Using .NET Core and Modern JavaScript Frameworks Tipo de documento: documento electrónico Autores: Japikse, Philip, ; Grossnicklaus, Kevin, ; Dewey, Ben, Mención de edición: 1 ed. Editorial: Berkeley, CA : Apress Fecha de publicación: 2017 Número de páginas: XXXIII, 393 p. 116 ilustraciones, 113 ilustraciones en color. ISBN/ISSN/DL: 978-1-4842-2478-6 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 Compiladores (programas informáticos) microsoft Compiladores e intérpretes Clasificación: 5.268 Resumen: Aprenda a crear aplicaciones web a partir de tres MVP de Microsoft. Después de crear la capa de aplicación de datos usando Entity Framework Core y un servicio RESTful usando ASP.NET Core, creará la aplicación web del lado del cliente de tres maneras: primero, usando ASP.NET Core, luego usando Angular 2 y, finalmente, usando Reaccionar. Podrá comparar y contrastar estos marcos de interfaz de usuario y seleccionar el mejor para sus necesidades. .NET Core es una reescritura completa del popular .NET y sus marcos relacionados. Si bien muchos conceptos son similares entre .NET Core y .NET 4.6 framework, también hay cambios revolucionarios, incluidas actualizaciones de Entity Framework Core y ASP.NET Core. La primera sección de este libro cubre las tres partes principales de la creación de aplicaciones con C#: Entity Framework, ASP.NET Core Services y ASP.NET Core Web Applications. También hay una explosión en la popularidad de los marcos de JavaScript para el desarrollo del lado del cliente, y los autores cubren dos de los marcos de UI más populares. Comience con TypeScript para desarrollar JavaScript limpio, junto con una herramienta de compilación del lado del cliente como Gulp, Grunt y WebPack. Usando la misma capa de acceso a datos y el servicio RESTful de la aplicación .NET Core, puede reconstruir la interfaz de usuario usando Angular 2. Luego, repita el proceso usando React, para una comparación real de la creación de aplicaciones del lado del cliente usando ASP.NET Core, Angular 2. y reaccionar. Lo que aprenderá: comprenderá los fundamentos de .NET Core y lo que eso significa para el desarrollador de .NET tradicional. Construya: una capa de acceso a datos con Entity Framework Core, un servicio RESTful con ASP.NET Core MVC y un sitio web con ASP. NET Core MVC y Bootstrap Automatiza muchas tareas de compilación con utilidades de compilación del lado del cliente. Nota de contenido: Part I - VS 2017 and .NET Core -- 1. Introducing Entity Framework Core -- 2. Building the Data Access Layer with Entity Framework Core -- 3. Building the RESTful Service with ASP .NET Core MVC Services -- 4. Introducing ASP .NET Core MVC Web Applications -- 5. Building the SpyStore Application with ASP .NET Core MVC -- Part II- JavaScript Frameworks -- 6. JavaScript Application Tools -- 7. Introduction to TypeScript -- 8. Angular 2 -- 9. React. Tipo de medio : Computadora Summary : Learn how to build web applications from three Microsoft MVPs. After building the data application layer using Entity Framework Core and a RESTful service using ASP.NET Core, you will then build the client side web application three ways: first, using ASP.NET Core, then using Angular 2, and, finally, using React. You will be able to compare and contrast these UI frameworks and select the best one for your needs. .NET Core is a complete rewrite of the popular .NET and its related frameworks. While many concepts are similar between .NET Core and the .NET 4.6 framework, there are revolutionary changes as well, including updates to Entity Framework Core and ASP.NET Core. The first section of this book covers the three main parts of building applications with C#: Entity Framework, ASP.NET Core Services, and ASP.NET Core Web Applications. There is also an explosion in popularity of JavaScript frameworks for client side development, and the authors cover two of the most popular UI frameworks. Start with TypeScript for developing clean JavaScript, along with a client side build tool such as Gulp, Grunt, and WebPack. Using the same data access layer and RESTful service from the .NET Core application, you can rebuild the UI using Angular 2. Then, repeat the process using React, for a true comparison of building client side applications using ASP.NET Core, Angular 2, and React. What You'll Learn: Understand the fundamentals of .NET Core and what that means to the traditional .NET developer Build: a data access layer with Entity Framework Core, a RESTful service with ASP.NET Core MVC, and a website with ASP.NET Core MVC and Bootstrap Automate many build tasks with client side build utilities. Enlace de acceso : https://link-springer-com.biblioproxy.umanizales.edu.co/referencework/10.1007/97 [...] Building Web Applications with Visual Studio 2017 : Using .NET Core and Modern JavaScript Frameworks [documento electrónico] / Japikse, Philip, ; Grossnicklaus, Kevin, ; Dewey, Ben, . - 1 ed. . - Berkeley, CA : Apress, 2017 . - XXXIII, 393 p. 116 ilustraciones, 113 ilustraciones en color.
ISBN : 978-1-4842-2478-6
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 Compiladores (programas informáticos) microsoft Compiladores e intérpretes Clasificación: 5.268 Resumen: Aprenda a crear aplicaciones web a partir de tres MVP de Microsoft. Después de crear la capa de aplicación de datos usando Entity Framework Core y un servicio RESTful usando ASP.NET Core, creará la aplicación web del lado del cliente de tres maneras: primero, usando ASP.NET Core, luego usando Angular 2 y, finalmente, usando Reaccionar. Podrá comparar y contrastar estos marcos de interfaz de usuario y seleccionar el mejor para sus necesidades. .NET Core es una reescritura completa del popular .NET y sus marcos relacionados. Si bien muchos conceptos son similares entre .NET Core y .NET 4.6 framework, también hay cambios revolucionarios, incluidas actualizaciones de Entity Framework Core y ASP.NET Core. La primera sección de este libro cubre las tres partes principales de la creación de aplicaciones con C#: Entity Framework, ASP.NET Core Services y ASP.NET Core Web Applications. También hay una explosión en la popularidad de los marcos de JavaScript para el desarrollo del lado del cliente, y los autores cubren dos de los marcos de UI más populares. Comience con TypeScript para desarrollar JavaScript limpio, junto con una herramienta de compilación del lado del cliente como Gulp, Grunt y WebPack. Usando la misma capa de acceso a datos y el servicio RESTful de la aplicación .NET Core, puede reconstruir la interfaz de usuario usando Angular 2. Luego, repita el proceso usando React, para una comparación real de la creación de aplicaciones del lado del cliente usando ASP.NET Core, Angular 2. y reaccionar. Lo que aprenderá: comprenderá los fundamentos de .NET Core y lo que eso significa para el desarrollador de .NET tradicional. Construya: una capa de acceso a datos con Entity Framework Core, un servicio RESTful con ASP.NET Core MVC y un sitio web con ASP. NET Core MVC y Bootstrap Automatiza muchas tareas de compilación con utilidades de compilación del lado del cliente. Nota de contenido: Part I - VS 2017 and .NET Core -- 1. Introducing Entity Framework Core -- 2. Building the Data Access Layer with Entity Framework Core -- 3. Building the RESTful Service with ASP .NET Core MVC Services -- 4. Introducing ASP .NET Core MVC Web Applications -- 5. Building the SpyStore Application with ASP .NET Core MVC -- Part II- JavaScript Frameworks -- 6. JavaScript Application Tools -- 7. Introduction to TypeScript -- 8. Angular 2 -- 9. React. Tipo de medio : Computadora Summary : Learn how to build web applications from three Microsoft MVPs. After building the data application layer using Entity Framework Core and a RESTful service using ASP.NET Core, you will then build the client side web application three ways: first, using ASP.NET Core, then using Angular 2, and, finally, using React. You will be able to compare and contrast these UI frameworks and select the best one for your needs. .NET Core is a complete rewrite of the popular .NET and its related frameworks. While many concepts are similar between .NET Core and the .NET 4.6 framework, there are revolutionary changes as well, including updates to Entity Framework Core and ASP.NET Core. The first section of this book covers the three main parts of building applications with C#: Entity Framework, ASP.NET Core Services, and ASP.NET Core Web Applications. There is also an explosion in popularity of JavaScript frameworks for client side development, and the authors cover two of the most popular UI frameworks. Start with TypeScript for developing clean JavaScript, along with a client side build tool such as Gulp, Grunt, and WebPack. Using the same data access layer and RESTful service from the .NET Core application, you can rebuild the UI using Angular 2. Then, repeat the process using React, for a true comparison of building client side applications using ASP.NET Core, Angular 2, and React. What You'll Learn: Understand the fundamentals of .NET Core and what that means to the traditional .NET developer Build: a data access layer with Entity Framework Core, a RESTful service with ASP.NET Core MVC, and a website with ASP.NET Core MVC and Bootstrap Automate many build tasks with client side build utilities. Enlace de acceso : https://link-springer-com.biblioproxy.umanizales.edu.co/referencework/10.1007/97 [...]
TÃtulo : Pro C# 7 : With .NET and .NET Core Tipo de documento: documento electrónico Autores: Troelsen, Andrew, ; Japikse, Philip, Mención de edición: 8 ed. Editorial: Berkeley, CA : Apress Fecha de publicación: 2017 Número de páginas: LXV, 1372 p. 368 ilustraciones, 339 ilustraciones en color. ISBN/ISSN/DL: 978-1-4842-3018-3 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 tÃtulo 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 octava edición, encontrará aquà todas las caracterÃsticas más recientes de C# 7.1 y .NET 4.7, junto con cuatro capÃtulos completamente nuevos sobre El marco liviano y multiplataforma de Microsoft, .NET Core, hasta .NET Core 2.0 inclusive. La cobertura de ASP.NET Core, Entity Framework (EF) Core y más se combina con las últimas actualizaciones de .NET, incluidas Windows Presentation Foundation (WPF), Windows Communication Foundation (WCF) y ASP.NET MVC. Sumérgete y descubre por qué Pro C# ha sido el favorito 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, asà como 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 este libro, tendrá la confianza necesaria para poner C# en práctica y explorar el universo .NET en sus propios términos. Lo que aprenderá Descubra las funciones más recientes de C# 7.1, desde tuplas hasta coincidencia de patrones. Comience a trabajar con la plataforma .NET Core, liviana y de código abierto de Microsoft, que incluye ASP.NET Core MVC, servicios web ASP.NET Core y Entity Framework Core. cobertura completa de XAML, .NET 4.7 y Visual Studio 2017. Comprenda la filosofÃa detrás de .NET y la nueva alternativa multiplataforma, .NET Core. Nota de contenido: Part 1 - Introducing C# and the .NET Platform -- 1: The Philosophy of .NET -- 2: Building C# Applications -- Part 2 - Core C# Programing -- 3: Core C# Programming Constructs, Part I -- 4: Core C# Programming Constructs, Part II -- Part 3 - Object-Oriented Programming with C# -- 5: Understanding Encapsulation -- 6: Understanding Inheritance and Polymorphism -- 7: Understanding Structured Exception Handling -- 8: Working with Interfaces -- Part 4 - Advanced C# Programming -- 9: Collections and Generics -- 10: Delegates, Events, and Lambda Expressions -- 11: Advanced C# Language Features -- 12: LINQ to Objects -- 13: Understanding Object Lifetime -- Part 5 - Programming with .NET Assemblies -- 14: Building and Configuring Class Libraries -- 15: Type Reflection, Late Binding, and Attribute-Based Programming -- 16: Dynamic Types and the Dynamic Language Runtime -- 17: Processes, AppDomains, and Object Contexts -- 18: Understanding CIL and the Role of Dynamic Assemblies -- Part 6 - Introducing the .NET Base Class Libraries -- 19: Multithreaded, Parallel, and Async Programming -- 20: File I/O and Object Serialization -- 21: Data Access With ADO.NET -- 22: Introducing Entity Framework 6 -- 23: Introducing Windows Communication Foundation -- Part 7 - Windows Presentation Foundation -- 24: Introducing Windows Presentation Foundation and XAML -- 25: Programming WPF Controls -- 26: WPF Graphics Rendering Services -- 27: WPF Resources, Animations, Styles, and Templates -- 28: Notifications, Validations, Command, and MVVM -- Part 8 - ASP.NET.MVC -- 29: Introducing ASP.NET MVC -- 30: Introducing ASP.NET Web API 2.2 -- Part 9 - .NET CORE -- 31: The Philosophy of .NET Core -- 32: Introducing Entity Framework Core -- 33: Introducing ASP.NET Core Web Applications -- 34: Introducing ASP.NET Core Service Applications -- Appendicies -- Appendix A: ADO.NET Data Sets, Data Tables, and Data Adapters -- Appendix B: Introducing LINQ to XML -- Appendix C: Introducing ASP.NET Web Forms -- Appendix D: ASP.NET Web Controls, Master Pages,and Themes -- Appendix E: ASP.NET State Management Techniques. Tipo de medio : Computadora Summary : This essential classic title provides a comprehensive foundation in the C# programming language and the frameworks it lives in. Now in its 8th edition, you'll find all the very latest C# 7.1 and .NET 4.7 features here, along with four brand new chapters on Microsoft's lightweight, cross-platform framework, .NET Core, up to and including .NET Core 2.0. Coverage of ASP.NET Core, Entity Framework (EF) Core, and more, sits alongside the latest updates to .NET, including Windows Presentation Foundation (WPF), Windows Communication Foundation (WCF), and ASP.NET MVC. Dive in and discover why Pro C# has been a favorite of C# developers worldwide for over 15 years. Gain a solid foundation in object-oriented development techniques, attributes and reflection, generics and collections as well as numerous advanced topics not found in other texts (such as CIL opcodes and emitting dynamic assemblies). With the help of this book you'll have the confidence to put C# into practice and explore the .NET universe on your own terms. What You Will Learn Discover the latest C# 7.1 features, from tuples to pattern matching Hit the ground running with Microsoft's lightweight, open source .NET Core platform, including ASP.NET Core MVC, ASP.NET Core web services, and Entity Framework Core Find complete coverage of XAML, .NET 4.7, and Visual Studio 2017 Understand the philosophy behind .NET and the new, cross-platform alternative, .NET Core. Enlace de acceso : https://link-springer-com.biblioproxy.umanizales.edu.co/referencework/10.1007/97 [...] Pro C# 7 : With .NET and .NET Core [documento electrónico] / Troelsen, Andrew, ; Japikse, Philip, . - 8 ed. . - Berkeley, CA : Apress, 2017 . - LXV, 1372 p. 368 ilustraciones, 339 ilustraciones en color.
ISBN : 978-1-4842-3018-3
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 tÃtulo 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 octava edición, encontrará aquà todas las caracterÃsticas más recientes de C# 7.1 y .NET 4.7, junto con cuatro capÃtulos completamente nuevos sobre El marco liviano y multiplataforma de Microsoft, .NET Core, hasta .NET Core 2.0 inclusive. La cobertura de ASP.NET Core, Entity Framework (EF) Core y más se combina con las últimas actualizaciones de .NET, incluidas Windows Presentation Foundation (WPF), Windows Communication Foundation (WCF) y ASP.NET MVC. Sumérgete y descubre por qué Pro C# ha sido el favorito 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, asà como 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 este libro, tendrá la confianza necesaria para poner C# en práctica y explorar el universo .NET en sus propios términos. Lo que aprenderá Descubra las funciones más recientes de C# 7.1, desde tuplas hasta coincidencia de patrones. Comience a trabajar con la plataforma .NET Core, liviana y de código abierto de Microsoft, que incluye ASP.NET Core MVC, servicios web ASP.NET Core y Entity Framework Core. cobertura completa de XAML, .NET 4.7 y Visual Studio 2017. Comprenda la filosofÃa detrás de .NET y la nueva alternativa multiplataforma, .NET Core. Nota de contenido: Part 1 - Introducing C# and the .NET Platform -- 1: The Philosophy of .NET -- 2: Building C# Applications -- Part 2 - Core C# Programing -- 3: Core C# Programming Constructs, Part I -- 4: Core C# Programming Constructs, Part II -- Part 3 - Object-Oriented Programming with C# -- 5: Understanding Encapsulation -- 6: Understanding Inheritance and Polymorphism -- 7: Understanding Structured Exception Handling -- 8: Working with Interfaces -- Part 4 - Advanced C# Programming -- 9: Collections and Generics -- 10: Delegates, Events, and Lambda Expressions -- 11: Advanced C# Language Features -- 12: LINQ to Objects -- 13: Understanding Object Lifetime -- Part 5 - Programming with .NET Assemblies -- 14: Building and Configuring Class Libraries -- 15: Type Reflection, Late Binding, and Attribute-Based Programming -- 16: Dynamic Types and the Dynamic Language Runtime -- 17: Processes, AppDomains, and Object Contexts -- 18: Understanding CIL and the Role of Dynamic Assemblies -- Part 6 - Introducing the .NET Base Class Libraries -- 19: Multithreaded, Parallel, and Async Programming -- 20: File I/O and Object Serialization -- 21: Data Access With ADO.NET -- 22: Introducing Entity Framework 6 -- 23: Introducing Windows Communication Foundation -- Part 7 - Windows Presentation Foundation -- 24: Introducing Windows Presentation Foundation and XAML -- 25: Programming WPF Controls -- 26: WPF Graphics Rendering Services -- 27: WPF Resources, Animations, Styles, and Templates -- 28: Notifications, Validations, Command, and MVVM -- Part 8 - ASP.NET.MVC -- 29: Introducing ASP.NET MVC -- 30: Introducing ASP.NET Web API 2.2 -- Part 9 - .NET CORE -- 31: The Philosophy of .NET Core -- 32: Introducing Entity Framework Core -- 33: Introducing ASP.NET Core Web Applications -- 34: Introducing ASP.NET Core Service Applications -- Appendicies -- Appendix A: ADO.NET Data Sets, Data Tables, and Data Adapters -- Appendix B: Introducing LINQ to XML -- Appendix C: Introducing ASP.NET Web Forms -- Appendix D: ASP.NET Web Controls, Master Pages,and Themes -- Appendix E: ASP.NET State Management Techniques. Tipo de medio : Computadora Summary : This essential classic title provides a comprehensive foundation in the C# programming language and the frameworks it lives in. Now in its 8th edition, you'll find all the very latest C# 7.1 and .NET 4.7 features here, along with four brand new chapters on Microsoft's lightweight, cross-platform framework, .NET Core, up to and including .NET Core 2.0. Coverage of ASP.NET Core, Entity Framework (EF) Core, and more, sits alongside the latest updates to .NET, including Windows Presentation Foundation (WPF), Windows Communication Foundation (WCF), and ASP.NET MVC. Dive in and discover why Pro C# has been a favorite of C# developers worldwide for over 15 years. Gain a solid foundation in object-oriented development techniques, attributes and reflection, generics and collections as well as numerous advanced topics not found in other texts (such as CIL opcodes and emitting dynamic assemblies). With the help of this book you'll have the confidence to put C# into practice and explore the .NET universe on your own terms. What You Will Learn Discover the latest C# 7.1 features, from tuples to pattern matching Hit the ground running with Microsoft's lightweight, open source .NET Core platform, including ASP.NET Core MVC, ASP.NET Core web services, and Entity Framework Core Find complete coverage of XAML, .NET 4.7, and Visual Studio 2017 Understand the philosophy behind .NET and the new, cross-platform alternative, .NET Core. Enlace de acceso : https://link-springer-com.biblioproxy.umanizales.edu.co/referencework/10.1007/97 [...]