語系:
繁體中文
English
說明(常見問題)
登入
回首頁
切換:
標籤
|
MARC模式
|
ISBD
Practical Entity Framework Core 6 = Database Access for Enterprise Applications /
紀錄類型:
書目-語言資料,印刷品 : Monograph/item
正題名/作者:
Practical Entity Framework Core 6/ by Brian L. Gorman.
其他題名:
Database Access for Enterprise Applications /
作者:
Gorman, Brian L.
面頁冊數:
XXIX, 797 p. 449 illus.online resource. :
Contained By:
Springer Nature eBook
標題:
Database Management. -
電子資源:
https://doi.org/10.1007/978-1-4842-7301-2
ISBN:
9781484273012
Practical Entity Framework Core 6 = Database Access for Enterprise Applications /
Gorman, Brian L.
Practical Entity Framework Core 6
Database Access for Enterprise Applications /[electronic resource] :by Brian L. Gorman. - 2nd ed. 2022. - XXIX, 797 p. 449 illus.online resource.
Introduction -- Part I. Getting Started -- 1. Introduction to Entity Framework -- 2. Working with an Existing Database -- 3. Entity Framework: Code First -- Part II. Building the Data Solution -- 4. Models and the Data Context -- 5. Constraints, Keys, and Relationships -- 6. Data Access (Create, Read, Update, Delete) -- 7. Stored Procedures, Views, and Functions -- 8. Sorting, Filtering, and Paging -- Part III. Enhancing the Data Solution -- 9. LINQ for Queries and Projections -- 10. Encryption of Data -- 11. Repository and Unit of Work Patterns -- 12. Unit Testing, Integration Testing, and Mocking -- 13. Asynchronous Data Operations and Multiple Database Contexts -- Part IV. Recipes for Success -- 14. .NET 5 and EFCore5 -- 15. .NET 6 and EF Core 6 -- 16. Appendix A: Troubleshooting.
Take a developer journey that paves the way to enterprise-level database access from .NET and C# using the object-relational mapper (ORM) of choice. This second edition is revised to cover Entity Framework Core 5 and 6 (EF) and includes new content on table-per-type mapping, LINQ improvements (filtered includes), many-to-many navigation changes, split queries, simple logging using the DBCommandInterceptor, and other improvements available in EF Core 6. Real-world examples and considerations are presented in this book to help you create robust and efficient database solutions. Throughout the text, actual problems, questions, and common pitfalls are provided to help you recognize optimal solutions for maximum success in the different application scenarios you might encounter. Practical Entity Framework Core 6 focuses on the code first approach to developing a database. Taking the code first approach allows the entire database to be built and maintained in code using EF Core 6 so there is never a situation in which you cannot restore the database schema. Additionally, the code first approach creates an entirely transparent record of changes to the database that is easily tracked in source control systems such as GitHub. Emphasis throughout the book is on leaving you well positioned to architect and lead data development efforts for your organization. What You Will Learn Build robust and maintainable databases using a code first approach Create and execute stored procedures, triggers, and functions Analyze and optimize performance of database queries Ensure data integrity through keys, constraints, and relationships Encrypt your database columns at rest with TDE and Always-On Encryption Leverage the FluentAPI and attributes for entity configuration.
ISBN: 9781484273012
Standard No.: 10.1007/978-1-4842-7301-2doiSubjects--Topical Terms:
669820
Database Management.
LC Class. No.: QA76.76.M52
Dewey Class. No.: 005.268
Practical Entity Framework Core 6 = Database Access for Enterprise Applications /
LDR
:03890nam a22003855i 4500
001
1093331
003
DE-He213
005
20220124160532.0
007
cr nn 008mamaa
008
221228s2022 xxu| s |||| 0|eng d
020
$a
9781484273012
$9
978-1-4842-7301-2
024
7
$a
10.1007/978-1-4842-7301-2
$2
doi
035
$a
978-1-4842-7301-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
005.268
$2
23
100
1
$a
Gorman, Brian L.
$e
author.
$4
aut
$4
http://id.loc.gov/vocabulary/relators/aut
$3
1318522
245
1 0
$a
Practical Entity Framework Core 6
$h
[electronic resource] :
$b
Database Access for Enterprise Applications /
$c
by Brian L. Gorman.
250
$a
2nd ed. 2022.
264
1
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2022.
300
$a
XXIX, 797 p. 449 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
Introduction -- Part I. Getting Started -- 1. Introduction to Entity Framework -- 2. Working with an Existing Database -- 3. Entity Framework: Code First -- Part II. Building the Data Solution -- 4. Models and the Data Context -- 5. Constraints, Keys, and Relationships -- 6. Data Access (Create, Read, Update, Delete) -- 7. Stored Procedures, Views, and Functions -- 8. Sorting, Filtering, and Paging -- Part III. Enhancing the Data Solution -- 9. LINQ for Queries and Projections -- 10. Encryption of Data -- 11. Repository and Unit of Work Patterns -- 12. Unit Testing, Integration Testing, and Mocking -- 13. Asynchronous Data Operations and Multiple Database Contexts -- Part IV. Recipes for Success -- 14. .NET 5 and EFCore5 -- 15. .NET 6 and EF Core 6 -- 16. Appendix A: Troubleshooting.
520
$a
Take a developer journey that paves the way to enterprise-level database access from .NET and C# using the object-relational mapper (ORM) of choice. This second edition is revised to cover Entity Framework Core 5 and 6 (EF) and includes new content on table-per-type mapping, LINQ improvements (filtered includes), many-to-many navigation changes, split queries, simple logging using the DBCommandInterceptor, and other improvements available in EF Core 6. Real-world examples and considerations are presented in this book to help you create robust and efficient database solutions. Throughout the text, actual problems, questions, and common pitfalls are provided to help you recognize optimal solutions for maximum success in the different application scenarios you might encounter. Practical Entity Framework Core 6 focuses on the code first approach to developing a database. Taking the code first approach allows the entire database to be built and maintained in code using EF Core 6 so there is never a situation in which you cannot restore the database schema. Additionally, the code first approach creates an entirely transparent record of changes to the database that is easily tracked in source control systems such as GitHub. Emphasis throughout the book is on leaving you well positioned to architect and lead data development efforts for your organization. What You Will Learn Build robust and maintainable databases using a code first approach Create and execute stored procedures, triggers, and functions Analyze and optimize performance of database queries Ensure data integrity through keys, constraints, and relationships Encrypt your database columns at rest with TDE and Always-On Encryption Leverage the FluentAPI and attributes for entity configuration.
650
2 4
$a
Database Management.
$3
669820
650
1 4
$a
Microsoft.
$3
1387749
650
0
$a
Database management.
$3
557799
650
0
$a
Microsoft .NET Framework.
$3
565417
650
0
$a
Microsoft software.
$3
1253736
710
2
$a
SpringerLink (Online service)
$3
593884
773
0
$t
Springer Nature eBook
776
0 8
$i
Printed edition:
$z
9781484273005
776
0 8
$i
Printed edition:
$z
9781484273029
856
4 0
$u
https://doi.org/10.1007/978-1-4842-7301-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碼以上]
登入