Pro C# 10 with .NET 6 : Foundational Principles and Practices in Programming

Title: Pro C# 10 with .NET 6 : Foundational Principles and Practices in Programming
Author: Andrew Troelsen, Phil Japikse
ISBN: 1484278682 / 9781484278680
Format: Soft Cover
Pages: 1640
Publisher: Apress Berkeley
Year: 2022
Availability: 10-15 days

Tab Article

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.

Tab Article

Chapter 1 : Introducing C# and .NET 6
Chapter 2 : Building C# Applications
Chapter 3 : Core C# Programming Constructs, Part 1
Chapter 4 : Core C# Programming Constructs, Part 2
Chapter 5 : Understanding Encapsulation
Chapter 6 : Understanding Inheritance and Polymorphism
Chapter 7 : Understanding Structured Exception Handling
Chapter 8 : Working with Interfaces
Chapter 9 : Understanding Object Lifetime
Chapter 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
Chapter 16 : Building and Configuring Class Libraries
Chapter 17 : Type Reflection, Late Binding, Attribute, and Dynamic Types
Chapter 18 : Understanding CIL and the Role of Dynamic Assemblies
Chapter 19 : File I/O and Object Serialization
Chapter 20 : Data Access with ADO.NET
Chapter 21 : Introducing Entity Framework Core
Chapter 22 : Exploring Entity Framework Core
Chapter 23 : Build a Data Access Layer with Entity Framework Core
Chapter 24 : Test-Driving AutoLot
Chapter 25 : Introducing Windows Presentation Foundation and XAML
Chapter 26 : WPF Controls, Layouts, Events, and Data Binding
Chapter 27 : WPF Graphics Rendering Services
Chapter 28 : WPF Resources, Animations, Styles, and Templates
Chapter 29 : WPF Notifications, Validations, Commands, and MVVM
Chapter 30 : Introducing ASP.NET Core
Chapter 31 : RESTful Services with ASP.NET Core
Chapter 32 : Web Applications with MVC
Chapter 33 : Web Applications using Razor Pages