語系:
繁體中文
English
說明(常見問題)
回圖書館首頁
手機版館藏查詢
登入
回首頁
切換:
標籤
|
MARC模式
|
ISBD
Pro C# 10 with .NET 6 = foundational...
~
Troelsen, Andrew W.
FindBook
Google Book
Amazon
博客來
Pro C# 10 with .NET 6 = foundational principles and practices in programming /
紀錄類型:
書目-電子資源 : Monograph/item
正題名/作者:
Pro C# 10 with .NET 6/ by Andrew Troelsen, Phil Japikse.
其他題名:
foundational principles and practices in programming /
作者:
Troelsen, Andrew W.
其他作者:
Japikse, Philip.
出版者:
Berkeley, CA :Apress : : 2022.,
面頁冊數:
lxv, 1640 p. :ill., digital ;24 cm.
內容註:
Part 1: Introducing C# and .NET 6 -- 1 Introducing C# and .NET (Core) 6 -- 2 Building C# Applications -- Part 2: Core C# Programming -- 3 Core C# Programming Constructs, Part 1 -- 4 Core C# Programming Constructs, Part 2 -- Part 3: Object Oriented Programming with C# -- 5 Understanding Encapsulation -- 6 Understanding Inheritance and Polymorphism -- 7 Understanding Structured Exception Handling -- 8 Working with Interfaces -- 9 Understanding Object Lifetime -- Part 4: Advanced C# Programming -- 10 Collections and Generics -- 11 Advanced C# Language Features -- 12 Delegates, Events, and Lambda Expressions -- 13 LINQ To Objects -- 14 Processes, AppDomains, and Load Contexts -- 15 Multithreaded, Parallel, and Async Programming -- Part 5: Programming with .NET Core Assemblies -- 16 Building and Configuring Class Libraries -- 17 Type Reflection, Late Binding, Attributes, and Dynamic Types -- 18 Understanding CIL and the Role of Dynamic Assemblies -- Part 6: File Handling, Object Serialization, and Data Access -- 19 File I/O and Object Serialization -- 20 Data Access with ADO.NET -- Part 7: Entity Framework Core -- 21 Introducing Entity Framework Core -- 22 Exploring EF Core -- 23 Build a Data Access Layer with Entity Framework Core -- 24 Test Driving the Autolot Data Access Layer -- Part 8: Windows Client Development -- 25 Introducing Windows Presentation Foundation and XAML -- 26 WPF Controls, Layouts, Events, and Data Binding -- 27 WPF Graphics Rendering Services -- 28 WPF Resources, Animations, Styles, and Templates -- 29 WPF Notifications, Validations, Commands, and MVVM -- Part 9: ASP.NET Core -- 30 Introducing ASP.NET Core -- 31 Diving into ASP.NET Core -- 32 RESTful Services with ASP.NET Core -- 33 Web Applications using MVC -- 34 Web Applications using Razor Pages.
Contained By:
Springer Nature eBook
標題:
C# (Computer program language) -
電子資源:
https://doi.org/10.1007/978-1-4842-7869-7
ISBN:
9781484278697
Pro C# 10 with .NET 6 = foundational principles and practices in programming /
Troelsen, Andrew W.
Pro C# 10 with .NET 6
foundational principles and practices in programming /[electronic resource] :by Andrew Troelsen, Phil Japikse. - Eleventh edition. - Berkeley, CA :Apress :2022. - lxv, 1640 p. :ill., digital ;24 cm.
Part 1: Introducing C# and .NET 6 -- 1 Introducing C# and .NET (Core) 6 -- 2 Building C# Applications -- Part 2: Core C# Programming -- 3 Core C# Programming Constructs, Part 1 -- 4 Core C# Programming Constructs, Part 2 -- Part 3: Object Oriented Programming with C# -- 5 Understanding Encapsulation -- 6 Understanding Inheritance and Polymorphism -- 7 Understanding Structured Exception Handling -- 8 Working with Interfaces -- 9 Understanding Object Lifetime -- Part 4: Advanced C# Programming -- 10 Collections and Generics -- 11 Advanced C# Language Features -- 12 Delegates, Events, and Lambda Expressions -- 13 LINQ To Objects -- 14 Processes, AppDomains, and Load Contexts -- 15 Multithreaded, Parallel, and Async Programming -- Part 5: Programming with .NET Core Assemblies -- 16 Building and Configuring Class Libraries -- 17 Type Reflection, Late Binding, Attributes, and Dynamic Types -- 18 Understanding CIL and the Role of Dynamic Assemblies -- Part 6: File Handling, Object Serialization, and Data Access -- 19 File I/O and Object Serialization -- 20 Data Access with ADO.NET -- Part 7: Entity Framework Core -- 21 Introducing Entity Framework Core -- 22 Exploring EF Core -- 23 Build a Data Access Layer with Entity Framework Core -- 24 Test Driving the Autolot Data Access Layer -- Part 8: Windows Client Development -- 25 Introducing Windows Presentation Foundation and XAML -- 26 WPF Controls, Layouts, Events, and Data Binding -- 27 WPF Graphics Rendering Services -- 28 WPF Resources, Animations, Styles, and Templates -- 29 WPF Notifications, Validations, Commands, and MVVM -- Part 9: ASP.NET Core -- 30 Introducing ASP.NET Core -- 31 Diving into ASP.NET Core -- 32 RESTful Services with ASP.NET Core -- 33 Web Applications using MVC -- 34 Web Applications using Razor Pages.
Welcome to the most comprehensive foundational guide available on the topic of C# coding and .NET. This book goes beyond "do this, to achieve this" to drill down into the core stuff that makes a good developer, great. This expanded 11th edition delivers loads of new content on Entity Framework, Razor Pages, Web APIs and more. You will find the latest C# 10 and .NET 6 features served up with plenty of "behind the curtain" discussion designed to expand developers' critical thinking skills when it comes to their craft. Coverage of ASP.NET Core, Entity Framework Core, and more sits alongside the latest updates to the new unified .NET platform, from performance improvements to Windows Desktop apps on .NET 6, updates in XAML tooling, and expanded coverage of data files and data handling. Going beyond the latest features in C# 10, all code samples are rewritten for this latest release. Dive in and discover why this essential classic is a favorite of C# developers worldwide. Gain a solid foundation in object-oriented development techniques, attributes and reflection, generics and collections, and numerous advanced topics not found in other texts (such as CIL opcodes and emitting dynamic assemblies). Pro C# 10 with .NET 6 will build your coding confidence putting C# into practice, and exploring the .NET universe and its vast potential on your own terms. What You Will Learn Explore C# 10 features and updates in records and record structs, global and implicit using directives, file level namespaces, extended property patterns, and more Develop applications with C# and modern frameworks for services, web, and smart client applications Hit the ground running with ASP.NET Core web applications using MVC and Razor Pages, including view components, custom tag helpers, custom validation, GDPR support, and areas Build ASP.NET RESTful services complete with versioning, enhanced swagger, and basic authentication Embrace Entity Framework Core for building real-world, data-centric applications, with deeply expanded coverage new to this edition including SQL Server temporal table support Dive into Windows Desktop Apps on .NET 6 using Windows Presentation Foundation Understand the philosophy behind .NET Discover the new features in .NET 6, including single file applications, smaller container images, and more Who This Book Is For Developers of any level who want to either learn C# and .NET or want to take their skills to the next level. "Amazing! Provides easy-to-follow explanations and examples. I remember reading the first version of this book; this is a 'must-have' for your collection if you are learning .NET!" - Rick McGuire, Senior Application Development Manager, Microsoft "Phil is a journeyman programmer who brings years of experience and a passion for teaching to make this fully revised and modernized 'classic' a 'must-have'. Any developer who wants full-spectrum, up-to-date coverage of both the C# language and how to use it with .NET and ASP.NET Core should get this book." - Brian A. Randell, Partner, MCW Technologies and Microsoft MVP.
ISBN: 9781484278697
Standard No.: 10.1007/978-1-4842-7869-7doiSubjects--Uniform Titles:
Microsoft .NET Framework.
Subjects--Topical Terms:
549280
C# (Computer program language)
LC Class. No.: QA76.73.C154 / T76 2022
Dewey Class. No.: 005.133
Pro C# 10 with .NET 6 = foundational principles and practices in programming /
LDR
:05956nmm a2200337 a 4500
001
2302833
003
DE-He213
005
20220730153743.0
006
m d
007
cr nn 008maaau
008
230409s2022 cau s 0 eng d
020
$a
9781484278697
$q
(electronic bk.)
020
$a
9781484278680
$q
(paper)
024
7
$a
10.1007/978-1-4842-7869-7
$2
doi
035
$a
978-1-4842-7869-7
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
QA76.73.C154
$b
T76 2022
072
7
$a
UMP
$2
bicssc
072
7
$a
COM051380
$2
bisacsh
072
7
$a
UMP
$2
thema
082
0 4
$a
005.133
$2
23
090
$a
QA76.73.C154
$b
T843 2022
100
1
$a
Troelsen, Andrew W.
$3
3603527
245
1 0
$a
Pro C# 10 with .NET 6
$h
[electronic resource] :
$b
foundational principles and practices in programming /
$c
by Andrew Troelsen, Phil Japikse.
250
$a
Eleventh edition.
260
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2022.
300
$a
lxv, 1640 p. :
$b
ill., digital ;
$c
24 cm.
505
0
$a
Part 1: Introducing C# and .NET 6 -- 1 Introducing C# and .NET (Core) 6 -- 2 Building C# Applications -- Part 2: Core C# Programming -- 3 Core C# Programming Constructs, Part 1 -- 4 Core C# Programming Constructs, Part 2 -- Part 3: Object Oriented Programming with C# -- 5 Understanding Encapsulation -- 6 Understanding Inheritance and Polymorphism -- 7 Understanding Structured Exception Handling -- 8 Working with Interfaces -- 9 Understanding Object Lifetime -- Part 4: Advanced C# Programming -- 10 Collections and Generics -- 11 Advanced C# Language Features -- 12 Delegates, Events, and Lambda Expressions -- 13 LINQ To Objects -- 14 Processes, AppDomains, and Load Contexts -- 15 Multithreaded, Parallel, and Async Programming -- Part 5: Programming with .NET Core Assemblies -- 16 Building and Configuring Class Libraries -- 17 Type Reflection, Late Binding, Attributes, and Dynamic Types -- 18 Understanding CIL and the Role of Dynamic Assemblies -- Part 6: File Handling, Object Serialization, and Data Access -- 19 File I/O and Object Serialization -- 20 Data Access with ADO.NET -- Part 7: Entity Framework Core -- 21 Introducing Entity Framework Core -- 22 Exploring EF Core -- 23 Build a Data Access Layer with Entity Framework Core -- 24 Test Driving the Autolot Data Access Layer -- Part 8: Windows Client Development -- 25 Introducing Windows Presentation Foundation and XAML -- 26 WPF Controls, Layouts, Events, and Data Binding -- 27 WPF Graphics Rendering Services -- 28 WPF Resources, Animations, Styles, and Templates -- 29 WPF Notifications, Validations, Commands, and MVVM -- Part 9: ASP.NET Core -- 30 Introducing ASP.NET Core -- 31 Diving into ASP.NET Core -- 32 RESTful Services with ASP.NET Core -- 33 Web Applications using MVC -- 34 Web Applications using Razor Pages.
520
$a
Welcome to the most comprehensive foundational guide available on the topic of C# coding and .NET. This book goes beyond "do this, to achieve this" to drill down into the core stuff that makes a good developer, great. This expanded 11th edition delivers loads of new content on Entity Framework, Razor Pages, Web APIs and more. You will find the latest C# 10 and .NET 6 features served up with plenty of "behind the curtain" discussion designed to expand developers' critical thinking skills when it comes to their craft. Coverage of ASP.NET Core, Entity Framework Core, and more sits alongside the latest updates to the new unified .NET platform, from performance improvements to Windows Desktop apps on .NET 6, updates in XAML tooling, and expanded coverage of data files and data handling. Going beyond the latest features in C# 10, all code samples are rewritten for this latest release. Dive in and discover why this essential classic is a favorite of C# developers worldwide. Gain a solid foundation in object-oriented development techniques, attributes and reflection, generics and collections, and numerous advanced topics not found in other texts (such as CIL opcodes and emitting dynamic assemblies). Pro C# 10 with .NET 6 will build your coding confidence putting C# into practice, and exploring the .NET universe and its vast potential on your own terms. What You Will Learn Explore C# 10 features and updates in records and record structs, global and implicit using directives, file level namespaces, extended property patterns, and more Develop applications with C# and modern frameworks for services, web, and smart client applications Hit the ground running with ASP.NET Core web applications using MVC and Razor Pages, including view components, custom tag helpers, custom validation, GDPR support, and areas Build ASP.NET RESTful services complete with versioning, enhanced swagger, and basic authentication Embrace Entity Framework Core for building real-world, data-centric applications, with deeply expanded coverage new to this edition including SQL Server temporal table support Dive into Windows Desktop Apps on .NET 6 using Windows Presentation Foundation Understand the philosophy behind .NET Discover the new features in .NET 6, including single file applications, smaller container images, and more Who This Book Is For Developers of any level who want to either learn C# and .NET or want to take their skills to the next level. "Amazing! Provides easy-to-follow explanations and examples. I remember reading the first version of this book; this is a 'must-have' for your collection if you are learning .NET!" - Rick McGuire, Senior Application Development Manager, Microsoft "Phil is a journeyman programmer who brings years of experience and a passion for teaching to make this fully revised and modernized 'classic' a 'must-have'. Any developer who wants full-spectrum, up-to-date coverage of both the C# language and how to use it with .NET and ASP.NET Core should get this book." - Brian A. Randell, Partner, MCW Technologies and Microsoft MVP.
630
0 0
$a
Microsoft .NET Framework.
$3
3270493
650
0
$a
C# (Computer program language)
$3
549280
650
0
$a
Application software
$x
Development.
$3
539563
650
1 4
$a
Microsoft.
$3
3593799
650
2 4
$a
Programming Techniques.
$3
892496
650
2 4
$a
Programming Language.
$3
3538935
700
1
$a
Japikse, Philip.
$3
2068771
710
2
$a
SpringerLink (Online service)
$3
836513
773
0
$t
Springer Nature eBook
856
4 0
$u
https://doi.org/10.1007/978-1-4842-7869-7
950
$a
Professional and Applied Computing (SpringerNature-12059)
筆 0 讀者評論
館藏地:
全部
電子資源
出版年:
卷號:
館藏
1 筆 • 頁數 1 •
1
條碼號
典藏地名稱
館藏流通類別
資料類型
索書號
使用類型
借閱狀態
預約狀態
備註欄
附件
W9444382
電子資源
11.線上閱覽_V
電子書
EB QA76.73.C154 T76 2022
一般使用(Normal)
在架
0
1 筆 • 頁數 1 •
1
多媒體
評論
新增評論
分享你的心得
Export
取書館
處理中
...
變更密碼
登入