Pro C♯ 2005 and the .NET 2.0 platform

C♯ 2005 changed the .NET 2.0 landscape. To name just a few improvements, C♯ now supports generics, partial types and nullable types when youre coding. And the framework boasts improved speed, data access, security, and scalability. This book has been written to help you assimilate all this new infor...

Full description

Main Author: Troelsen, Andrew W.
Other Authors: SpringerLink (Online Service)
Format: eBook
Language: English
Published: Berkeley, Calif. : Apress, ©2005.
Physical Description: 1 online resource (xlv, 982 pages) : illustrations.
Edition: 3rd ed.
Subjects:
LEADER 07720cam a2200925 a 4500
001 262680539
003 OCoLC
005 20240329122006.0
006 m o d
007 cr cn|||||||||
008 081017s2005 caua o 001 0 eng d
019 |a 64664147  |a 128142752  |a 133156717  |a 154792113  |a 313551522  |a 316866647  |a 320976149  |a 435462631  |a 613457369  |a 647628157  |a 686069977  |a 698452130  |a 756420026  |a 847329637  |a 985058855  |a 1005789251  |a 1044313375  |a 1044351136  |a 1048135848  |a 1056408657  |a 1056411574  |a 1060873465  |a 1066634602  |a 1073059478  |a 1086936658  |a 1110989305  |a 1112579926  |a 1162714204  |a 1179829977  |a 1204068107  |a 1342228046  |a 1391839799  |a 1413279740 
020 |a 9781430200604 
020 |a 143020060X 
020 |a 9781590594193  |q (Cloth) 
020 |a 1590594193  |q (Cloth) 
024 7 |a 10.1007/978-1-4302-0060-4  |2 doi 
035 |a (OCoLC)262680539  |z (OCoLC)64664147  |z (OCoLC)128142752  |z (OCoLC)133156717  |z (OCoLC)154792113  |z (OCoLC)313551522  |z (OCoLC)316866647  |z (OCoLC)320976149  |z (OCoLC)435462631  |z (OCoLC)613457369  |z (OCoLC)647628157  |z (OCoLC)686069977  |z (OCoLC)698452130  |z (OCoLC)756420026  |z (OCoLC)847329637  |z (OCoLC)985058855  |z (OCoLC)1005789251  |z (OCoLC)1044313375  |z (OCoLC)1044351136  |z (OCoLC)1048135848  |z (OCoLC)1056408657  |z (OCoLC)1056411574  |z (OCoLC)1060873465  |z (OCoLC)1066634602  |z (OCoLC)1073059478  |z (OCoLC)1086936658  |z (OCoLC)1110989305  |z (OCoLC)1112579926  |z (OCoLC)1162714204  |z (OCoLC)1179829977  |z (OCoLC)1204068107  |z (OCoLC)1342228046  |z (OCoLC)1391839799  |z (OCoLC)1413279740 
037 |a 978-1-59059-419-3  |b Springer  |n http://www.springerlink.com 
040 |a GW5XE  |b eng  |e pn  |c GW5XE  |d OCLCA  |d OCLCQ  |d NTG  |d N$T  |d CNTRU  |d E7B  |d CEF  |d NIALS  |d UAB  |d YDXCP  |d SYB  |d EBLCP  |d B24X7  |d YNG  |d IDEBK  |d MNU  |d OCLCO  |d OCLCQ  |d A7U  |d OCLCQ  |d OCLCO  |d OCLCF  |d DEBSZ  |d BEDGE  |d OCLCA  |d OCLCQ  |d OCLCO  |d COO  |d OCL  |d NUI  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO  |d VT2  |d OCLCQ  |d MERUC  |d ESU  |d OCLCQ  |d OCLCA  |d OCL  |d U3W  |d OCLCQ  |d OCLCO  |d WYU  |d YOU  |d CANPU  |d OCLCQ  |d OCLCO  |d OCLCQ  |d W2U  |d DCT  |d ERF  |d BRF  |d OCLCQ  |d OCLCO  |d OCLCQ  |d AUD  |d OCLCO  |d OCLCL 
049 |a COM6 
050 4 |a QA76.73.C154  |b T84 2005eb 
050 4 |a QA76.73.C153  |b T764 2005eb 
072 7 |a COM  |x 051310  |2 bisacsh 
072 7 |a COM  |x 051280  |2 bisacsh 
072 7 |a COM  |x 051130  |2 bisacsh 
072 7 |a UMZ  |2 bicssc 
072 7 |a UL  |2 bicssc 
082 0 4 |a 005.13/3  |2 22 
100 1 |a Troelsen, Andrew W. 
245 1 0 |a Pro C♯ 2005 and the .NET 2.0 platform /  |c Andrew Troelsen. 
250 |a 3rd ed. 
260 |a Berkeley, Calif. :  |b Apress,  |c ©2005. 
300 |a 1 online resource (xlv, 982 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. 
347 |a text file. 
347 |b PDF. 
588 0 |a Print version record. 
505 0 |a Introducing C♯ and the .NET Platform -- The Philosophy of .NET -- Building C♯ Applications -- The C♯ Programming Language -- C♯ Language Fundamentals -- Object-Oriented Programming with C♯ 2.0 -- Understanding Object Lifetime -- Understanding Structured Exception Handling -- Interfaces and Collections -- Callback Interfaces, Delegates, and Events -- Advanced C♯ Type Construction Techniques -- Understanding Generics -- Programming with .NET Assemblies -- Introducing .NET Assemblies -- Type Reflection, Late Binding, and Attribute-Based Programming -- Processes, AppDomains, Contexts, and CLR Hosts -- Building Multithreaded Applications -- Understanding CIL and the Role of Dynamic Assemblies -- Programming with the .NET Libraries -- The System. IO Namespace -- Understanding Object Serialization -- The .NET Remoting Layer -- Building a Better Window with System. Windows. Forms -- Rendering Graphical Data with GDI+ -- Programming with Windows Forms Controls -- Database Access with ADO.NET -- Web Applications and XML Web Services -- ASP.NET 2.0 Web Pages and Web Controls -- ASP.NET 2.0 Web Applications -- Understanding XML Web Services. 
520 |a C♯ 2005 changed the .NET 2.0 landscape. To name just a few improvements, C♯ now supports generics, partial types and nullable types when youre coding. And the framework boasts improved speed, data access, security, and scalability. This book has been written to help you assimilate all this new information and realize its potential to make your coding life easier. It will keep you ahead of the curve. To make it easy for you to access this information, the book has been loosely grouped into five sections: 1. Introducing C♯ 2005 and the .NET 2.0 Platform explains the mechanics of .NET programming and the philosophy that lies behind it 2. The C♯ Programming Language outlines everything you need to know to start using C♯ 2005 quickly and efficiently. Object lifetimes, exception handling, genericsits all here 3. Programming with .NET Assemblies deals with one of the most important aspects of .NET programming: reusing code. This book shows you how to capture your code in reuseable external assemblies that you can call upon throughout your applications 4. Programming with the .NET Libraries guides you through them. Of course youre not expected to write every function yourself. The .NET Framework provides a vast array of .NET Libraries containing functionality that allows you to do everything from opening a file-stream to rendering graphical data to the screen 5. Web Applications and XML Web Services concludes the book by taking you away from console-based C♯ applications and investigating the myriad possibilities that become available when you blend C♯ 2005 with ASP.NET 2.0 to launch your applications onto the Internet. 
506 |a University staff and students only. Requires University Computer Account login off-campus. 
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 6 |a C# (Langage de programmation) 
650 6 |a Programmation Internet. 
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 Informatique.  |2 eclas. 
650 7 |a C# (Computer program language)  |2 fast. 
650 7 |a Internet programming  |2 fast. 
710 2 |a SpringerLink (Online Service) 
740 0 |a C♯ and the .NET platform. 
776 0 8 |i Print version:  |a Troelsen, Andrew W.  |t Pro C♯ 2005 and the .NET 2.0 platform.  |b 3rd ed.  |d Berkeley, Calif. : Apress, ©2005  |z 1590594193  |z 9781590594193  |w (DLC) 2006295797  |w (OCoLC)61770542. 
907 |a .b29638306  |b multi  |c -  |d 100215  |e 240405 
998 |a (3)cue  |a cc  |a cu  |b 240404  |c m  |d z   |e -  |f eng  |g cau  |h 0  |i 3 
948 |a MARCIVE Comp, in 2022.12 
948 |a MARCIVE Over, 07/2021 
948 |a MARCIVE Comp, 2018.05 
948 |a MARCIVE Comp, 2018.03 
948 |a MARCIVE August, 2017 
948 |a MARCIVE extract Aug 5, 2017 
994 |a 92  |b COM 
995 |a Loaded with m2btab.elec in this month 
995 |a Loaded with m2btab.ltiac in 2022.12 
995 |a Loaded with m2btab.ltiac in 2021.07 
995 |a Loaded with m2btab.elec in 2021.06 
995 |a Loaded with m2btab.ltiac in 2018.06 
995 |a Loaded with m2btab.ltiac in 2018.03 
995 |a Loaded with m2btab.ltiac in 2017.08 
995 |a Loaded with m2btab.elec in 2016 
995 |a Loaded with m2btab.elec in 2016 
995 |a OCLC offline update by CMU 
999 |e z 
999 |a cue 
989 |d cueme  |e  - -   |f  - -   |g -   |h 0  |i 0  |j 200  |k 240404  |l $0.00  |m    |n  - -   |o -  |p 0  |q 0  |t 0  |x 0  |w SpringerLink  |1 .i151287867  |u http://ezproxy.coloradomesa.edu/login?url=https://link.springer.com/10.1007/978-1-4302-0060-4  |3 SpringerLink  |z Click here for access