|In vendita nella categoria:
Ne hai uno da vendere?

C# 2008 for Programmers (3rd Edition)

McKenzie Madness
(733)
Registrato come venditore privato
Non si applicano i diritti dei consumatori derivanti dalla normativa europea. La Garanzia cliente eBay è comunque applicabile alla maggior parte degli acquisti. Ulteriori informazioni
US $15,00
CircaEUR 13,15
o Proposta d'acquisto
Condizione:
Nuovo
Spedizione:
US $21,28 (circa EUR 18,66) USPS Priority Mail®.
Oggetto che si trova a: Nashua, New Hampshire, Stati Uniti
Consegna:
Consegna prevista tra il lun 4 ago e il sab 9 ago a 94104
I tempi di consegna previsti utilizzando il metodo proprietario di eBay, che è basato sulla vicinanza dell'acquirente rispetto al luogo in cui si trova l'oggetto, sul servizio di spedizione selezionato, sulla cronologia di spedizione del venditore e su altri fattori. I tempi di consegna possono variare, specialmente durante le festività.
Restituzioni:
Restituzioni non accettate.
Pagamenti:
    Diners Club

Fai shopping in tutta sicurezza

Garanzia cliente eBay
Se non ricevi l'oggetto che hai ordinato, riceverai il rimborso. Scopri di piùGaranzia cliente eBay - viene aperta una nuova finestra o scheda
Il venditore si assume la piena responsabilità della messa in vendita dell'oggetto.
Numero oggetto eBay:261543376089
Ultimo aggiornamento: 22 ago 2024 07:17:40 CESTVedi tutte le revisioniVedi tutte le revisioni

Specifiche dell'oggetto

Condizione
Nuovo: Libro nuovo, intatto e non letto, in perfette condizioni, senza pagine mancanti o ...
ISBN
9780137144150

Informazioni su questo prodotto

Product Identifiers

Publisher
Prentice Hall PTR
ISBN-10
0137144156
ISBN-13
9780137144150
eBay Product ID (ePID)
66165931

Product Key Features

Number of Pages
1296 Pages
Publication Name
C# 2008 for Programmers
Language
English
Publication Year
2008
Subject
Programming Languages / C#, Programming Languages / C
Type
Textbook
Subject Area
Computers
Author
Paul J. Deitel, Harvey M. Deitel
Series
Deitel Developer Ser.
Format
Trade Paperback

Dimensions

Item Height
1.8 in
Item Weight
61.4 Oz
Item Length
9.1 in
Item Width
7 in

Additional Product Features

Edition Number
3
Intended Audience
Scholarly & Professional
LCCN
2009-285303
Dewey Edition
22
Illustrated
Yes
Dewey Decimal
005.133
Table Of Content
Preface xxiiiBefore You Begin xxxix1 Introduction 11.1 Introduction 21.2 Microsofts Windows Operating System 21.3 C, C++ and Java 31.4 Visual C# 41.5 Key Software Trend: Object Technology 51.6 The Internet and the World Wide Web 51.7 Extensible Markup Language (XML) 71.8 Introduction to Microsoft .NET 71.9 The .NET Framework and the Common Language Runtime 81.10 Test-Driving a C# Advanced Painter Application 91.11 (Only Required Section of the Case Study) Software Engineering Case Study: Introduction to Object Technology and the UML 111.12 Wrap-Up 161.13 Web Resources 162 Dive Into Visual C# 2008 Express 182.1 Introduction 192.2 Overview of the Visual Studio 2008 IDE 192.3 Menu Bar and Toolbar 252.4 Navigating the Visual Studio IDE 282.5 Using Help 332.6 Using Visual Programming to Create a Simple Program that Displays Text and an Image 352.7 Wrap-Up 472.8 Web Resources 483 Introduction to C# Applications 493.1 Introduction 503.2 A Simple C# Application: Displaying a Line of Text 503.3 Creating a Simple Application in Visual C# Express 553.4 Modifying Your Simple C# Application 633.5 Formatting Text with Console.Write and Console.WriteLine 653.6 Another C# Application: Adding Integers 663.7 Arithmetic 703.8 Decision Making: Equality and Relational Operators 713.9 (Optional) Software Engineering Case Study: Examining the ATM Requirements Document 763.10 Wrap-Up 853.11 Web Resources 854 Introduction to Classes and Objects 864.1 Introduction 874.2 Classes, Objects, Methods, Properties and Instance Variables 874.3 Declaring a Class with a Method and Instantiating an Object of a Class 894.4 Declaring a Method with a Parameter 934.5 Instance Variables and Properties 964.6 UML Class Diagram with a Property 1024.7 Software Engineering with Properties and set and get Accessors 1024.8 Auto-Implemented Properties 1044.9 Value Types vs. Reference Types 1054.10 Initializing Objects with Constructors 1074.11 Floating-Point Numbers and Type decimal 1104.12 (Optional) Software Engineering Case Study: Identifying the Classes in the ATM Requirements Document 1164.13 Wrap-Up 1235 Control Statements: Part 1 1255.1 Introduction 1265.2 Control Structures 1265.3 if Single-Selection Statement 1295.4 ifelse Double-Selection Statement 1305.5 while Repetition Statement 1345.6 Counter-Controlled Repetition 1355.7 Formulating Algorithms: Sentinel-Controlled Repetition 1395.8 Formulating Algorithms: Nested Control Statements 1445.9 Compound Assignment Operators 1475.10 Increment and Decrement Operators 1485.11 Simple Types 1515.12 (Optional) Software Engineering Case Study: Identifying Class Attributes in the ATM System 1515.13 Wrap-Up 1566 Control Statements: Part 2 1576.1 Introduction 1586.2 Essentials of Counter-Controlled Repetition 1586.3 for Repetition Statement 1606.4 Examples Using the for Statement 1646.5 dowhile Repetition Statement 1686.6 switch Multiple-Selection Statement 1706.7 break and continue Statements 1786.8 Logical Operators 1806.9 (Optional) Software Engineering Case Study: Identifying Objects States and Activities in the ATM System 1866.10 Wrap-Up 1907 Methods: A Deeper Look 1927.1 Introduction 1937.2 Packaging Code in C# 1937.3 static Methods, static Variables and Class Math 1947.4 Declaring Methods
Synopsis
Written in the Deitels' proven style, this comprehensive guide to learning C# is now updated for C# 3.0 and Visual Studio 2008.  A comprehensive tutorial to the C# programming language, for programmers who are new to C# and to object-oriented programming.  Uses the Deitels' signature 'live code' style, where every programming concept is explored in the context of a complete working program, not a code fragment.  Covers everything from C# fundamentals to advanced .NET topics. This book is a comprehensive introduction to the C# programming language. It is written for programmers who are new to C# and new to object-oriented programming, but who have experience with another language, such as Visual Basic or Perl. It is written in the Deitel's signature 'live code' style, where every programming concept is explored in the context of a complete working program, not a code fragment. All code is carefully documented, and output screens appear in the text right next to the code listings. The book contains a remarkably rich library of sample program code, more than 26,000 lines of C# code. Deitel books are know for their completeness, and this one does not disappoint. It covers everything from C# fundamentals up through such new topics as WPF, WCF, ASP.NET Ajax, and extensive coverage of LINQ. All coverage in the book is updated to Visual Studio 2008. C# is steadily gaining in usage, and this book's sales should increase with that., A comprehensive tutorial to the C# programming language, for programmers who are new to C# and to object-oriented programming.
LC Classification Number
QA76.73.C

Descrizione dell'oggetto fatta dal venditore

Informazioni su questo venditore

McKenzie Madness

100% di Feedback positivi956 oggetti venduti

Su eBay da ott 2002
Registrato come venditore privatoPertanto non si applicano i diritti dei consumatori derivanti dalla normativa europea. La Garanzia cliente eBay è comunque applicabile alla maggior parte degli acquisti. Scopri di piùScopri di più

Valutazione dettagliata del venditore

Media degli ultimi 12 mesi
Descrizione
4.9
Spese spedizione
4.8
Tempi di spedizione
5.0
Comunicazione
5.0

Feedback sul venditore (495)

Tutti i punteggi
Positivo
Neutro
Negativo
  • s***s (81)- Feedback lasciato dall'acquirente.
    Ultimo anno
    Acquisto verificato
    Prompt at answering questions regarding the item! Packaged book very well for shipping which was much appreciated! Arrived promptly and ask described! Thank you so much!
  • l***s (2)- Feedback lasciato dall'acquirente.
    Ultimi 6 mesi
    Acquisto verificato
    Came right on time , seller went above and beyond to protect the condition of the box 10/10 experience. I will for sure purchase from this seller again :)
  • n***d (3)- Feedback lasciato dall'acquirente.
    Ultimo anno
    Acquisto verificato
    Arrived on time, well packaged and as described. So happy to have this back in my collection.