A Programmer's Introduction to C# 2.0
Autor Eric Gunnerson, Nick Wienholten Limba Engleză Paperback – 28 iun 2005
This third edition covers the elements of C# 2005 that you'll soon embrace. This comprehensive tutorial explains features like generics, iterators, anonymous types, and partial classes. It is sure to be a key resource for all you C# programmers!
Preț: 203.82 lei
Preț vechi: 254.77 lei
-20% Nou
Puncte Express: 306
Preț estimativ în valută:
39.01€ • 40.52$ • 32.40£
39.01€ • 40.52$ • 32.40£
Carte disponibilă
Livrare economică 13-27 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781590595015
ISBN-10: 1590595017
Pagini: 529
Ilustrații: XXXVIII, 568 p.
Dimensiuni: 178 x 235 x 29 mm
Greutate: 0.88 kg
Ediția:3rd ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1590595017
Pagini: 529
Ilustrații: XXXVIII, 568 p.
Dimensiuni: 178 x 235 x 29 mm
Greutate: 0.88 kg
Ediția:3rd ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Public țintă
Popular/generalCuprins
Object-Oriented Basics.- The .NET Runtime Environment.- C# Quick Start and C# Development.- Exception Handling.- Classes 101.- Base Classes and Inheritance.- Member Accessibility and Overloading.- Other Class Details.- Structs (Value Types).- Interfaces.- Versioning and Aliases.- Statements and Flow of Execution.- Variable Scoping and Definite Assignment.- Operators and Expressions.- Conversions.- Arrays.- Generics.- Strings.- Properties.- Indexers, Enumerators, and Iterators.- Enumerations.- Attributes.- Delegates and Anonymous Methods.- Events.- User-Defined Conversions.- Operator Overloading.- Nullable Types.- Other Language Details.- Making Friends with the .NET Framework.- System.Array and the Collection Classes.- Threading and Asynchronous Operations.- Execution-Time Code Generation.- Interop.- .NET Framework Overview.- Windows Forms.- DiskDiff: More Sophistication.- Practical DiskDiff.- Deeper into C#.- Defensive Programming.- Tips for Real-World Code.- The Command-Line Compiler.- C# Compared to Other Languages.- C# Resources and the Future.
Notă biografică
Eric Gunnerson is a software developer working at Microsoft. He is a past C# Test Lead, C# Program Manager, and member of the C# Language Design Team. He s been a developer for longer than he cares to admit, and has worked on everything from microcontrollers to minicomputers. In his spare time, he enjoys writing about himself in the third person.
Caracteristici
Written by a member of the original C# language design team and C# Program Manager; contains the expertise that pro C# programmers want Follows the successful first and second editions; one of the earliest practical books for developers using C# 2.0 Introduces developers to critical new language elements introduced in C# 2.0, including generics, iterators, and partial classes Good introduction to C#