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

Smith:Entity Framework Core in Ac_p, 


Варианты приобретения
Цена: 7390.00р.
Кол-во:
Наличие:
Добавить в корзину
в Мои желания


Название:  Smith:Entity Framework Core in Ac_p
ISBN: 9781617294563
Издательство: Pearson Education
Классификация:
ISBN-10: 161729456X
Обложка/Формат: Paperback
Страницы: 520
Вес: 0.97 кг.
Дата издания: 02.10.2018
Язык: English
Размер: 233 x 189 x 27
Читательская аудитория: General (us: trade)
Рейтинг:
Поставляется из: Англии


      Новое издание
Entity Framework Core in Action, Second Edition

Автор: Smith Jon P.
Название: Entity Framework Core in Action, Second Edition
ISBN: 1617298360 ISBN-13(EAN): 9781617298363
Издательство: Pearson Education
Цена: 9898.00 р.
Наличие на складе: Есть у поставщикаПоставка под заказ.
Описание: Entity Framework Core in Action, Second Edition teaches you to write flawless database interactions for .NET applications.

Summary
Entity Framework Core in Action, Second Edition is an in-depth guide to reading and writing databases with EF Core. Revised from the bestselling original edition, it's filled with over 100 diagrams, code snippets, and examples--including building and scaling your own bookselling web application. Learn from author Jon Smith's extensive experience working with EF Core in production, as you discover time-saving patterns and best practices for security, performance tuning, and unit testing. All of the book's code is available on GitHub.

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

About the technology
Entity Framework radically simplifies data access in .NET applications. This easy-to-use object-relational mapper (ORM) lets you write database code in pure C#. It automatically maps classes to database tables and enables queries with standard LINQ commands. It even generates SQL, so you don't have to!

About the book
Entity Framework Core in Action, Second Edition teaches you to write flawless database interactions for .NET applications. Following relevant examples from author Jon Smith's extensive experience, you'll progress quickly from EF basics to advanced techniques. In addition to the latest EF features, this book addresses performance, security, refactoring, and unit testing. This updated edition also contains new material on NoSQL databases.

What's inside

Configure EF to define every table and column
Update your schema as your app grows
Integrating EF with existing C# application
Write and test business logic for database access
Applying a Domain-Driven Design to EF Core
Getting the best performance out of EF Core

About the reader
For .NET developers familiar with relational databases.

About the author
Jon P. Smith is a freelance software developer and architect with a special focus on .NET and Azure.

Table of Contents

PART 1
1 Introduction to Entity Framework Core
2 Querying the database
3 Changing the database content
4 Using EF Core in business logic
5 Using EF Core in ASP.NET Core web applications
6 Tips and techniques for reading and writing with EF Core
PART 2
7 Configuring nonrelational properties
8 Configuring relationships
9 Handling database migrations
10 Configuring advanced features and handling concurrency conflicts
11 Going deeper into the DbContext
PART 3
12 Using entity events to solve business problems
13 Domain-Driven Design and other architectural approaches
14 EF Core performance tuning
15 Master class on performance-tuning database queries
16 Cosmos DB, CQRS, and other database types
17 Unit testing EF Core applications


Beginning entity framework core 2.0

Автор: Rouleau, Derek J.
Название: Beginning entity framework core 2.0
ISBN: 1484233743 ISBN-13(EAN): 9781484233740
Издательство: Springer
Рейтинг:
Цена: 4877.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Use the valuable Entity Framework Core 2.0 tool in ASP.NET and the .NET Framework to eliminate the tedium around accessing databases and the data they contain.
Entity Framework Core 2.0 greatly simplifies access to relational databases such as SQL Server that are commonly deployed in corporate settings. By eliminating tedious data access code that developers are otherwise forced to use, Entity Framework Core 2.0 enables you to work directly with the data in a database through domain-specific objects and methods.
Beginning Entity Framework Core 2.0 is a carefully designed tutorial. Throughout the book you will encounter examples that you can use in your day-to-day coding, and you will build a solid foundation on which to create database-backed applications. If you are looking for a way to get started without getting buried under details you are only going to forget, then this is the book for you.
The author aims to leave you comfortably able to connect to, access, modify, and delete data from a relational database. The book provides a clear, straightforward approach and includes code that you can look back at months later and understand.
What You'll Learn
Study easy-to-follow, real-world examples you can use every dayFocus on DbContext and the Database First approachUnderstand how to work with single and multiple tablesUse the LINQ query language to manipulate data
Who This Book Is For
C# and ASP.NET programmers looking for an easier way of accessing data in a relational database than writing in SQL—a way that meshes better into object-oriented application development
Mastering Entity Framework Core 2.0

Автор: Anbazhagan Prabhakaran
Название: Mastering Entity Framework Core 2.0
ISBN: 1788294130 ISBN-13(EAN): 9781788294133
Издательство: Неизвестно
Рейтинг:
Цена: 10666.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

ASP.NET MVC with Entity Framework and CSS

Автор: Naylor
Название: ASP.NET MVC with Entity Framework and CSS
ISBN: 1484221362 ISBN-13(EAN): 9781484221365
Издательство: Springer
Рейтинг:
Цена: 6097.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#.
Entity Framework 6 Recipes

Автор: Hirani Zeeshan
Название: Entity Framework 6 Recipes
ISBN: 1430257881 ISBN-13(EAN): 9781430257882
Издательство: Springer
Рейтинг:
Цена: 6097.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.


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