Cargando…

C♯ and VB .NET conversion pocket reference /

Though most programmers use two or more languages, they usually have a mastery of one. Although Microsoft has advertised that the .NET runtime is language agnostic and that C♯ and Visual Basic .NET are so close that switching between the two is really quite easy, that?s only true up to a point. Some...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Mojica, Jose
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol, CA : O'Reilly, 2002.
Edición:1st ed.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 a 4500
001 OR_ocm52349677
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 030602s2002 cau o 000 0 eng d
040 |a HUA  |b eng  |e pn  |c HUA  |d OCLCQ  |d CEF  |d WAU  |d OCLCQ  |d STF  |d BAKER  |d OCLCE  |d N$T  |d EBLCP  |d MHW  |d OCLCQ  |d OCLCA  |d VLB  |d OCLCO  |d OCLCF  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO  |d YDXCP  |d OCLCQ  |d OCLCO  |d OCLCQ  |d UAB  |d E7B  |d COO  |d S4S  |d WYU  |d INARC  |d MERUC  |d CUS  |d UKM  |d BTCTA  |d EYM  |d BDX  |d VMC  |d OCLCO  |d OCLCQ  |d OCLCO 
015 |a GBA329602  |2 bnb 
019 |a 49864808  |a 52057191  |a 81458419  |a 606747862  |a 610040922  |a 697481566  |a 729549114  |a 748105317  |a 759519799  |a 772458788  |a 776508171  |a 809686119  |a 861531514  |a 931222136  |a 1044225327  |a 1056378235  |a 1061014073  |a 1073059779  |a 1100827584  |a 1103549147  |a 1157035806  |a 1179126693 
020 |a 0596003196 
020 |a 9780596003197 
020 |a 9780596528577  |q (electronic bk.) 
020 |a 0596528574  |q (electronic bk.) 
024 1 |a 636920003199 
029 1 |a AU@  |b 000024576458 
029 1 |a AU@  |b 000055792269 
029 1 |a YDXCP  |b 100306048 
035 |a (OCoLC)52349677  |z (OCoLC)49864808  |z (OCoLC)52057191  |z (OCoLC)81458419  |z (OCoLC)606747862  |z (OCoLC)610040922  |z (OCoLC)697481566  |z (OCoLC)729549114  |z (OCoLC)748105317  |z (OCoLC)759519799  |z (OCoLC)772458788  |z (OCoLC)776508171  |z (OCoLC)809686119  |z (OCoLC)861531514  |z (OCoLC)931222136  |z (OCoLC)1044225327  |z (OCoLC)1056378235  |z (OCoLC)1061014073  |z (OCoLC)1073059779  |z (OCoLC)1100827584  |z (OCoLC)1103549147  |z (OCoLC)1157035806  |z (OCoLC)1179126693 
037 |b 00051714 
042 |a dlr 
050 4 |a QA76.73.C154  |b M65 2002 
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.133  |2 21 
049 |a UAMI 
100 1 |a Mojica, Jose. 
245 1 0 |a C♯ and VB .NET conversion pocket reference /  |c Jose Mojica. 
246 3 |a C Sharp and VB .NET conversion pocket reference 
246 1 8 |a C♯ & VB .NET conversion pocket reference 
250 |a 1st ed. 
260 |a Sebastopol, CA :  |b O'Reilly,  |c 2002. 
300 |a 1 online resource (iv, 139 pages) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
500 |a "Converting code from one language to another"--Cover 
588 0 |a Print version record. 
520 |a Though most programmers use two or more languages, they usually have a mastery of one. Although Microsoft has advertised that the .NET runtime is language agnostic and that C♯ and Visual Basic .NET are so close that switching between the two is really quite easy, that?s only true up to a point. Some of the differences are obvious, but others are very subtle. C♯ & VB.NET Conversion Pocket Reference helps you easily make the switch from one language to another. The differences occur in three main areas: syntax, object-oriented principles, and the Visual Studio .NET IDE. Syntax concerns the s. 
506 |3 Use copy  |f Restrictions unspecified  |2 star  |5 MiAaHDL 
533 |a Electronic reproduction.  |b [Place of publication not identified] :  |c HathiTrust Digital Library,  |d 2010.  |5 MiAaHDL 
538 |a Master and use copy. Digital master created according to Benchmark for Faithful Digital Reproductions of Monographs and Serials, Version 1. Digital Library Federation, December 2002.  |u http://purl.oclc.org/DLF/benchrepro0212  |5 MiAaHDL 
583 1 |a digitized  |c 2010  |h HathiTrust Digital Library  |l committed to preserve  |2 pda  |5 MiAaHDL 
505 0 |a C♯ & VB.NET Conversion Pocket Reference; Introduction; Conventions Used in This Book; Syntax Differences; Case Sensitivity; Line Termination; Comments; Namespace Declaration and Usage; Variable Declaration; Variable Initialization; Declaring Function Parameters; Passing Function Parameters; Optional Parameters; Parameter Lists; Method Declaration; Returning Output Parameters; Program Startup; Exiting Programs/Methods/Loops; Member Scope; Static and Shared Methods; Classes Versus Modules; If Statements; Short-Circuiting; Conditional Statement; Properties and Indexers; Arrays. 
505 8 |a For LoopsFor/Each Loops; Try/Catch Blocks; Attribute Usage; Control Characters; Type Comparison and Conversion; Object-Oriented Features; Inheritance Syntax; Method Overloading; Constructors and Field Initializers; Invoking Other Constructors; Invoking Base Constructors; Initializers; Hiding Base Class Members; Overriding Methods; Requiring/Preventing Inheritance; Declaring and Implementing Interfaces; Delegates and Events; Comparing Classes; String Comparisons; IDE Differences; AssemblyInfo.x; Default/Root Namespace; Startup Object; App.ico; Imports?/?using; COM References. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a C# (Computer program language) 
650 0 |a Visual Basic (Computer program language) 
650 0 |a Programming languages (Electronic computers)  |x Syntax. 
650 0 |a Character sets (Data processing) 
650 6 |a C# (Langage de programmation) 
650 6 |a Visual Basic (Langage de programmation) 
650 6 |a Langages de programmation  |x Syntaxe. 
650 6 |a Jeux de caractères (Informatique) 
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 Character sets (Data processing)  |2 fast 
650 7 |a Programming languages (Electronic computers)  |x Syntax  |2 fast 
650 7 |a Visual Basic (Computer program language)  |2 fast 
655 4 |a Internet resources. 
776 0 8 |i Print version:  |a Mojica, Jose.  |t C♯ and VB .NET conversion pocket reference.  |b 1st ed.  |d Sebastopol, CA : O'Reilly, 2002  |z 0596003196  |w (OCoLC)49864808 
856 4 0 |u https://learning.oreilly.com/library/view/~/0596003196/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Baker & Taylor  |b BKTY  |c 9.95  |d 7.46  |i 0596003196  |n 0003862250  |s active 
938 |a Brodart  |b BROD  |n 58507027  |c $9.95 
938 |a Baker and Taylor  |b BTCP  |n bl2002006585 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL540799 
938 |a ebrary  |b EBRY  |n ebr10758873 
938 |a EBSCOhost  |b EBSC  |n 415242 
938 |a Internet Archive  |b INAR  |n cvbnetconversion00jose 
938 |a YBP Library Services  |b YANK  |n 7365601 
938 |a YBP Library Services  |b YANK  |n 100306048 
994 |a 92  |b IZTAP