Cargando…

Learning ASP.NET Core 2.0 : build modern web apps with ASP.NET Core 2.0, MVC, and EF Core 2 /

Chapter 8: Accessing Data using Entity Framework Core 2 -- Getting started with Entity Framework Core 2 -- Establishing a connection -- Defining primary keys and foreign keys via Data Annotations -- Using Entity Framework Core 2 Migrations -- Creating, reading, updating, and deleting data -- Summary...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Oliveira, Jason de (Autor), Bruchet, Michel (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Publishing, 2017.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_on1020287970
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 180124s2017 enka o 000 0 eng d
040 |a UMI  |b eng  |e rda  |e pn  |c UMI  |d STF  |d TOH  |d OCLCF  |d CEF  |d KSU  |d DEBBG  |d G3B  |d LVT  |d S9I  |d UAB  |d YDX  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO 
019 |a 1086094229 
020 |a 9781788471848 
020 |a 1788471849 
020 |a 1788476638 
020 |a 9781788476638 
020 |z 9781788476638 
024 3 |a 9781788476638 
029 1 |a GBVCP  |b 1014940710 
035 |a (OCoLC)1020287970  |z (OCoLC)1086094229 
037 |a CL0500000932  |b Safari Books Online 
050 4 |a TK5105.8885.A26 
082 0 4 |a 005.276 
049 |a UAMI 
100 1 |a Oliveira, Jason de,  |e author. 
245 1 0 |a Learning ASP.NET Core 2.0 :  |b build modern web apps with ASP.NET Core 2.0, MVC, and EF Core 2 /  |c Jason De Oliveira, Michel Bruchet. 
264 1 |a Birmingham, UK :  |b Packt Publishing,  |c 2017. 
300 |a 1 online resource (1 volume) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a data file 
588 0 |a Online resource; title from title page (Safari, viewed January 23, 2018). 
505 0 |a Cover -- Title Page -- Copyright -- Credits -- Foreword -- About the Authors -- About the Reviewer -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: What is ASP.NET Core 2.0? -- ASP.NET Core 2.0 features -- Cross-platform support -- Microservice architecture -- Working with Docker and containers -- Performance and scalability -- Side-by-side deployments -- Technology restrictions -- When to choose ASP.NET Core 2.0 -- Summary -- Chapter 2: Setting Up the Environment -- Visual Studio 2017 as a development environment -- How to install Visual Studio 2017 Community Edition -- First steps with Visual Studio 2017 -- Creating your first ASP.NET Core 2.0 application in Visual Studio 2017 -- Creating your first ASP.NET Core 2.0 application via the command line -- Visual Studio Code as a development environment -- How to install Visual Studio Code on Linux -- Creating your first ASP.NET Core 2.0 application in Visual Studio Code -- Creating your first ASP.NET Core 2.0 application in Linux -- Summary -- Chapter 3: Creating a Continuous Integration Pipeline in VSTS -- Continuous integration, continuous deployment, and build and release pipelines -- Using VSTS for continuous integration and continuous deployment -- Creating a free VSTS subscription and your first VSTS project -- Organizing your work via work items -- Using Git as a version control system -- Using feature branches -- Merging changes and resolving conflicts -- Creating a VSTS build pipeline -- Creating a VSTS release pipeline -- Summary -- Chapter 4: Basic Concepts of ASP.NET Core 2.0 -- Part 1 -- Building the Tic-Tac-Toe game -- Conceiving and implementing your first Tic-Tac-Toe feature -- Targeting different .NET Framework versions in the .csproj files of your projects -- Using the Microsoft. AspNetCore. All metapackage -- Working with the Program class. 
505 8 |a Working with the Startup class -- Preparing the basic project structure -- Creating the Tic-Tac-Toe home page -- Giving your web pages a more modern look by using Bower and layout pages -- Creating the Tic-Tac-Toe user registration page -- Using dependency injection for encouraging loose coupling within your applications -- Creating the Tic-Tac-Toe user service -- Working with middlewares -- Working with static files -- Using routing, URL redirection, and URL rewriting -- Adding error handling to your applications -- Summary -- Chapter 5: Basic Concepts of ASP.NET Core 2.0 -- Part 2 -- Client-side development using JavaScript -- Optimizing your web applications and using bundling and minification -- Working with WebSockets for real-time communication scenarios -- Taking advantage of session and user cache management -- Applying globalization and localization for multi-lingual user interfaces -- Configuring your applications and services -- Using logging -- Implementing advanced dependency injection concepts -- Building once and running on multiple environments -- Summary -- Chapter 6: Creating MVC Applications -- Understanding the Model View Controller pattern -- Models -- Views -- Controllers -- Unit tests -- Integration tests -- Creating dedicated layouts for multiple devices -- Using View Pages, Partial Views, View Components, and Tag Helpers -- Using View Pages -- Using Partial Views -- Using View Components -- Using Tag Helpers -- Dividing web applications into multiple Areas -- Applying advanced concepts -- Using view engines -- Providing better quality by creating unit tests and integration tests -- Adding unit tests -- Adding integration tests -- Summary -- Chapter 7: Creating Web API Applications -- Applying Web API concepts and best practices -- Building RPC-style Web APIs -- Building REST-style Web APIs -- Building HATEOAS-style Web APIs. 
520 |a Chapter 8: Accessing Data using Entity Framework Core 2 -- Getting started with Entity Framework Core 2 -- Establishing a connection -- Defining primary keys and foreign keys via Data Annotations -- Using Entity Framework Core 2 Migrations -- Creating, reading, updating, and deleting data -- Summary -- Chapter 9: Securing ASP.NET Core 2.0 Applications -- Implementing authentication -- Adding basic user forms authentication -- Adding external provider authentication -- Working with two-factor authentication -- Adding forgotten password and password reset mechanisms -- Implementing authorization -- Summary -- Chapter 10: Hosting and Deploying ASP.NET Core 2.0 Applications -- Hosting applications -- Deploying applications in Amazon Web Services -- Deploying applications in AWS Elastic Beanstalk -- Deploying applications in Microsoft Azure -- Deploying applications in Microsoft Azure App Services -- Deploying applications into Docker containers -- Deploying applications into Docker containers using Docker for Windows and Docker Enterprise Edition -- Publishing images to the Docker Hub -- Summary -- Chapter 11: Managing and Supervising ASP.NET Core 2.0 Applications -- Logging in ASP.NET Core 2.0 applications -- Logging in Microsoft Azure -- Logging in Amazon Web Services -- Monitoring ASP.NET Core 2.0 applications -- Monitoring on-premises and in Docker -- Monitoring in Microsoft Azure -- Monitoring in Amazon Web Services -- Summary -- Index. 
520 |a Being able to develop web applications that are highly efficient while easy to maintain has become imperative in many businesses. ASP.NET Core 2.0 is an open source framework from Microsoft, which makes it easy to build cross-platform web applications that are modern and dynamic. This book will take you through all of the essential concepts in ... 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a Active server pages. 
630 0 0 |a Microsoft .NET Framework. 
630 0 7 |a Active server pages  |2 fast 
630 0 7 |a Microsoft .NET Framework  |2 fast 
650 0 |a Web applications  |x Development. 
650 6 |a Applications Web  |x Développement. 
700 1 |a Bruchet, Michel,  |e author. 
776 0 8 |i Print version:  |a Oliveira, Jason De.  |t Learning ASP.NET Core 2.0.  |d Birmingham : Packt Publishing, ©2017 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781788476638/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a YBP Library Services  |b YANK  |n 15052552 
994 |a 92  |b IZTAP