|Aangeboden in rubriek:
Hebt u iets om te verkopen?

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

Objectstaat:
Nieuw
Prijs:
US $54,99
OngeveerEUR 50,86
Verzendkosten:
US $9,95 (ongeveer EUR 9,20) Economy Shipping. Details bekijkenvoor verzending
Bevindt zich in: Tennessee, Verenigde Staten
Levering:
Geschatte levering tussen do, 13 jun en ma, 17 jun tot 43230
De levertijd wordt geschat met onze eigen methode op basis van onder meer de nabijheid van de koper ten opzichte van de objectlocatie, de geselecteerde verzendservice, en de verzendgeschiedenis van de verkoper. De leveringstermijnen kunnen variëren, vooral gedurende piekperiodes.
Retourbeleid:
30 dagen om te retourneren. Koper betaalt voor retourzending. Details bekijken- voor meer informatie over retourzendingen
Betalingen:
     

Winkel met vertrouwen

Topverkoper
Betrouwbare verkoper, snelle verzending en eenvoudige retourzending. 
Geld-terug-garantie van eBay
Ontvang het object dat u hebt besteld of krijg uw geld terug. 

Verkopergegevens

Ingeschreven als zakelijke verkoper
De verkoper neemt de volledige verantwoordelijkheid voor deze aanbieding.
eBay-objectnummer:276448823514
Laatst bijgewerkt op 04 mei 2024 02:55:19 CESTAlle herzieningen bekijkenAlle herzieningen bekijken

Specificaties

Objectstaat
Nieuw: Een nieuw, ongelezen en ongebruikt boek in perfecte staat waarin geen bladzijden ontbreken of ...
Book Title
Pro C# 10 with .Net 6: Foundational Principles and Practices in P
MPN
does not apply
ISBN
9781484278680
Publication Year
2022
Type
Textbook
Format
Trade Paperback
Language
English
Subject Area
Computers, Mathematics
Publication Name
Pro C# 10 with .net 6 : Foundational Principles and Practices in Programming
Author
Philip Japikse, Andrew Troelsen
Item Length
10 in
Publisher
Apress L. P.
Item Width
7 in
Subject
Programming Languages / General, Programming / General, General, Programming / Microsoft
Number of Pages
Lxv, 1640 Pages

Over dit product

Product Information

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

Product Identifiers

Publisher
Apress L. P.
ISBN-10
1484278682
ISBN-13
9781484278680
eBay Product ID (ePID)
17057258397

Product Key Features

Author
Philip Japikse, Andrew Troelsen
Publication Name
Pro C# 10 with .net 6 : Foundational Principles and Practices in Programming
Format
Trade Paperback
Language
English
Subject
Programming Languages / General, Programming / General, General, Programming / Microsoft
Publication Year
2022
Type
Textbook
Subject Area
Computers, Mathematics
Number of Pages
Lxv, 1640 Pages

Dimensions

Item Length
10 in
Item Width
7 in

Additional Product Features

Edition Number
11
Number of Volumes
1 Vol.
Lc Classification Number
Qa76.76.M52
Table of Content
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 UnderstandingCIL 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.
Copyright Date
2022
Dewey Decimal
005.133
Dewey Edition
23
Illustrated
Yes

Objectbeschrijving van de verkoper

Informatie van zakelijke verkoper

Retrostar Music
James Billington
, TX
United States
Contactgegevens weergeven
:liam-Emoc.loa@0001ratsorter
Ik verklaar dat al mijn verkoopactiviteiten zullen voldoen aan alle wet- en regelgeving van de EU.
Retrostar Music

Retrostar Music

99,6% positieve feedback
38K objecten verkocht

Gedetailleerde verkopersbeoordelingen

Gemiddelde van de afgelopen 12 maanden

Nauwkeurige beschrijving
5.0
Redelijke verzendkosten
5.0
Verzendtijd
5.0
Communicatie
5.0
Ingeschreven als zakelijke verkoper

Feedback verkoper (12.566)

a***s (118)- Feedback gegeven door koper.
Afgelopen maand
Geverifieerde aankoop
Like the music.
a***r- Feedback gegeven door koper.
Afgelopen maand
Geverifieerde aankoop
Very happy with this item and seller! Received item quickly and it was packaged nicely.
1***f (237)- Feedback gegeven door koper.
Afgelopen maand
Geverifieerde aankoop
Arrived perfectly!