Entity Framework Core in Action, Second Edition, Smith Jon P.
Старое издание
Автор: Smith Jon Название: Entity Framework Core in Action ISBN: 161729456X ISBN-13(EAN): 9781617294563 Издательство: Неизвестно Цена: 17590 T Описание:
Summary
Entity Framework Core in Action teaches you how to access and update relational data from .NET applications. Following the crystal-clear explanations, real-world examples, and around 100 diagrams, you'll discover time-saving patterns and best practices for security, performance tuning, and unit testing.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the Technology
There's a mismatch in the way OO programs and relational databases represent data. Entity Framework is an object-relational mapper (ORM) that bridges this gap, making it radically easier to query and write to databases from a .NET application. EF creates a data model that matches the structure of your OO code so you can query and write to your database using standard LINQ commands. It will even automatically generate the model from your database schema.
About the Book
Using crystal-clear explanations, real-world examples, and around 100 diagrams, Entity Framework Core in Action teaches you how to access and update relational data from .NET applications. You'l start with a clear breakdown of Entity Framework, long with the mental model behind ORM. Then you'll discover time-saving patterns and best practices for security, performance tuning, and even unit testing. As you go, you'll address common data access challenges and learn how to handle them with Entity Framework.
What's Inside
Querying a relational database with LINQ
Using EF Core in business logic
Integrating EF with existing C# applications
Applying domain-driven design to EF Core
Getting the best performance out of EF Core
Covers EF Core 2.0 and 2.1
About the Reader
For .NET developers with some awareness of how relational databases work.
About the Author
Jon P Smith is a full-stack developer with special focus on .NET Core and Azure.
Table of Contents
Part 1 - Getting started
Introduction to Entity FrameworkCore
Querying the database
Changing the database content
Using EF Core in business logic
Using EF Core in ASP.NET Core web applications
Part 2 - Entity Framework in depth
Configuring nonrelational properties
Configuring relationships
Configuring advanced features and handling concurrency conflicts
Going deeper into the DbContext
Part 3 - Using Entity Framework Core in real-world applications
Useful software patterns for EF Core applications
Handling database migrations
EF Core performance tuning
A worked example of performance tuning
Different database types and EF Core services
Unit testing EF Core applications
Appendix A - A brief introduction to LINQ Appendix B - Early information on EF Core version 2.1
Автор: , Smith Chris Название: The Daily Show (the Book): An Oral History as Told by Jon Stewart, the Correspondents, Staff and Guests ISBN: 1455565369 ISBN-13(EAN): 9781455565368 Издательство: Hachette Book Group Рейтинг: Цена: 13230.00 T Наличие на складе: Есть Описание: "A love letter to the people that built The Daily Show and make it work night after night" (Vulture), this is the New York Times bestselling history of the award-winning program, as told by its correspondents, writers, and host, Jon Stewart. For almost seventeen years, The Daily Show with Jon Stewart brilliantly redefined the borders between television comedy, political satire, and opinionated news coverage. It launched the careers of some of today's most significant comedians, highlighted the hypocrisies of the powerful, and garnered 23 Emmys. Now the show's behind-the-scenes gags, controversies, and camaraderie will be chronicled by the players themselves, from legendary host Jon Stewart to the star cast members and writers-including Samantha Bee, Stephen Colbert, John Oliver, Steve Carell, Lewis Black, Jessica Williams, John Hodgman, and Larry Wilmore-plus some of The Daily Show's most prominent guests and adversaries: John and Cindy McCain, Glenn Beck, Tucker Carlson, and many more. This oral history takes the reader behind the curtain for all the show's highlights, from its origins as Comedy Central's underdog late-night program hosted by Craig Kilborn to Jon Stewart's long reign to Trevor Noah's succession, rising from a scrappy jester in the 24-hour political news cycle to become part of the beating heart of politics-a trusted source for not only comedy but also commentary, with a reputation for calling bullshit and an ability to effect real change in the world. Through years of incisive election coverage, Jon Stewart's emotional monologue in the wake of 9/11, his infamous confrontation on Crossfire, passionate debates with President Obama and Hillary Clinton, feuds with Bill O'Reilly and Fox, the Indecisions, Mess O'Potamia, and provocative takes on Wall Street and racism, The Daily Show has been a cultural touchstone. Now, for the first time, the people behind the show's seminal moments come together to share their memories of the last-minute rewrites, improvisations, pranks, romances, blow-ups, and moments of Zen both on and off the set of one of America's most groundbreaking shows.
Автор: Review Harvard Business, Katzenbach Jon R., Eisenhardt Kathleen M. Название: Hbr`s 10 Must Reads on Teams (with Featured Article "the Discipline of Teams, " by Jon R. Katzenbach and Douglas K. Smith) ISBN: 1633694550 ISBN-13(EAN): 9781633694552 Издательство: Неизвестно Цена: 45980.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Assemble and steer teams that get results. These ten essential Harvard Business Review articles will help you ramp up your team`s performance, rally the troops and keep them accountable, fight constructively, and set goals everyone can agree on.
Автор: Smith Jon Название: Entity Framework Core in Action ISBN: 161729456X ISBN-13(EAN): 9781617294563 Издательство: Неизвестно Рейтинг: Цена: 17590.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание:
Summary
Entity Framework Core in Action teaches you how to access and update relational data from .NET applications. Following the crystal-clear explanations, real-world examples, and around 100 diagrams, you'll discover time-saving patterns and best practices for security, performance tuning, and unit testing.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the Technology
There's a mismatch in the way OO programs and relational databases represent data. Entity Framework is an object-relational mapper (ORM) that bridges this gap, making it radically easier to query and write to databases from a .NET application. EF creates a data model that matches the structure of your OO code so you can query and write to your database using standard LINQ commands. It will even automatically generate the model from your database schema.
About the Book
Using crystal-clear explanations, real-world examples, and around 100 diagrams, Entity Framework Core in Action teaches you how to access and update relational data from .NET applications. You'l start with a clear breakdown of Entity Framework, long with the mental model behind ORM. Then you'll discover time-saving patterns and best practices for security, performance tuning, and even unit testing. As you go, you'll address common data access challenges and learn how to handle them with Entity Framework.
What's Inside
Querying a relational database with LINQ
Using EF Core in business logic
Integrating EF with existing C# applications
Applying domain-driven design to EF Core
Getting the best performance out of EF Core
Covers EF Core 2.0 and 2.1
About the Reader
For .NET developers with some awareness of how relational databases work.
About the Author
Jon P Smith is a full-stack developer with special focus on .NET Core and Azure.
Table of Contents
Part 1 - Getting started
Introduction to Entity FrameworkCore
Querying the database
Changing the database content
Using EF Core in business logic
Using EF Core in ASP.NET Core web applications
Part 2 - Entity Framework in depth
Configuring nonrelational properties
Configuring relationships
Configuring advanced features and handling concurrency conflicts
Going deeper into the DbContext
Part 3 - Using Entity Framework Core in real-world applications
Useful software patterns for EF Core applications
Handling database migrations
EF Core performance tuning
A worked example of performance tuning
Different database types and EF Core services
Unit testing EF Core applications
Appendix A - A brief introduction to LINQ Appendix B - Early information on EF Core version 2.1
Автор: Katzenbach Jon R., Smith Douglas K. Название: The Wisdom of Teams: Creating the High-Performance Organization ISBN: 1633691063 ISBN-13(EAN): 9781633691063 Издательство: NBN International Рейтинг: Цена: 35200.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: The definitive classic on high-performance teams The Wisdom of Teams is the definitive work on how to create high-performance teams in any organization. Having sold nearly a half million copies and been translated into more than fifteen languages, the authors' clarion call that teams should be the basic unit of organization for most businesses has permanently shaped the way companies reach the highest levels of performance. Using engaging case studies and testimonials from both successful and failed teams--ranging from Fortune 500 companies to the U.S.
Army to high school sports--the authors explain the dynamics of teams both in great detail and with a broad view. Their conclusions and prescriptions span the familiar to the counterintuitive: * Commitment to performance goals and common purpose is more important to team success than team building. * Opportunities for teams exist in all parts of the organization.
* Real teams are the most successful spearheads of change at all levels. * Working in teams naturally integrates performance and learning. * Team "endings" can be as important to manage as team "beginnings."Wisdom lies in recognizing a team's unique potential to deliver results and in understanding its many benefits--development of individual members, team accomplishments, and stronger companywide performance.
Katzenbach and Smith's comprehensive classic is the essential guide to unlocking the potential of teams in your organization.
Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2) ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz