Cargando…

Beginning Visual C♯ 2005 /

Exercises; Chapter 9: Defining Classes; Class Definitions in C#; System.Object; Constructors and Destructors; OOP Tools in Visual Studio 2005; Class Library Projects; Interfaces versus Abstract Classes; Struct Types; Summary; Exercises; Chapter 10: Defining Class Members; Member Definitions; Additio...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Otros Autores: Watson, Karli
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Indianapolis, Ind. : Wiley Pub., ©2006.
Colección:Wrox beginning guides.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ma 4500
001 OR_ocm79419636
003 OCoLC
005 20231017213018.0
006 m o d
007 cr zn|||||||||
008 060306s2006 inua o 001 0 eng d
010 |a  2005010692 
040 |a CtWfDGI  |b eng  |e pn  |c ZYU  |d OCLCQ  |d N$T  |d TEFOD  |d BTCTA  |d IDEBK  |d EBLCP  |d E7B  |d CEF  |d OCLCQ  |d B24X7  |d REDDC  |d OCLCQ  |d OCLCO  |d UMI  |d OCLCQ  |d DEBSZ  |d OCLCA  |d OCLCQ  |d OCLCO  |d CAUOI  |d OCLCQ  |d YDXCP  |d OCLCQ  |d OCLCO  |d AU@  |d OCLCF  |d OCLCO  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO  |d COO  |d OCL  |d OCLCO  |d OCLCQ  |d OCLCO  |d LIV  |d OCLCQ  |d OCLCA  |d OCL  |d OCLCQ  |d OCLCO  |d WYU  |d UAB  |d VT2  |d OCLCQ  |d BRF  |d UKAHL  |d HS0  |d EYM  |d OCLCO  |d OCLCQ  |d OCLCO 
015 |a GBA556748  |2 bnb 
016 7 |z 013245628  |2 Uk 
019 |a 124093771  |a 154761499  |a 164438853  |a 212879026  |a 304072328  |a 646800124  |a 808118814  |a 848800229  |a 943414400  |a 1060196831  |a 1064175424  |a 1083232883  |a 1103261707  |a 1129345718  |a 1152973750  |a 1179517694  |a 1192332515  |a 1194722479  |a 1240509000 
020 |a 9780471752967  |q (electronic bk.) 
020 |a 0471752967  |q (electronic bk.) 
020 |z 9780764578472  |q (paper/website) 
020 |z 0764578472  |q (paper/website) 
029 1 |a AU@  |b 000043833721 
029 1 |a AU@  |b 000050013098 
029 1 |a AU@  |b 000053224945 
029 1 |a DEBBG  |b BV040901049 
029 1 |a DEBSZ  |b 378282336 
029 1 |a DEBSZ  |b 38137081X 
029 1 |a DEBSZ  |b 396112382 
029 1 |a DEBSZ  |b 449092208 
035 |a (OCoLC)79419636  |z (OCoLC)124093771  |z (OCoLC)154761499  |z (OCoLC)164438853  |z (OCoLC)212879026  |z (OCoLC)304072328  |z (OCoLC)646800124  |z (OCoLC)808118814  |z (OCoLC)848800229  |z (OCoLC)943414400  |z (OCoLC)1060196831  |z (OCoLC)1064175424  |z (OCoLC)1083232883  |z (OCoLC)1103261707  |z (OCoLC)1129345718  |z (OCoLC)1152973750  |z (OCoLC)1179517694  |z (OCoLC)1192332515  |z (OCoLC)1194722479  |z (OCoLC)1240509000 
037 |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.73.C154  |b B483 2006eb 
072 7 |a COM  |x 051310  |2 bisacsh 
072 7 |a COM  |x 051280  |2 bisacsh 
072 7 |a COM  |x 051130  |2 bisacsh 
082 0 4 |a 005.13/3  |2 22 
049 |a UAMI 
245 0 0 |a Beginning Visual C♯ 2005 /  |c Karli Watson [and others]. 
260 |a Indianapolis, Ind. :  |b Wiley Pub.,  |c ©2006. 
300 |a 1 online resource. 
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 Wrox beginning guides 
505 0 |a Beginning Visual C# 2005; Credits; About the Authors; Contents; Introduction; Who This Book Is For; How This Book Is Structured; What You Need to Use This Book; Conventions; Source Code; Errata; p2p.wrox.com; Part I: The C# Language; Chapter 1: Introducing C#; What Is the .NET Framework?; What Is C#?; Visual Studio 2005; Summary; Chapter 2: Writing a C# Program; The Visual Studio .NET Development Environment; Console Applications; Windows Forms Applications; Summary; Chapter 3: Variables and Expressions; Basic C# Syntax; Variables; Expressions; Summary; Exercises; Chapter 4: Flow Control 
505 8 |a Boolean LogicThe goto Statement; Branching; Looping; Summary; Exercises; Chapter 5: More about Variables; Type Conversion; Complex Variable Types; String Manipulation; Summary; Exercises; Chapter 6: Functions; Defining and Using Functions; Variable Scope; The Main() Function; Struct Functions; Overloading Functions; Delegates; Summary; Exercises; Chapter 7: Debugging and Error Handling; Debugging in Visual Studio; Error Handling; Summary; Exercises; Chapter 8: Introduction to Object-Oriented Programming; What Is Object-Oriented Programming?; OOP Techniques; OOP in Windows Applications 
505 8 |a Defining GenericsSummary; Exercises; Chapter 13: Additional OOP Techniques; The :: Operator and the Global Namespace Qualifier; Custom Exceptions; Events; Expanding and Using CardLib; Summary; Exercises; Part II: Windows Programming; Chapter 14: Basic Windows Programming; Controls; The Button Control; The Label and LinkLabel Controls; The TextBox Control; The RadioButton and CheckBox Controls; The RichTextBox Control; The ListBox and CheckedListBox Controls; The ListView Control; The TabControl Control; Summary; Exercises; Chapter 15: Advanced Windows Forms Features; Menus and Toolbars 
505 8 |a ToolbarsSDI and MDI Applications; Creating Controls; Summary; Exercise; Chapter 16: Using Common Dialogs; Common Dialogs; How to Use Dialogs; File Dialogs; Printing; Print Preview; FontDialog and ColorDialog; Summary; Exercises; Chapter 17: Deploying Windows Applications; Deployment Overview; ClickOnce Deployment; Visual Studio Setup and Deployment Project Types; Microsoft Windows Installer Architecture; Creating an Installation Package for the Simple Editor; Building the Project; Installation; Summary; Exercises; Part III: Web Programming; Chapter 18: Basic Web Programming; Overview 
520 |a Exercises; Chapter 9: Defining Classes; Class Definitions in C#; System.Object; Constructors and Destructors; OOP Tools in Visual Studio 2005; Class Library Projects; Interfaces versus Abstract Classes; Struct Types; Summary; Exercises; Chapter 10: Defining Class Members; Member Definitions; Additional Class Member Topics; Interface Implementation; Partial Class Definitions; Example Application; Summary; Exercises; Chapter 11: Collections, Comparisons, and Conversions; Collections; Comparisons; Conversions; Summary; Exercises; Chapter 12: Generics; What Is a Generic?; Using Generics. 
520 |a Creating next-generation software and applications is now easier than ever with the release of Visual C# 2005. This accessible book guides you through all aspects of C# programming and the capabilities of Visual Studio 2005 so that you can begin developing customized applications. You'll first learn all aspects of the C# language, from the fundamentals to object-oriented techniques. You'll then quickly progress through Windows(r) and Web programming to making use of data sources, and finally to some advanced techniques such as XML documentation and graphics programming with GDI+. Throughout. 
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 
650 0 |a C# (Computer program language) 
650 0 |a Internet programming. 
650 0 |a Web site development  |x Computer programs. 
650 0 |a Web sites  |x Authoring programs. 
650 6 |a C# (Langage de programmation) 
650 6 |a Programmation Internet. 
650 6 |a Sites Web  |x Systèmes-auteur. 
650 7 |a COMPUTERS  |x Programming Languages  |x C♯  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x Java.  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x Pascal.  |2 bisacsh 
650 7 |a C# (Computer program language)  |2 fast 
650 7 |a Internet programming  |2 fast 
650 7 |a Web site development  |x Computer programs  |2 fast 
700 1 |a Watson, Karli. 
730 0 |a Beginning Visual C♯. 
776 0 8 |i Print version:  |t Beginning Visual C♯ 2005.  |d Indianapolis, IN : Wiley Pub., ©2006  |z 0764578472  |z 9780764578472  |w (DLC) 2005010692  |w (OCoLC)59148595 
830 0 |a Wrox beginning guides. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9780764578472/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH13383604 
938 |a Books 24x7  |b B247  |n bks00005131 
938 |a Baker and Taylor  |b BTCP  |n BK0007276249 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL290511 
938 |a ebrary  |b EBRY  |n ebr10278836 
938 |a EBSCOhost  |b EBSC  |n 190614 
938 |a YBP Library Services  |b YANK  |n 2557642 
994 |a 92  |b IZTAP