Cargando…

Illustrated C♯ 2012 /

Annotation

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Solis, Daniel M. (Daniel Martin)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [Berkeley, Calif.] : Apress, ©2012.
Edición:Fourth edition.
Colección:Expert's voice in .NET.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ia 4500
001 OR_ocn810326904
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 120920s2012 caua o 001 0 eng d
040 |a GW5XE  |b eng  |e pn  |c GW5XE  |d COO  |d YDXCP  |d ZMC  |d OCLCQ  |d C6I  |d OCLCF  |d BEDGE  |d OCLCA  |d OCLCQ  |d OCLCO  |d OCL  |d UMI  |d DEBSZ  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO  |d Z5A  |d ESU  |d IOG  |d N$T  |d OCLCA  |d OCL  |d CEF  |d INT  |d U3W  |d AU@  |d OCLCQ  |d OCLCO  |d WYU  |d YOU  |d OCLCQ  |d OCLCO  |d LEAUB  |d OL$  |d OCLCQ  |d OCLCO  |d AJS  |d OCLCQ  |d OCLCO  |d OCLCQ 
019 |a 814403739  |a 1044377262  |a 1056436382  |a 1058045424  |a 1060907181  |a 1062903257  |a 1063814461  |a 1087251207 
020 |a 9781430242796  |q (electronic bk.) 
020 |a 1430242795  |q (electronic bk.) 
020 |a 1430242787 
020 |a 9781430242789 
020 |z 9781430242789 
020 |z 1430242787 
024 3 |a 9781430242789 
029 1 |a AU@  |b 000050101542 
029 1 |a AU@  |b 000050240005 
029 1 |a AU@  |b 000060366413 
029 1 |a DEBSZ  |b 378288857 
029 1 |a GBVCP  |b 785443584 
029 1 |a NZ1  |b 14696047 
035 |a (OCoLC)810326904  |z (OCoLC)814403739  |z (OCoLC)1044377262  |z (OCoLC)1056436382  |z (OCoLC)1058045424  |z (OCoLC)1060907181  |z (OCoLC)1062903257  |z (OCoLC)1063814461  |z (OCoLC)1087251207 
037 |a CL0500000171  |b Safari Books Online 
050 4 |a QA76.73.C154  |b S66 2012eb 
072 7 |a COM  |x 051310  |2 bisacsh 
082 0 4 |a 005.133  |2 23 
049 |a UAMI 
100 1 |a Solis, Daniel M.  |q (Daniel Martin) 
245 1 0 |a Illustrated C♯ 2012 /  |c written and illustrated by Daniel M. Solis. 
246 3 |a Illustrated C sharp 2012 
250 |a Fourth edition. 
260 |a [Berkeley, Calif.] :  |b Apress,  |c ©2012. 
300 |a 1 online resource (xxx, 732 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
490 1 |a The expert's voice in .NET 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed November 29, 2017). 
505 0 0 |t C♯ and the .NET Framework --  |t Overview of C♯ Programming --  |t Types, Storage, and Variables --  |t Classes: The Basics --  |t Methods --  |t More About Classes --  |t Classes and Inheritance --  |t Expressions and Operators --  |t Statements --  |t Structs --  |t Enumerations --  |t Arrays --  |t Delegates --  |t Events --  |t Interfaces --  |t Conversions --  |t Generics --  |t Enumerators and Iterators --  |t Introduction to LINQ --  |t Introduction to Asynchronous Programming --  |t Namespaces and Assemblies --  |t Exceptions --  |t Preprocessor Directives --  |t Reflection and Attributes --  |t Other Topics. 
500 |a "C♯ 5.0 presented clearly, concisely, and visually"--Cover 
500 |a Includes index. 
520 8 |a Annotation  |b This book presents the C♯ 5.0 language in a uniquely succinct and visual format. Often in programming books, the information can be hidden in a vast sea of words. As a programmer who has over the years used a dozen programming languages, the author understands it cansometimes bedifficult to slog through another 1,000-page book of dense text to learn a new language. There are likelymany other programmers who feel the same way. To address this situation, this bookexplains C♯ 5.0 using figures; short, focused code samples; and clear, concise explanations. Figures are of prime importance in this book. Whileteaching programming seminars, Daniel Solisfound that hecould almost watch the light bulbs going on over the students heads as hedrew the figures on the whiteboard. In this text, he hasdistilled each important concept into simple but accurate illustrations. The visual presentation of the content will give you an understanding of C♯ thats not possible with text alone. For something as intricate and precise as a programming language, however, there must be text as well as figures. But rather than long, wordy explanations, Solis hasused short, concise descriptions and bulleted lists to make each important piece of information visually distinct. By the end of this book, youll have a thorough working knowledge of all aspects of the C♯ language, whether youre a novice programmer or a seasoned veteran of other languages. If you want a long, leisurely, verbose explanation of the language, this is not the book for you. But if you want a concise, thorough, visual presentation of C♯ 5.0, this is just what youre looking for. What youll learnDetails of the C♯ 5.0 language presented in a clear, concise treatmentNew features in the latest version of .NET, version 4.5, in the authors unique visual styleHow C♯ differs from and is similar to other programming languages, aiding migrating C++ and VB programmers who already know how languages workWho this book is forVisual Basic programmers interested in moving to C#C++ programmers interested in moving to C#Novice programmers interested in learning C#Students in introductory programming classes learning C#Table of ContentsC# and the .NET FrameworkOverview of C♯ ProgrammingTypes, Storage, and VariablesClasses: The BasicsMethodsMore About ClassesClasses and InheritanceExpressions and OperatorsStatementsStructsEnumerationsArraysDelegatesEventsInterfacesConversionsGenericsEnumerators and IteratorsIntroduction to LINQIntroduction to Asynchronous ProgrammingNamespaces and AssembliesExceptionsPreprocessor DirectivesReflection and AttributesOther Topics. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a Microsoft .NET Framework. 
630 0 7 |a Microsoft .NET Framework.  |2 fast  |0 (OCoLC)fst01020083 
650 0 |a C# (Computer program language) 
650 6 |a C# (Langage de programmation) 
650 7 |a COMPUTERS  |x Programming Languages  |x C#.  |2 bisacsh 
650 7 |a C# (Computer program language)  |2 fast  |0 (OCoLC)fst00843284 
776 0 8 |i Print version:  |a Solis, Daniel M. (Daniel Martin).  |t Illustrated C# 2012.  |b 4th ed.  |d [Berkeley, Calif.] : Apress ; New York : Distributed to the book trade worldwide by Springer Science+Business Media, ©2012  |z 9781430242789 
830 0 |a Expert's voice in .NET. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781430242789/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a EBSCOhost  |b EBSC  |n 1173728 
938 |a YBP Library Services  |b YANK  |n 9785837 
994 |a 92  |b IZTAP