Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

Modern Data Access with Entity Framework Core, Schwichtenberg


Варианты приобретения
Цена: 8384.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: Есть  
При оформлении заказа до: 2025-07-28
Ориентировочная дата поставки: Август-начало Сентября
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: Schwichtenberg
Название:  Modern Data Access with Entity Framework Core
ISBN: 9781484235515
Издательство: Springer
Классификация:




ISBN-10: 1484235517
Обложка/Формат: Paperback
Страницы: 644
Вес: 1.27 кг.
Дата издания: 2018
Язык: English
Издание: 1st ed.
Иллюстрации: 176 illustrations, color; 2 illustrations, black and white; xviii, 476 p. 178 illus., 176 illus. in color.
Размер: 182 x 252 x 40
Читательская аудитория: General (us: trade)
Основная тема: Microsoft and .NET
Подзаголовок: Database Programming Techniques for .NET, .NET Core, UWP, and Xamarin with C#
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание:
C# developers, here’s your opportunity to learn the ins-and-outs of Entity Framework Core, Microsoft’s recently redesigned object-relational mapper. Benefit from hands-on learning that will teach you how to tackle frustrating database challenges, such as workarounds to missing features in Entity Framework Core, and learn how to optimize the performance of your applications, head-on!
Modern Data Access with Entity Framework Core teaches best practices, guidance, and shortcuts that will significantly reduce the amount of resources you internally dedicate to programming data access code. The proven methods and tools taught in this book, such as how to get better performance, and the ability to select the platform of your choice, will save you valuable time and allow you to create seamless data access. Dive into succinct guidance that covers the gamut-- from installing Entity Framework Core, reverse engineering, forward engineering (including schema migrations), and data reading and modification with LINQ, Dynamic LINQ, SQL, Stored Procedures, and Table Valued Functions- to using third-party products such as LINQPad, Entity Developer, Entity Framework Profiler, EFPlus, and AutoMapper. Youll also appreciate excerpts of conceptual software architecture discussion around Entity Framework Core that might otherwise take years to learn.
What Youll Learn
Understand the core concepts of Entity Framework Core, as well process models for existing databases (reverse engineering) and the generation of database schemas from object models (forward engineering)Study real-world case studies for hands-on EF Core instructionGet up to speed with valuable database access scenarios and code samplesDiscover workarounds to augment missing features in Entity Framework CoreUse Entity Framework Core to write mobile appsBonus online appendix covers Entity Framework Core 2.1 release updates
Who This Book Is For
Software developers who have basic experience with .NET and C#, as well as some understanding of relational databases. Knowledge of predecessor technologies such as ADO.NET and the classic ADO.NET Entity Framework is not necessary to learn from this book.

Дополнительное описание: Chapter 1: Introducing Entity Framework Core.- Chapter 2: Installing Entity Framework Core.- Chapter 3: Concepts of Entity Framework Core.- Chapter 4: Reverse Engineering for Existing Databases (Database First Development).- Chapter 5: Forward Engineering



Entity Framework 6 Recipes

Автор: Hirani Zeeshan
Название: Entity Framework 6 Recipes
ISBN: 1430257881 ISBN-13(EAN): 9781430257882
Издательство: Springer
Рейтинг:
Цена: 6986.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Entity Framework 6 Recipes provides an exhaustive collection of ready-to-use code solutions for Entity Framework, Microsoft`s model-centric, data-access platform for the .NET Framework and ASP.NET development.

Pro Entity Framework Core 2 for ASP.NET Core MVC

Автор: Freeman Adam
Название: Pro Entity Framework Core 2 for ASP.NET Core MVC
ISBN: 1484234340 ISBN-13(EAN): 9781484234341
Издательство: Springer
Рейтинг:
Цена: 11878.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Model, map, and access data effectively with Entity Framework Core 2, the latest evolution of Microsoft's object-relational mapping framework that allows developers to access data using .NET objects, and the most common data access layer used in ASP.NET Core MVC 2 projects.

Best-selling author Adam Freeman explains how to get the most from Entity Framework Core 2 in MVC projects. He begins by describing the different ways that Entity Framework Core 2 can model data and the different types of databases that can be used. He then shows you how to use Entity Framework Core 2 in your own MVC projects, starting from the nuts-and-bolts and building up to the most advanced and sophisticated features, going in-depth to give you the knowledge you need.
What you'll learn:

  • Gain a solid architectural understanding of Entity Framework Core 2
  • Learn how to create databases using your MVC data model
  • Learn how to create MVC models using an existing database
  • Learn how to use Entity Framework Core 2 to access data in an MVC application
  • Learn how to use Entity Framework in RESTful Web Services
Each topic is covered clearly and concisely and is packed with the details you need to learn to be truly effective. The most important features are given a no-nonsense in-depth treatment and chapters include common problems and details of how to avoid them.
Who this book is for:
This book is for ASP.NET Core MVC 2 developers who want to use Entity Framework Core 2 as the data access layer in their projects.
ASP.NET MVC with Entity Framework and CSS

Автор: Naylor
Название: ASP.NET MVC with Entity Framework and CSS
ISBN: 1484221362 ISBN-13(EAN): 9781484221365
Издательство: Springer
Рейтинг:
Цена: 6986.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

This book will teach readers how to build and deploy a fully working example retail website using Microsoft ASP.NET MVC and Entity Framework technologies and recommendations. This book contains several solutions to real world issues that developers will frequently encounter.
Whether you are a novice developer or an experienced .NET developer wishing to learn more about MVC and Entity Framework, author Lee Naylor will teach you how to develop a detailed database driven example website using Microsoft ASP.NET and Entity Framework Code First with fully explained code examples including:
• Filtering and Searching Related Data using Linq
• Using code first migrations to automatically update the database plus seeding data from code
• How to use Visual Studio Scaffolding views and controllers
• Manage CRUD operations including model binding as recommended by Microsoft and dealing with cascading deletions correctly
• Input and data validation using Attributes
• Sorting and paging through data and routing for friendly URL formats
• Authorization and Authentication using Microsoft Identity v2 by making use of Microsoft example code including correct use of redirection after login and registration
• Advanced techniques including managing data concurrency conflicts and using two database contexts
• Asynchronous database access and paging
• Azure deployment using Code First Migrations, remote debugging and viewing/editing your remote data
• CSS Styling including animation and media queries
What You Will Learn:
• Get up and running quickly with ASP.NET MVC and Entity Framework building a complex web site to display and manage several related entities
• How to integrate Identity code into a project
• Advanced topics including: Asynchronous database access and managing data conflicts
• Working with Microsoft Azure including remote debugging and database access
• CSS skills including animations and media queries for use with tablet or mobile/cell phone devices
Who This Book Is For:
People wanting to learn ASP.NET MVC and Entity Framework ranging from novice developers new to the subject through to more experienced ASP.NET web forms developers looking to migrate from web forms to MVC and Entity Framework. The book assumes some programming knowledge such as object-oriented programming concepts and a basic knowledge of C#.

ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия