- ホーム
- > 洋書
Full Description
This essential classic provides a comprehensive foundation in the C# programming language and the frameworks it lives in. Now in its 9th edition, you will find the latest C# 8 and .NET Core features, along with new chapters on Microsoft's lightweight, cross-platform framework, .NET Core 3.1. Coverage of ASP.NET Core, Entity Framework Core, and more, sits alongside the latest updates to .NET Core, including Windows Presentation Foundation (WPF). Not only does this book cover all of the latest features in C# 8, but all chapters and code samples have been rewritten for this latest release.Dive in and discover why this book has been a favorite of C# developers worldwide for more than 15 years. 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). With the help of Pro C# 8 with .NET Core 3 gain the confidence to put C# into practice and explore the .NET Core universe on your own terms.What You Will LearnDiscover the bells and whistles of C# 8 features and updates to previous featuresHit the ground running with ASP.NET Core web applications and web services, and Entity Framework CoreWork with the latest version of Windows Presentation Foundation, now a part of .NET CoreUnderstand the philosophy behind .NET and the cross-platform alternative, .NET CoreDevelop applications with C# and modern frameworks for services, web, and smart client applicationsWho This Book Is ForDevelopers who are interested in .NET programming and the C# language"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 Core!" - 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 Core and ASP.NET Core should get this book."- Brian A. Randell, Partner, MCW Technologies and Microsoft MVP
Contents
Part IChapter 1: Introducing .NET CoreChapter 2: Building C# ApplicationsPart II: Core C# ProgrammingChapter 3: Core C# Programming Constructs, Part IChapter 4: Core C# Programming Constructs, Part IIPart III: Object Oriented Programming with C#Chapter 5: Understanding EncapsulationChapter 6: Understanding Inheritance and PolymorphismChapter 7: Understanding Structured Exception HandlingChapter 8: Working with InterfacesChapter 9: Understanding Object Lifetime Part IV: Advanced C# ProgrammingChapter 10: Collections and Generics Chapter 11: Advanced C# Language Features Chapter 12: Delegates, Events, and Lambda Expressions Chapter 13: LINQ To Objects Chapter 14: Processes, AppDomains, and Load Contexts Chapter 15: Multithreaded, Parallel, and Async Programming Part V: Programming with .NET Core AssembliesChapter 16: Building and Configuring Class LibrariesChapter 17: Type Reflection, Late Binding, and Attribute-Based Programming Chapter 18: Dynamic Types and the Dynamic Languare Runtime Chapter 19:Understanding CIL and the Role of Dynamic Assemblies Part VI: File and Data HandlingChapter 20: File I/O and Object SerializationChapter 21: Data Access with ADO.NETChapter 22: Introducing Entity Framework Core Chapter 23: Finishing the Data Access Layer Part VII: Windows Client DevelopmentChapter 24: Introducing Windows Presentation Foundation and XAMLChapter 25: WPF Controls, Layouts, Events, and Data BindingChapter 26: WPF Graphics Rendering ServicesChapter 27: WPF Resources, Animations, Styles, and TemplatesChapter 28: WPF Notifications, Validations, Commands, and MVVMPart VIII: ASP.NET CoreChapter 29: Introducing ASP.NET CoreChapter 30: Restful Services with ASP.NET Core Chapter 31: MVC Applications with ASP.NET Core