語系:
繁體中文
English
說明(常見問題)
登入
回首頁
切換:
標籤
|
MARC模式
|
ISBD
Modern Data Access with Entity Frame...
~
Schwichtenberg, Holger.
Modern Data Access with Entity Framework Core = Database Programming Techniques for .NET, .NET Core, UWP, and Xamarin with C# /
紀錄類型:
書目-語言資料,印刷品 : Monograph/item
正題名/作者:
Modern Data Access with Entity Framework Core / by Holger Schwichtenberg.
其他題名:
Database Programming Techniques for .NET, .NET Core, UWP, and Xamarin with C# /
作者:
Schwichtenberg, Holger.
面頁冊數:
XXXIV, 644 p. 182 illus.online resource. :
Contained By:
Springer Nature eBook
標題:
Microsoft software. -
電子資源:
https://doi.org/10.1007/978-1-4842-3552-2
ISBN:
9781484235522
Modern Data Access with Entity Framework Core = Database Programming Techniques for .NET, .NET Core, UWP, and Xamarin with C# /
Schwichtenberg, Holger.
Modern Data Access with Entity Framework Core
Database Programming Techniques for .NET, .NET Core, UWP, and Xamarin with C# /[electronic resource] :by Holger Schwichtenberg. - 1st ed. 2018. - XXXIV, 644 p. 182 illus.online resource.
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 for New Databases -- Chapter 6: Customizing the Database Schema -- Chapter 7: Database Schema Migrations -- Chapter 8: Read Data with LINQ -- Chapter 9: Object Relationships and Loading Strategies -- Chapter 10: Inserting, Deleting, and Modifying Records -- Chapter 11: Concurrency (Preventing Conflicts) -- Chapter 12: Logging -- Chapter 13: Asynchronous Programming -- Chapter 14: Dynamic LINQ Queries -- Chapter 15: Read and Modify Data with SQL, Stored Procedures, and Table Valued Functions -- Chapter 16: Tips and Tricks for Mapping -- Chapter 17: Performance Tuning -- Chapter 18: Software Architecture with Entity Framework Core -- Chapter 19: Commercial Tools -- Chapter 20: Additional Components -- Chapter 21: Appendix A: Case Studies -- Chapter 22: Appendix B: Internet Resources -- Chapter 23: Appendix C: New Features in Entity Framework Core 2.1.
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 optimizing 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. Get ready to learn everything 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. You'll also appreciate excerpts of conceptual software architecture discussion around Entity Framework Core that might otherwise take years to learn. What You'll 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 instruction Get up to speed with valuable database access scenarios and code samples Discover workarounds to augment missing features in Entity Framework Core Use Entity Framework Core to write mobile apps 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. Holger Schwichtenberg is a Microsoft MVP and a technical lead with the German company IT-Visions, where he consults and trains developers throughout Europe. He also serves as software architect for 5Minds IT-Solutions. Holger is a huge fan of Entity Framework and Entity Framework Core and regularly speaks on the topics at events. Holger has a Ph.D. in business informatics.
ISBN: 9781484235522
Standard No.: 10.1007/978-1-4842-3552-2doiSubjects--Topical Terms:
1253736
Microsoft software.
LC Class. No.: QA76.76.M52
Dewey Class. No.: 004.165
Modern Data Access with Entity Framework Core = Database Programming Techniques for .NET, .NET Core, UWP, and Xamarin with C# /
LDR
:04991nam a22003975i 4500
001
995337
003
DE-He213
005
20200705225145.0
007
cr nn 008mamaa
008
201225s2018 xxu| s |||| 0|eng d
020
$a
9781484235522
$9
978-1-4842-3552-2
024
7
$a
10.1007/978-1-4842-3552-2
$2
doi
035
$a
978-1-4842-3552-2
050
4
$a
QA76.76.M52
072
7
$a
UMP
$2
bicssc
072
7
$a
COM051380
$2
bisacsh
072
7
$a
UMP
$2
thema
082
0 4
$a
004.165
$2
23
100
1
$a
Schwichtenberg, Holger.
$4
aut
$4
http://id.loc.gov/vocabulary/relators/aut
$3
1206693
245
1 0
$a
Modern Data Access with Entity Framework Core
$h
[electronic resource] :
$b
Database Programming Techniques for .NET, .NET Core, UWP, and Xamarin with C# /
$c
by Holger Schwichtenberg.
250
$a
1st ed. 2018.
264
1
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2018.
300
$a
XXXIV, 644 p. 182 illus.
$b
online resource.
336
$a
text
$b
txt
$2
rdacontent
337
$a
computer
$b
c
$2
rdamedia
338
$a
online resource
$b
cr
$2
rdacarrier
347
$a
text file
$b
PDF
$2
rda
505
0
$a
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 for New Databases -- Chapter 6: Customizing the Database Schema -- Chapter 7: Database Schema Migrations -- Chapter 8: Read Data with LINQ -- Chapter 9: Object Relationships and Loading Strategies -- Chapter 10: Inserting, Deleting, and Modifying Records -- Chapter 11: Concurrency (Preventing Conflicts) -- Chapter 12: Logging -- Chapter 13: Asynchronous Programming -- Chapter 14: Dynamic LINQ Queries -- Chapter 15: Read and Modify Data with SQL, Stored Procedures, and Table Valued Functions -- Chapter 16: Tips and Tricks for Mapping -- Chapter 17: Performance Tuning -- Chapter 18: Software Architecture with Entity Framework Core -- Chapter 19: Commercial Tools -- Chapter 20: Additional Components -- Chapter 21: Appendix A: Case Studies -- Chapter 22: Appendix B: Internet Resources -- Chapter 23: Appendix C: New Features in Entity Framework Core 2.1.
520
$a
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 optimizing 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. Get ready to learn everything 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. You'll also appreciate excerpts of conceptual software architecture discussion around Entity Framework Core that might otherwise take years to learn. What You'll 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 instruction Get up to speed with valuable database access scenarios and code samples Discover workarounds to augment missing features in Entity Framework Core Use Entity Framework Core to write mobile apps 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. Holger Schwichtenberg is a Microsoft MVP and a technical lead with the German company IT-Visions, where he consults and trains developers throughout Europe. He also serves as software architect for 5Minds IT-Solutions. Holger is a huge fan of Entity Framework and Entity Framework Core and regularly speaks on the topics at events. Holger has a Ph.D. in business informatics.
650
0
$a
Microsoft software.
$3
1253736
650
0
$a
Microsoft .NET Framework.
$3
565417
650
0
$a
Computer programming.
$3
527822
650
0
$a
Big data.
$3
981821
650
1 4
$a
Microsoft and .NET.
$3
1114109
650
2 4
$a
Programming Techniques.
$3
669781
650
2 4
$a
Big Data.
$3
1017136
710
2
$a
SpringerLink (Online service)
$3
593884
773
0
$t
Springer Nature eBook
776
0 8
$i
Printed edition:
$z
9781484235515
776
0 8
$i
Printed edition:
$z
9781484235539
776
0 8
$i
Printed edition:
$z
9781484247853
856
4 0
$u
https://doi.org/10.1007/978-1-4842-3552-2
912
$a
ZDB-2-CWD
912
$a
ZDB-2-SXPC
950
$a
Professional and Applied Computing (SpringerNature-12059)
950
$a
Professional and Applied Computing (R0) (SpringerNature-43716)
筆 0 讀者評論
多媒體
評論
新增評論
分享你的心得
Export
取書館別
處理中
...
變更密碼[密碼必須為2種組合(英文和數字)及長度為10碼以上]
登入