Cantitate/Preț
Produs

Microsoft Visual C# Step by Step

Autor John Sharp
en Limba Engleză Paperback – 11 apr 2022

Resursele practice și setul complet de cod sursă furnizate facilitează o tranziție rapidă către mediul de dezvoltare Visual Studio 2022. Observăm că Microsoft Visual C# Step by Step adoptă o metodologie de învățare progresivă, structurată riguros pentru a ghida cititorul de la sintaxa de bază la arhitecturi complexe. Prima parte a volumului se concentrează pe fundamentele limbajului, precum gestionarea erorilor și controlul fluxului, în timp ce secțiunile ulterioare explorează profunzimea modelului de obiecte Microsoft. Complementar lui C#: A Beginner's Guide, care oferă o introducere generală în programarea orientată pe obiecte, acest volum de la Microsoft Press acoperă specificul integrării cu Windows 11 și utilizarea serviciilor cloud, oferind un avantaj tehnic celor care vizează ecosistemul Azure. Remarcăm atenția deosebită acordată managementului resurselor și noilor tipuri de date, cum ar fi 'records' pentru imuabilitate. Progresia didactică este evidentă: după stăpânirea claselor și a moștenirii, autorul introduce concepte de finețe precum genericele, indexatorii și delegările. Un punct distinctiv față de Visual C# How to Program, Global Edition este accentul pus pe implementarea practică a pattern-ului MVVM, esențial pentru dezvoltarea de aplicații UWP (Universal Windows Platform) moderne. Experiența de lectură este una tehnică, axată pe eficiență, unde fiecare capitol se finalizează cu abilități concrete de depanare și optimizare a performanței prin metode asincrone.

Citește tot Restrânge

Preț: 31152 lei

Preț vechi: 38940 lei
-20%

Puncte Express: 467

Carte disponibilă

Livrare economică 06-20 mai
Livrare express 21-25 aprilie pentru 7722 lei


Specificații

ISBN-13: 9780137619832
ISBN-10: 0137619839
Pagini: 832
Dimensiuni: 195 x 235 x 45 mm
Greutate: 1.55 kg
Ediția:10. Auflage
Editura: Microsoft Press

De ce să citești această carte

Recomandăm acest ghid dezvoltatorilor care doresc să stăpânească C# într-un context profesional. Cititorul câștigă o înțelegere profundă a Visual Studio 2022 și a celor mai noi specificații ale limbajului, de la LINQ la programarea asincronă. Este resursa ideală pentru a trece de la scrierea de cod simplu la arhitecturarea unor sisteme extensibile și scalabile, beneficiind de expertiza directă a editurii casei mamă, Microsoft Press.


Despre autor

John Sharp este un expert recunoscut în tehnologiile Microsoft, cu o experiență vastă în dezvoltarea software și scrierea de documentație tehnică. Specializat în limbajul C# și platforma .NET, Sharp a contribuit decisiv la educarea a numeroase generații de programatori prin seria „Step by Step”. Expertiza sa se reflectă în capacitatea de a explica procese complexe, precum gestionarea memoriei prin Garbage Collection sau implementarea structurilor de date funcționale, făcând legătura între teorie și cerințele actuale ale industriei software.


Notă biografică

John Sharp is a principal technologist for CM Group Ltd, part of the Civica Group, a software development and consultancy company in the United Kingdom. He is well versed as a software consultant, developer, author, and trainer, with more than 35 years of experience, ranging from Pascal programming on CP/M and C/Oracle application development on various flavors of UNIX to the design of C# and JavaScript distributed applications and development on Windows 11 and Microsoft Azure. He also spends much of his time writing courseware for Microsoft, focusing on areas such as data science using R and Python, big data processing with Spark and CosmosDB, SQL Server, NoSQL, web services, Blazor, cross-platform development with frameworks such as Xamarin and MAUI, and scalable application architectures with Azure.

Cuprins

Introduction
PART I INTRODUCING MICROSOFT VISUAL C# AND MICROSOFT VISUAL STUDIO
CHAPTER 1 Welcome to C#
CHAPTER 2 Working with variables, operators, and expressions
CHAPTER 3 Writing methods and applying scope
CHAPTER 4 Using decision statements
CHAPTER 5 Using compound assignment and iteration statements
CHAPTER 6 Managing errors and exceptions
PART II UNDERSTANDING THE C# OBJECT MODEL
CHAPTER 7 Creating and managing classes and objects
CHAPTER 8 Understanding values and references
CHAPTER 9 Creating value types with enumerations and structures
CHAPTER 10 Using arrays
CHAPTER 11 Understanding parameter arrays
CHAPTER 12 Working with inheritance
CHAPTER 13 Creating interfaces and defining abstract classes
CHAPTER 14 Using garbage collection and resource management
PART III DEFINING EXTENSIBLE TYPES WITH C#
CHAPTER 15 Implementing properties to access fields
CHAPTER 16 Handling binary data and using indexers
CHAPTER 17 Introducing generics
CHAPTER 18 Using collections
CHAPTER 19 Enumerating collections
CHAPTER 20 Decoupling application logic and handling events
CHAPTER 21 Querying in-memory data by using query expressions
CHAPTER 22 Operator overloading
PART IV BUILDING UNIVERSAL WINDOWS PLATFORM APPLICATIONS WITH C#
CHAPTER 23 Improving throughput by using tasks
CHAPTER 24 Improving response time by performing asynchronous operations
CHAPTER 25 Implementing the user interface for a Universal Windows Platform app
CHAPTER 26 Displaying and searching for data in a Universal Windows Platform app
CHAPTER 27 Accessing a remote database from a Universal Windows Platform app

Descriere

Your hands-on guide to Visual C# fundamentals with Visual Studio 2022 Expand your expertise--and teach yourself the fundamentals of programming the latest version of Visual C# with Visual Studio 2022. This book provides software developers all the guidance, exercises, and code needed to start building responsive, scalable, cloud-connected applications that can run almost anywhere. Discover how to: Quickly start creating Visual C# code and projects with Visual Studio Work with variables, operators, expressions, methods, and program flow Build more robust apps with error, exception, and resource management Spot problems fast with the integrated Visual Studio 2022 debugger Master new default interface methods, static local functions, async disposable types, and other enhancements Make the most of the C# object model, and create functional data structures Leverage advanced properties, indexers, generics, and collection classes Create Windows 11 apps that share data, collaborate, and use cloud services Use lightweight records to build immutable reference types more easily Perform complex queries over object collections with LINQ Improve application throughput and response time with asynchronous methods Use delegates and decoupling to construct highly extensible systems Customize C# operator behavior over your own classes and structures Implement the powerful Model-View-ViewModel (MVVM) pattern Build UWP applications that retrieve complex data and present it intuitively