Cargando…

Learn Microsoft Visual C♯ 2010 /

Ready to learn programming? Start Here! Learn the fundamentals of modern programming with Visual C# 2010--and begin building your first apps for the desktop and web. If you have absolutely no previous experience, no problem--simply start here! This book introduces must-know concepts and techniques t...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Mueller, John, 1958-
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol, Calif. : O'Reilly Media, ©2011.
Colección:Start here!
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ia 4500
001 OR_ocn778356094
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 120227s2011 caua ob 001 0 eng d
010 |a  2011276355 
040 |a UMI  |b eng  |e pn  |c UMI  |d COO  |d OCLCQ  |d OCLCO  |d DEBSZ  |d C6I  |d OCLCQ  |d YDXCP  |d VT2  |d E7B  |d OCLCF  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO  |d CEF  |d OCLCQ  |d OCLCO  |d WYU  |d UAB  |d OCLCO  |d CZL  |d INARC  |d OCLCO  |d OCLCQ  |d OCLCA  |d OCLCO 
016 7 |a 015959365  |2 Uk 
019 |a 803500653  |a 1065915181  |a 1103275931  |a 1129362349  |a 1150213669 
020 |a 9780735657724 
020 |a 0735657726 
020 |a 9780735665668 
020 |a 0735665664 
020 |a 9780735666634  |q (e-book) 
020 |a 0735666636  |q (e-book) 
029 1 |a AU@  |b 000050492191 
029 1 |a DEBBG  |b BV040903147 
029 1 |a DEBSZ  |b 378281313 
029 1 |a DEBSZ  |b 381370070 
035 |a (OCoLC)778356094  |z (OCoLC)803500653  |z (OCoLC)1065915181  |z (OCoLC)1103275931  |z (OCoLC)1129362349  |z (OCoLC)1150213669 
037 |a CL0500000126  |b Safari Books Online 
050 4 |a QA76.73.C154  |b M837 2011 
082 0 4 |a 005.13/3  |2 23 
049 |a UAMI 
100 1 |a Mueller, John,  |d 1958- 
245 1 0 |a Learn Microsoft Visual C♯ 2010 /  |c John Paul Mueller. 
246 3 0 |a Learn Microsoft Visual C sharp 2010 
246 1 |i At head of title:  |a Start here! 
246 3 |a Learn Visual C♯ 2010 
246 3 |a Learn Visual C sharp 2010 
260 |a Sebastopol, Calif. :  |b O'Reilly Media,  |c ©2011. 
300 |a 1 online resource (xxv, 364 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 Start here! 
588 0 |a Print version record. 
504 |a Includes bibliographical references and index. 
505 0 |a Intro -- Dedication -- Introduction -- Who Should Read This Book -- Who Should Not Read This Book -- Organization of This Book -- Free eBook Reference -- Conventions and Features in This Book -- System Requirements -- Code Samples -- Acknowledgments -- Errata amp -- Book Support -- We Want to Hear from You -- Stay in Touch -- Getting to Know C# -- Obtaining and Installing Visual Studio 2010 Express -- Downloading the Products -- Installing Visual C# 2010 Express -- Installing Visual Web Developer 2010 Express -- Installing Visual Studio 2010 Service Pack 1 -- Starting Visual C# 2010 Express -- Creating the No-Code Web Browser -- Creating a New Windows Forms Application Project -- Saving Your Project -- Adding Windows Forms Controls -- Configuring the Windows Forms Controls -- Testing the Windows Forms Application -- Viewing the Web Browser Code -- Ending Your Session -- Creating the No-Code WPF Web Browser -- Starting a New WPF Application Project -- Adding WPF Controls -- Configuring the WPF Controls -- Trying the WPF Application -- Viewing the WPF Code -- Creating the No Code WPF Browser Application -- Setting Internet Explorer as the Default -- Starting a WPF Browser Application Project -- Creating the WPF Browser Application -- Adding WPF Browser Controls -- Configuring the WPF Browser Controls -- Trying the WPF Browser Application -- Viewing the WPF Browser Code -- Get Going with C# -- Developing a Web Project -- Starting Visual Web Developer 2010 Express -- Creating the No-Code Project -- Starting the New Project -- Understanding the Default Site -- Viewing the Site in a Browser -- Creating the No Code Website -- Defining a Website Location -- Adding a New Page -- Adding the Page to the Site Menu -- Trying the Site in a Browser -- Get Going with C# -- Basic Data Manipulation Techniques -- Understanding LINQ -- Creating the List Project. 
505 8 |a Starting the List Project -- Adding the Controls -- Configuring the Controls -- Using the Code Editor -- Using the Double-Click Method -- Choosing an Event Directly -- Using the Right-Click Method -- Understanding the Code Editor Features -- Writing Some Simple Code -- Testing the List Application -- Tracing the List Application with the Debugger -- Discovering Application Functionality Through Tracing -- Creating a Breakpoint -- Viewing Application Data -- Testing a Theory -- Creating the List 2 Project -- Starting the Second List Project -- Copying the Controls -- Finessing the Controls -- Adding the Extended Code -- Tracing Through the Extended Example -- Understanding Data Types -- Testing Selection Theories -- Get Going with C# -- Using Collections to Store Data -- Understanding Arrays -- Creating the Array Project -- Starting the Array Project -- Adding the Array Project Controls -- Configuring the Array Project Controls -- Adding the Array Code -- Tracing Through the Array Example -- Testing Looping Theories -- Testing Conditional Theories -- Understanding Dictionaries -- Creating the Dictionary Project -- Starting the Dictionary Project -- Adding the Dictionary Project Controls -- Configuring the Dictionary Project Controls -- Adding the Dictionary Code -- Tracing Through the Dictionary Example -- Testing Sorting Theories -- Testing Statistical Theories -- Understanding Structures -- Creating the Structure Project -- Starting the Structure Project -- Adding the Structure Project Controls -- Configuring the Structure Project Controls -- Creating a Structure -- Adding the Structure Example Code -- Tracing Through the Structure Example -- Get Going with C# -- Working with XML -- Understanding XML -- Combining XML and LINQ -- Defining the XML_LINQ Project -- Adding and Configuring the XML_LINQ Controls -- Using the System.Xml.Linq Namespace. 
505 8 |a Adding the XML_LINQ Code -- Developing the XMLSave Application -- Creating the XMLSave Project -- Adding XMLSave Application Code -- Testing the XMLSave Application -- Viewing the XMLSave Output -- Developing the XMLRead Application -- Creating the XMLRead Project -- Adding the XMLRead Application Code -- Testing the XMLRead Application -- Tracing the XMLRead Application with the Debugger -- Handling XML Exceptions -- Using XML to Store Application Settings -- Creating the XMLSetting Project -- Adding the XMLSetting Application Code -- Testing the XMLSetting Application -- Get Going with C# -- Accessing a Web Service -- Defining Web Services -- Web Services and XML -- Working with REST Web Services -- Working with SOAP Web Services -- Developing the REST Web Service Application -- Creating the RESTService Project -- Adding the RESTService Application Code -- Testing the RESTService Application -- Developing the SOAP Web Service Application -- Creating the SOAPService Project -- Adding and Configuring the SOAPService Controls -- Adding the SOAPService Application Code -- Testing the SOAPService Application -- Get Going with C# -- Using the Windows Presentation Foundation -- Considering the WPF Differences with Windows Forms Applications -- Understanding XAML -- Developing the WPF Data Store Application -- Creating the WPF_XML Project -- Adding and Configuring the WPF_XML Controls -- Adding the WPF_XML Application Code -- Testing the WPF_XML Application -- Tracing the WPF_XML Application with the Debugger -- Developing the WPF SOAP Web Service Application -- Creating the WPFSOAPService Project -- Adding a New Service Data Source -- Adding and Configuring the WPFSOAPService Controls -- Adding the WPFSOAPService Application Code -- Testing the WPFSOAPService Application -- Developing the EmbeddedSource Application -- Starting the EmbeddedSource Project. 
505 8 |a Creating an Embedded Resource -- Adding and Configuring the EmbeddedSource Controls -- Adding the EmbeddedSource Application Code -- Testing the EmbeddedSource Application -- Tracing the EmbeddedSource Application with the Debugger -- Get Going with C# -- Working with Libraries -- Understanding Reusable Code -- Considering How Classes Work -- Defining Methods -- Defining Properties -- Understanding Fields versus Properties -- Defining Events -- Using Enumerations -- Understanding Structures -- Creating the UseLibrary Solution -- Starting the TestLibrary Project -- Adding the TestLibrary Code -- Adding the TestApplication Project -- Starting the TestApplication Project -- Setting TestApplication as the Startup Project -- Defining the TestLibrary Reference -- Adding and Configuring the TestApplication Controls -- Adding the TestApplication Application Code -- Testing the UseLibrary Application -- Get Going with C# -- Creating Utility Applications -- Working at the Command Line -- Opening and Using the Command Line -- Understanding Utility Application Uses -- Creating the Console Application -- Defining Command-Line Parameters -- Creating the Main() Method -- Offering Help at the Command Line -- Checking for Required Arguments -- Checking for Optional Arguments -- Testing the DisplayDate Application -- Opening the Command Line -- Checking the Help Functionality -- Displaying a Date -- Tracing the DisplayDate Application with the Debugger -- Setting the Command-Line Arguments -- Performing the Trace -- Get Going with C# -- Using LINQ in Web Applications -- Creating the WebList Project -- Starting the WebList Project -- Adding and Configuring the WebList Project Controls -- Defining the using Statement -- Adding the WebList Project Code -- Tracing Through the WebList Project Example -- Creating the WebArray Project -- Starting the WebArray Project. 
505 8 |a Adding and Configuring the WebArray Project Controls -- Adding the WebArray Code -- Tracing Through the WebArray Example -- Creating the WebStructure Project -- Starting the WebStructure Project -- Adding and Configuring the WebStructure Project Controls -- Adding the WebStructure Code -- Tracing Through the Structure Example -- Get Going with C# -- Working with Silverlight Applications -- Understanding the Silverlight Development Difference -- Developing a Basic Silverlight Application -- Starting the BasicSilverlight Application -- Adding and Configuring the BasicSilverlight Project Controls -- Adding the BasicSilverlight Project Code -- Tracing Through the BasicSilverlight Project Example -- Configuring Your Silverlight Application for Debugging -- Setting the Browser Configuration -- Debugging with Firefox -- Adding XML Data Support to a Silverlight Application -- Starting the SilverlightXML Application -- Adding and Configuring the SilverlightXML Project Controls -- Adding the SilverlightXML Project Code -- Tracing Through the SilverlightXML Project Example -- Get Going with C# -- Debugging Applications -- Understanding the Debugging Basics -- Stepping Through the Code -- Working with the Debug Class -- Adding Debug Statements to the Example -- Working with the Trace Class -- Working with Watches -- Using Visualizers -- Drilling Down into Data -- Understanding the Call Stack -- Using the Immediate Window -- Working with Exceptions -- Understanding an Exception Dialog Box -- Communicating with the Administrator Using the Event Log -- Get Going with C#. 
520 |a Ready to learn programming? Start Here! Learn the fundamentals of modern programming with Visual C# 2010--and begin building your first apps for the desktop and web. If you have absolutely no previous experience, no problem--simply start here! This book introduces must-know concepts and techniques through easy-to-follow explanations, examples, and exercises. Here's where you start learning Visual C# Learn how an application performs tasks by tracing its code Query and manipulate application data with LINQ Access web services with REST and SOAP Build simple apps with Windows Presentation Foundation Explore rich Internet apps with Microsoft Silverlight Find and fix errors by debugging your applications Put it all together by creating your first programs. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a Microsoft Visual C#. 
630 0 7 |a Microsoft Visual C♯  |2 blmlsh 
630 0 7 |a Microsoft Visual C#  |2 fast 
650 0 |a C# (Computer program language) 
650 6 |a C# (Langage de programmation) 
650 7 |a C# (Computer program language)  |2 fast 
776 0 8 |i Print version:  |a Mueller, John, 1958-  |t Learn Microsoft Visual C♯ 2010.  |d Sebastopol, Calif. : O'Reilly Media, ©2011  |z 9780735657724  |w (OCoLC)719428369 
830 0 |a Start here! 
856 4 0 |u https://learning.oreilly.com/library/view/~/9780735665668/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a ebrary  |b EBRY  |n ebr10763385 
938 |a YBP Library Services  |b YANK  |n 7269286 
938 |a Internet Archive  |b INAR  |n learnmicrosoftvi0000muel_r8i6 
994 |a 92  |b IZTAP