Objektorientierte Programmentwicklung mit Visual Basic .NET: Grundlagen
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | German |
Veröffentlicht: |
München
Oldenbourg
2008
|
Schriftenreihe: | Wirtschaftsinformatik kompakt
Lehrbuch kompakt |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | Literaturverz. S. [181] |
Beschreibung: | 187 S. Ill., graph. Darst. 24 cm |
ISBN: | 9783486586039 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV023359510 | ||
003 | DE-604 | ||
005 | 20231214 | ||
007 | t | ||
008 | 080624s2008 ad|| |||| 00||| ger d | ||
015 | |a 08,N04,0099 |2 dnb | ||
016 | 7 | |a 986978736 |2 DE-101 | |
020 | |a 9783486586039 |c kart. : EUR 24.80 |9 978-3-486-58603-9 | ||
024 | 3 | |a 9783486586039 | |
035 | |a (OCoLC)239563385 | ||
035 | |a (DE-599)DNB986978736 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a ger | |
049 | |a DE-12 |a DE-91G |a DE-1050 |a DE-29T |a DE-1051 |a DE-M347 |a DE-860 |a DE-573 |a DE-2070s | ||
082 | 0 | |a 005.13 |2 22/ger | |
084 | |a ST 250 |0 (DE-625)143626: |2 rvk | ||
084 | |a DAT 315f |2 stub | ||
084 | |a 004 |2 sdnb | ||
084 | |a DAT 357f |2 stub | ||
100 | 1 | |a Wirtz, Klaus Werner |e Verfasser |4 aut | |
245 | 1 | 0 | |a Objektorientierte Programmentwicklung mit Visual Basic .NET |b Grundlagen |c von Klaus Werner Wirtz |
264 | 1 | |a München |b Oldenbourg |c 2008 | |
300 | |a 187 S. |b Ill., graph. Darst. |c 24 cm | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 0 | |a Wirtschaftsinformatik kompakt | |
490 | 0 | |a Lehrbuch kompakt | |
500 | |a Literaturverz. S. [181] | ||
650 | 0 | 7 | |a VisualBASIC.NET |0 (DE-588)4659413-9 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a VisualBASIC.NET |0 (DE-588)4659413-9 |D s |
689 | 0 | |5 DE-604 | |
856 | 4 | 2 | |m DNB Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=016542989&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
943 | 1 | |a oai:aleph.bib-bvb.de:BVB01-016542989 |
Datensatz im Suchindex
_version_ | 1805086160678027264 |
---|---|
adam_text |
INHALT VORWORT 5 1 EINFUEHRUNG 13 1.1 WAS IST .NET? 13 1.2 VERSIONEN UND
VARIANTEN VON VISUAL BASIC .NET UND VISUAL STUDIO 15 1.3 ALTERNATIVEN ZU
.NET UND VISUAL STUDIO 17 1.4 UEBUNGEN: ERSTE SCHRITTE MIT .NET UND
VISUAL STUDIO 1 7 2 GRUNDKONZEPTE UND SPRACHELEMENTE VON VISUAL BASIC
.NET 33 2.1 ANWEISUNGEN UND KOMMENTARE 33 2.2 VARIABLEN 34 2.3 EINFACHE
DATENTYPEN 35 2.4 VEREINBARUNG VON EINFACHEN VARIABLEN 38 2.5 KONSTANTEN
38 2.6 ZUWEISUNG UND AUSDRUECKE 38 2.7 UMWANDLUNG ZWISCHEN DATENTYPEN 41
2.8 KOMPLEXE VARIABLEN 42 2.8.1 FELDER (ARRAYS) 43 2.8.2
ENUM-AUFZAEHLUNGEN 44 2.9 KONTROLLSTRUKTUREN 46 2.9.1 AUSWAHL 46 2.9.2
BEDINGUNGEN 49 2.9.3 WIEDERHOLUNG 51 2.10 PROZEDUREN 53 2.10.1 ARGUMENTE
UND PARAMETER 56 2.10.2 REKURSION 58 2.11 ZUSAMMENFASSUNG 59 2.12
UEBUNGEN 59 GESCANNT DURCH BIBLIOGRAFISCHE INFORMATIONEN
HTTP://D-NB.INFO/986978736 DIGITALISIERT DURCH 6.6 DAS
TIMER-STEUERELEMENT 139 _10 INHALT 3 KLASSEN UND OBJEKTE, VERERBUNG UND
SCHNITTSTELLEN 61 3.1 OBJEKTE ERZEUGEN UND METHODEN BENUTZEN 64 3.2
KONSTRUKTOREN 67 3.3 OBJEKTVARIABLEN 69 3.4 KLASSEN ENTWICKELN 72 3.5
KLASSENVARIABLEN UND -METHODEN 75 3.6 EIN KOMPLETTES BEISPIEL:
MITARBEITER 1 76 3.7 REFERENZ- UND WERTETYPEN 81 3.8 VERERBUNG 83 3.9
MITGLIEDER DER KLASSE OBJECT 87 3.10 SCHNITTSTELLEN 90 3.10.1 DEFINITION
UND BENUTZUNG VON SCHNITTSTELLEN 90 3.10.2 WICHTIGE SCHNITTSTELLEN IM
.NET FRAMEWORK 93 3.11 UEBUNGEN 100 4 EREIGNISSE 103 4.1 HERAUSGEBER 106
4.2 ABONNENT 106 4.3 PARAMETER VON EREIGNISSEN 108 4.4 EREIGNISSE UND
VERERBUNG 109 4.5 KLASSENEREIGNISSE 110 4.6 UEBUNGEN 110 5
FEHLERBEHANDLUNG 113 5.1 CODE-ABSICHERUNG DURCH TRY UND CATCH 115 5.2
DIE FEHLERKLASSE EXCEPTION UND DAVON ABGELEITETE KLASSEN 117 5.3 UEBUNGEN
121 6 FENSTER UND MENUES 123 6.1 VORBEREITUNG 123 6.2 UEBERBLICK 124 6.3
STEUERELEMENTE 124 6.4 EREIGNISPROZEDUREN 133 6.5 MENUES 136 INDEX 183
INHALT U_ 6.7 VERERBUNG VON ELEMENTEN DER BENUTZEROBERFLAECHE 141 6.8
UEBUNGEN 144 7 EINGABE UND AUSGABE 147 7.1 VERZEICHNISSE UND DATEIEN 147
7.2 STANDARDDIALOGE 153 7.3 DATENSTROEME (STREAMS) 157 7.4
OBJEKTPERSISTENZ: SERIALISIERUNG UND DESERIALISIERUNG 165 7.5 UEBUNGEN
173 8 .NET-PROGRAMMDATEIEN (ASSEMBLIES) 175 8.1 WEITERGABE VON VISUAL
BASIC .NET-PROGRAMMEN 175 8.2 ASSEMBLIES 176 LITERATUR 181 |
adam_txt |
INHALT VORWORT 5 1 EINFUEHRUNG 13 1.1 WAS IST .NET? 13 1.2 VERSIONEN UND
VARIANTEN VON VISUAL BASIC .NET UND VISUAL STUDIO 15 1.3 ALTERNATIVEN ZU
.NET UND VISUAL STUDIO 17 1.4 UEBUNGEN: ERSTE SCHRITTE MIT .NET UND
VISUAL STUDIO 1 7 2 GRUNDKONZEPTE UND SPRACHELEMENTE VON VISUAL BASIC
.NET 33 2.1 ANWEISUNGEN UND KOMMENTARE 33 2.2 VARIABLEN 34 2.3 EINFACHE
DATENTYPEN 35 2.4 VEREINBARUNG VON EINFACHEN VARIABLEN 38 2.5 KONSTANTEN
38 2.6 ZUWEISUNG UND AUSDRUECKE 38 2.7 UMWANDLUNG ZWISCHEN DATENTYPEN 41
2.8 KOMPLEXE VARIABLEN 42 2.8.1 FELDER (ARRAYS) 43 2.8.2
ENUM-AUFZAEHLUNGEN 44 2.9 KONTROLLSTRUKTUREN 46 2.9.1 AUSWAHL 46 2.9.2
BEDINGUNGEN 49 2.9.3 WIEDERHOLUNG 51 2.10 PROZEDUREN 53 2.10.1 ARGUMENTE
UND PARAMETER 56 2.10.2 REKURSION 58 2.11 ZUSAMMENFASSUNG 59 2.12
UEBUNGEN 59 GESCANNT DURCH BIBLIOGRAFISCHE INFORMATIONEN
HTTP://D-NB.INFO/986978736 DIGITALISIERT DURCH 6.6 DAS
TIMER-STEUERELEMENT 139 _10 INHALT 3 KLASSEN UND OBJEKTE, VERERBUNG UND
SCHNITTSTELLEN 61 3.1 OBJEKTE ERZEUGEN UND METHODEN BENUTZEN 64 3.2
KONSTRUKTOREN 67 3.3 OBJEKTVARIABLEN 69 3.4 KLASSEN ENTWICKELN 72 3.5
KLASSENVARIABLEN UND -METHODEN 75 3.6 EIN KOMPLETTES BEISPIEL:
MITARBEITER 1 76 3.7 REFERENZ- UND WERTETYPEN 81 3.8 VERERBUNG 83 3.9
MITGLIEDER DER KLASSE OBJECT 87 3.10 SCHNITTSTELLEN 90 3.10.1 DEFINITION
UND BENUTZUNG VON SCHNITTSTELLEN 90 3.10.2 WICHTIGE SCHNITTSTELLEN IM
.NET FRAMEWORK 93 3.11 UEBUNGEN 100 4 EREIGNISSE 103 4.1 HERAUSGEBER 106
4.2 ABONNENT 106 4.3 PARAMETER VON EREIGNISSEN 108 4.4 EREIGNISSE UND
VERERBUNG 109 4.5 KLASSENEREIGNISSE 110 4.6 UEBUNGEN 110 5
FEHLERBEHANDLUNG 113 5.1 CODE-ABSICHERUNG DURCH TRY UND CATCH 115 5.2
DIE FEHLERKLASSE EXCEPTION UND DAVON ABGELEITETE KLASSEN 117 5.3 UEBUNGEN
121 6 FENSTER UND MENUES 123 6.1 VORBEREITUNG 123 6.2 UEBERBLICK 124 6.3
STEUERELEMENTE 124 6.4 EREIGNISPROZEDUREN 133 6.5 MENUES 136 INDEX 183
INHALT U_ 6.7 VERERBUNG VON ELEMENTEN DER BENUTZEROBERFLAECHE 141 6.8
UEBUNGEN 144 7 EINGABE UND AUSGABE 147 7.1 VERZEICHNISSE UND DATEIEN 147
7.2 STANDARDDIALOGE 153 7.3 DATENSTROEME (STREAMS) 157 7.4
OBJEKTPERSISTENZ: SERIALISIERUNG UND DESERIALISIERUNG 165 7.5 UEBUNGEN
173 8 .NET-PROGRAMMDATEIEN (ASSEMBLIES) 175 8.1 WEITERGABE VON VISUAL
BASIC .NET-PROGRAMMEN 175 8.2 ASSEMBLIES 176 LITERATUR 181 |
any_adam_object | 1 |
any_adam_object_boolean | 1 |
author | Wirtz, Klaus Werner |
author_facet | Wirtz, Klaus Werner |
author_role | aut |
author_sort | Wirtz, Klaus Werner |
author_variant | k w w kw kww |
building | Verbundindex |
bvnumber | BV023359510 |
classification_rvk | ST 250 |
classification_tum | DAT 315f DAT 357f |
ctrlnum | (OCoLC)239563385 (DE-599)DNB986978736 |
dewey-full | 005.13 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.13 |
dewey-search | 005.13 |
dewey-sort | 15.13 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
discipline_str_mv | Informatik |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>00000nam a2200000 c 4500</leader><controlfield tag="001">BV023359510</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20231214</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">080624s2008 ad|| |||| 00||| ger d</controlfield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">08,N04,0099</subfield><subfield code="2">dnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">986978736</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9783486586039</subfield><subfield code="c">kart. : EUR 24.80</subfield><subfield code="9">978-3-486-58603-9</subfield></datafield><datafield tag="024" ind1="3" ind2=" "><subfield code="a">9783486586039</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)239563385</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)DNB986978736</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakddb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">ger</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-12</subfield><subfield code="a">DE-91G</subfield><subfield code="a">DE-1050</subfield><subfield code="a">DE-29T</subfield><subfield code="a">DE-1051</subfield><subfield code="a">DE-M347</subfield><subfield code="a">DE-860</subfield><subfield code="a">DE-573</subfield><subfield code="a">DE-2070s</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">005.13</subfield><subfield code="2">22/ger</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 250</subfield><subfield code="0">(DE-625)143626:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 315f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">004</subfield><subfield code="2">sdnb</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 357f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Wirtz, Klaus Werner</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Objektorientierte Programmentwicklung mit Visual Basic .NET</subfield><subfield code="b">Grundlagen</subfield><subfield code="c">von Klaus Werner Wirtz</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">München</subfield><subfield code="b">Oldenbourg</subfield><subfield code="c">2008</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">187 S.</subfield><subfield code="b">Ill., graph. Darst.</subfield><subfield code="c">24 cm</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="490" ind1="0" ind2=" "><subfield code="a">Wirtschaftsinformatik kompakt</subfield></datafield><datafield tag="490" ind1="0" ind2=" "><subfield code="a">Lehrbuch kompakt</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Literaturverz. S. [181]</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">VisualBASIC.NET</subfield><subfield code="0">(DE-588)4659413-9</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">VisualBASIC.NET</subfield><subfield code="0">(DE-588)4659413-9</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">DNB Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=016542989&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="943" ind1="1" ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-016542989</subfield></datafield></record></collection> |
id | DE-604.BV023359510 |
illustrated | Illustrated |
index_date | 2024-07-02T21:08:36Z |
indexdate | 2024-07-20T08:31:50Z |
institution | BVB |
isbn | 9783486586039 |
language | German |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-016542989 |
oclc_num | 239563385 |
open_access_boolean | |
owner | DE-12 DE-91G DE-BY-TUM DE-1050 DE-29T DE-1051 DE-M347 DE-860 DE-573 DE-2070s |
owner_facet | DE-12 DE-91G DE-BY-TUM DE-1050 DE-29T DE-1051 DE-M347 DE-860 DE-573 DE-2070s |
physical | 187 S. Ill., graph. Darst. 24 cm |
publishDate | 2008 |
publishDateSearch | 2008 |
publishDateSort | 2008 |
publisher | Oldenbourg |
record_format | marc |
series2 | Wirtschaftsinformatik kompakt Lehrbuch kompakt |
spelling | Wirtz, Klaus Werner Verfasser aut Objektorientierte Programmentwicklung mit Visual Basic .NET Grundlagen von Klaus Werner Wirtz München Oldenbourg 2008 187 S. Ill., graph. Darst. 24 cm txt rdacontent n rdamedia nc rdacarrier Wirtschaftsinformatik kompakt Lehrbuch kompakt Literaturverz. S. [181] VisualBASIC.NET (DE-588)4659413-9 gnd rswk-swf VisualBASIC.NET (DE-588)4659413-9 s DE-604 DNB Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=016542989&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Wirtz, Klaus Werner Objektorientierte Programmentwicklung mit Visual Basic .NET Grundlagen VisualBASIC.NET (DE-588)4659413-9 gnd |
subject_GND | (DE-588)4659413-9 |
title | Objektorientierte Programmentwicklung mit Visual Basic .NET Grundlagen |
title_auth | Objektorientierte Programmentwicklung mit Visual Basic .NET Grundlagen |
title_exact_search | Objektorientierte Programmentwicklung mit Visual Basic .NET Grundlagen |
title_exact_search_txtP | Objektorientierte Programmentwicklung mit Visual Basic .NET Grundlagen |
title_full | Objektorientierte Programmentwicklung mit Visual Basic .NET Grundlagen von Klaus Werner Wirtz |
title_fullStr | Objektorientierte Programmentwicklung mit Visual Basic .NET Grundlagen von Klaus Werner Wirtz |
title_full_unstemmed | Objektorientierte Programmentwicklung mit Visual Basic .NET Grundlagen von Klaus Werner Wirtz |
title_short | Objektorientierte Programmentwicklung mit Visual Basic .NET |
title_sort | objektorientierte programmentwicklung mit visual basic net grundlagen |
title_sub | Grundlagen |
topic | VisualBASIC.NET (DE-588)4659413-9 gnd |
topic_facet | VisualBASIC.NET |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=016542989&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT wirtzklauswerner objektorientierteprogrammentwicklungmitvisualbasicnetgrundlagen |