Leanpub Header

Skip to main content

Moderne Datenzugriffslösungen mit Entity Framework Core 6.0

Datenbankprogrammierung / Objekt-Relationales Mapping mit C# in .NET 6.0

Dies ist die Version 10.14 dieses Fachbuchs, die am 24.10.2022 im Umfang von 825 Druckseiten erschienen ist. Dieses Buch behandelt die aktuelle RTM-Version 6.0.10 von Entity Framework Core 6.0 und gibt einen Ausblick auf Version 7.0

This book is available in multiple packages!

Pick Your Package
PDF
825
Pages
About

About

About the Book

Das Buch enthält alle wichtigen Szenarien des Datenbankzugriffs, Architekturfragen, Praxislösungen sowie zahlreiche Tipps und Tricks.

Entity Framework Core 6.0 ist der neuste Objekt-Relationale Mapper und die aktuelle Datenzugriffstechnik von Microsoft für .NET 6.0-basierte Desktop-, Web- und Konsolen-Anwendungen sowie mobile Apps mit .NET for Mobile und .NET MAUI.

Dieses praxisnahe Fachbuch enthält alle wichtigen Szenarien des Datenbankzugriffs auf Microsoft SQL Server, SQLite und Oracle: Konzepte und Installation von Entity Framework Core, Reverse Engineering bestehender Datenbanken und Forward Engineering inkl. Schemamigrationen, Daten lesen und ändern mit LINQ, Dynamic LINQ, API, SQL, Views, Stored Procedures und Table Value Functions, Objektbeziehungen und Ladestrategien, Change Tracking, Protokollierung, Datenänderungskonflikte, Transaktionen, Leistungsoptimierung, asynchrone Programmierung sowie die Zusatzprodukte Entity Framework Core Power Tools, LINQPad, Entity Developer, Entity Framework Profiler, EFPlus und AutoMapper. Auch der Praxiseinsatz von Entity Framework Core in der Softwarearchitektur wird diskutiert und anhand von Fallbeispielen in ASP.NET Core sowie Apps für WinUI3 und .NET MAUI implementiert. Zudem enthält das Buch zahlreiche Tipps und Tricks.

Das Buch richtet sich an Softwareentwickler, die bereits grundlegende Erfahrung mit .NET und C# sowie mit relationalen Datenbanken gesammelt haben und nun Entity Framework Core zur effizienten Erstellung von performantem und plattformunabhängigem Datenzugriffscode in .NET 6.0 einsetzen wollen. Vorkenntnisse in Vorgängerprodukten wie ADO.NET und dem klassischen ADO.NET Entity Framework oder anderen OR-Mappern sind zum Verständnis des Buchs nicht notwendig.

Packages

Pick Your Package

All packages include the ebook in the following formats: PDF

Nur das PDF-E-Book

Minimum price

Suggested price$49.99

$44.99

    E-Book (PDF) + Programmcodebeispiele (Projektmapppe für Visual Studio) + Cheat Sheet

    Minimum price

    Suggested price$54.99

    Enthält die Programmcodebeispiele als Projektmappe für Visual Studio 2022 sowie drei zweiseitige Spickzettel mit den wichtigsten Befehlen von Entity Framework Core

    $49.99

    • Programmcode zum Buch als Projektmappe für Visual Studio 2022
      Aktualisiert am 23.10.2022
    • Entity Framework Core Cheat Sheets
      3 Spickzettel für das Lernen und die tägliche Arbeit mit Entity Framework Core

    Author

    About the Author

    Dr. Holger Schwichtenberg

    Dr. Holger Schwichtenberg - alias der "DOTNET-DOKTOR" - ist technischer Leiter des Expertennetzwerks www.IT-Visions.de, das mit 54 renommierten Experten zahlreiche mittlere und große Unternehmen durch Beratungen und Schulungen sowie bei der Softwareentwicklung unterstützt. Seine persönlichen Tätigkeitsschwerpunkte sind Webanwendungen, verteilte Systeme, systemnahe Programmierung und Datenbankzugriffe. Er programmiert leidenschaftlich in C# und JavaScript/TypeScript sowie PowerShell.

    Durch seine Auftritte auf zahlreichen nationalen und internationalen Fachkonferenzen sowie mehr als 95 Fachbücher für O’Reilly, Addison-Wesley, Microsoft Press, Apress und dem Hanser-Verlag gehört er zu den bekanntesten Softwareentwicklungsexperten in Deutschland. Er schreibt regelmäßig für die iX, die dotnetpro, windows developer und heise.de. Dadurch hat in seiner Karriere bereits über 1600 Fachartikel veröffentlicht. Von Microsoft wird er für sein .NET-Fachwissen seit nunmehr 22 Jahren kontinuierlich als Microsoft Most Valuable Professional (MVP) ausgezeichnet.

     

    Sein Weblog finden Sie unter https://www.dotnet-doktor.de. Bei X folgen Sie ihm unter @DOTNETDOKTOR.

    Contents

    Table of Contents

    • Kapitel 1: Inhaltsverzeichnis (Hauptkapitel) Seite 4
    • Kapitel 2: Inhaltsverzeichnis (Details) Seite 5
    • Kapitel 3: Vorwort Seite 22
    • Kapitel 4: Über den Autor Seite 24
    • Kapitel 5: Über dieses Buch Seite 25
    • Kapitel 6: Fallbeispiele in diesem Buch Seite 31
    • Kapitel 7: Programmcodebeispiel zum Download Seite 42
    • Kapitel 8: Entity Framework Core-Basisinformationen Seite 45
    • Kapitel 9: Installation von Entity Framework Core Seite 72
    • Kapitel 10: Konzepte von Entity Framework Core Seite 77
    • Kapitel 11: Reverse Engineering bestehender Datenbanken Seite 82
    • Kapitel 12: Forward Engineering für neue Datenbanken Seite 109
    • Kapitel 13: Anpassung des Datenbankschemas Seite 136
    • Kapitel 14: Datenbankschemamigrationen Seite 178
    • Kapitel 15: Daten lesen mit LINQ Seite 210
    • Kapitel 16: Objektbeziehungen und Ladestrategien Seite 255
    • Kapitel 17: Einfügen, Löschen und Ändern Seite 291
    • Kapitel 18: Datenänderungskonflikte (Concurrency) Seite 323
    • Kapitel 19: Protokollierung (Logging) Seite 337
    • Kapitel 20: Asynchrone Programmierung Seite 352
    • Kapitel 21: Dynamische LINQ-Abfragen Seite 357
    • Kapitel 22: Daten lesen und ändern mit SQL, Stored Procedures und Table Valued Functions Seite 363
    • Kapitel 23: Weitere Tipps und Tricks zum Mapping Seite 375
    • Kapitel 24: Weitere Tipps und Tricks zu LINQ und SQL Seite 500
    • Kapitel 25: Leistungsoptimierung (Performance Tuning) Seite 527
    • Kapitel 26: Zusatzwerkzeuge Seite 588
    • Kapitel 27: Zusatzkomponenten Seite 639
    • Kapitel 28: Softwarearchitektur mit Entity Framework Core Seite 670
    • Kapitel 29: Praxislösungen Seite 704
    • Kapitel 30: Migration von ADO.NET Entity Framework zu Entity Framework Core Seite 773
    • Kapitel 31: Ausblick auf Entity Framework Core 7.0 Seite 777
    • Kapitel 32: Quellen im Internet Seite 790
    • Kapitel 33: Versionsgeschichte dieses Buchs Seite 791
    • Kapitel 34: Stichwortverzeichnis (Index) Seite 793

    The Leanpub 60 Day 100% Happiness Guarantee

    Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.

    Now, this is technically risky for us, since you'll have the book or course files either way. But we're so confident in our products and services, and in our authors and readers, that we're happy to offer a full money back guarantee for everything we sell.

    You can only find out how good something is by trying it, and because of our 100% money back guarantee there's literally no risk to do so!

    So, there's no reason not to click the Add to Cart button, is there?

    See full terms...

    Earn $8 on a $10 Purchase, and $16 on a $20 Purchase

    We pay 80% royalties on purchases of $7.99 or more, and 80% royalties minus a 50 cent flat fee on purchases between $0.99 and $7.98. You earn $8 on a $10 sale, and $16 on a $20 sale. So, if we sell 5000 non-refunded copies of your book for $20, you'll earn $80,000.

    (Yes, some authors have already earned much more than that on Leanpub.)

    In fact, authors have earned over $14 million writing, publishing and selling on Leanpub.

    Learn more about writing on Leanpub

    Free Updates. DRM Free.

    If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).

    Most Leanpub books are available in PDF (for computers) and EPUB (for phones, tablets and Kindle). The formats that a book includes are shown at the top right corner of this page.

    Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.

    Learn more about Leanpub's ebook formats and where to read them

    Write and Publish on Leanpub

    You can use Leanpub to easily write, publish and sell in-progress and completed ebooks and online courses!

    Leanpub is a powerful platform for serious authors, combining a simple, elegant writing and publishing workflow with a store focused on selling in-progress ebooks.

    Leanpub is a magical typewriter for authors: just write in plain text, and to publish your ebook, just click a button. (Or, if you are producing your ebook your own way, you can even upload your own PDF and/or EPUB files and then publish with one click!) It really is that easy.

    Learn more about writing on Leanpub