Pure ASP. Net: A Code-Intensive Premium Referenz TPB sehr gut-

Ursprünglicher Text
Pure ASP. Net : A Code-Intensive Premium Reference TPB Very Good
Friends of Brentwood Library
(1057)
Angemeldet als gewerblicher Verkäufer
US $18,94
Ca.EUR 16,16
Artikelzustand:
Sehr gut
This book is almost like new except for former owner's name written on outside fore edges. All pages ... Mehr erfahrenÜber den Artikelzustand
Gutes tun. Dieser Verkauf kommt wohltätigen Zwecken zugute.
Versand:
US $5,22 (ca. EUR 4,46) USPS Media MailTM.
Standort: Brentwood, Tennessee, USA
Lieferung:
Lieferung zwischen Di, 9. Sep und Do, 11. Sep nach 94104 bei heutigem Zahlungseingang
Liefertermine - wird in neuem Fenster oder Tab geöffnet berücksichtigen die Bearbeitungszeit des Verkäufers, die PLZ des Artikelstandorts und des Zielorts sowie den Annahmezeitpunkt und sind abhängig vom gewählten Versandservice und dem ZahlungseingangZahlungseingang - wird ein neuem Fenster oder Tab geöffnet. Insbesondere während saisonaler Spitzenzeiten können die Lieferzeiten abweichen.
Rücknahme:
Keine Rücknahme.
Zahlungen:
   Diners Club 

Sicher einkaufen

eBay-Käuferschutz
Geld zurück, wenn etwas mit diesem Artikel nicht stimmt. Mehr erfahreneBay-Käuferschutz - wird in neuem Fenster oder Tab geöffnet

  • Gratis Rückversand im Inland
  • Punkte für jeden Kauf und Verkauf
  • Exklusive Plus-Deals
Der Verkäufer ist für dieses Angebot verantwortlich.
eBay-Artikelnr.:396871472368

Der Erlös nach Kosten geht an Friends of the Brentwood Library Inc

The Friends of the Brentwood Library (FOBL) is a 501(c)(3) non-profit, service-oriented group dedicated to the advancement of our community through its library.
  • Offizielles eBay für Charity-Angebot. Mehr erfahren
  • Verkauf zugunsten einer geprüften gemeinnützigen Partnerorganisation.

Artikelmerkmale

Artikelzustand
Sehr gut
Buch, das nicht neu aussieht und gelesen wurde, sich aber in einem hervorragenden Zustand befindet. Der Einband weist keine offensichtlichen Beschädigungen auf. Bei gebundenen Büchern ist der Schutzumschlag vorhanden (sofern zutreffend). Alle Seiten sind vollständig vorhanden, es gibt keine zerknitterten oder eingerissenen Seiten und im Text oder im Randbereich wurden keine Unterstreichungen, Markierungen oder Notizen vorgenommen. Der Inneneinband kann minimale Gebrauchsspuren aufweisen. Minimale Gebrauchsspuren. Genauere Einzelheiten sowie eine Beschreibung eventueller Mängel entnehmen Sie bitte dem Angebot des Verkäufers. Alle Zustandsdefinitionen aufrufenwird in neuem Fenster oder Tab geöffnet
Hinweise des Verkäufers
“This book is almost like new except for former owner's name written on outside fore edges. All ...
ISBN
9780672320699
Kategorie

Über dieses Produkt

Product Identifiers

Publisher
Pearson Education
ISBN-10
067232069X
ISBN-13
9780672320699
eBay Product ID (ePID)
28038421744

Product Key Features

Number of Pages
640 Pages
Publication Name
Pure Asp. Net : a Code-Intensive Premium Reference
Language
English
Subject
Programming Languages / General, Web / Design, Programming / Microsoft
Publication Year
2001
Type
Textbook
Author
Jason Lefebvre, Robert Lair
Subject Area
Computers
Format
Trade Paperback

Dimensions

Item Height
1.4 in
Item Weight
29.8 Oz
Item Length
9 in
Item Width
5.9 in

Additional Product Features

Intended Audience
Trade
LCCN
00-108321
Dewey Edition
21
Illustrated
Yes
Dewey Decimal
005.2/76
Table Of Content
Introduction. I. OVERVIEW OF ASP.NET. 1. ASP.NET and the Microsoft .NET Framework. Overview of Microsoft .NET. Goals of Microsoft .NET. Technologies of the Microsoft .NET Framework. Benefits of the Microsoft.NET Framework. 2. The Common Language Runtime. Overview of the Common Language Runtime. Microsoft Intermediate Language. JIT Compilation. Assemblies. Garbage Collection in the _Microsoft .NET Runtime. 3. ASP.NET Web Forms. Server-Side Code Blocks. ASP.NET Web Form Events. Visual Studio and the Code Behind Method. 4. ASP.NET Controls. ASP.NET Controls Generate HTML. ViewState Management. HTML Controls. Web Controls. Custom Controls. 5. List Controls. Types of List Controls. Benefits of Using List Controls. How the List Controls Work. 6. Validating User Input. What Are Validation Controls? Benefits of Using Validation Controls. Types of Validation Controls. Displaying Errors. 7. Understanding Data Access with ADO.NET. Benefits of ADO.NET. The ADO.NET Object Model. 8. Overview of Web Services. What Are Web Services? Why Use Web Services? Exposing Web Services. Consuming Web Services. II. DEVELOPING WITH ASP.NET. 9. Building ASP.NET Pages with HTML and Web Controls. A Technical Overview of Web Controls. Core Web Controls. 10. Encapsulating ASP.NET Page Functionality with User Controls. Creating a Simple User Control. Fragment Caching. 11. Working with ASP.NET List Controls. Binding Data to List Controls. The Repeater List Control. The DataList List Control. The DataGrid Control. 12. Working with ASP.NET Validation Controls. Properties and Methods Common to All Controls. Placing a Control on a Web Form. Formatting Error Messages. The RequiredField Validator. The Range Validator. The Compare Validator. The RegularExpression Validator. The Custom Validator. The ValidationSummary Web Control. 13. Data Access with ADO.NET. Using the Connection Object. Using the Command Object. Using the DataReader Object. Working with Stored Procedures. Working with Transactions. 14. Building Components for ASP.NET. What Are Components? Benefits of Using Components. Microsoft Windows DNA. Components and Microsoft .NET. Namespaces. Classes. COM Interoperability. COM+ Services: Using Transactions from Microsoft .NET. 15. Building Web Services. Creating a Web Service. Building Web Services into _an Existing Application. Consuming Web Services. Using Precompiled Web Services. Consuming Web Services from a Web Form. Consuming Web Services from _a Windows Form. 16. Configuring and Optimizing an ASP.NET Application. Configuring ASP.NET Applications. Optimizing ASP.NET Applications. 17. Securing and Deploying an ASP.NET Application. ASP.NET Installation Benefits. Deploying ASP.NET Pages. Deploying Components. Securing an Application. III. MICROSOFT .NET REFERENCE BY NAMESPACE. 18. System.Collections Reference. The ArrayList Class. The BitArray Class. The Hashtable Class. The Queue Class. The SortedList Class. The Stack Class. 19. System.Data.SqlClient Reference. The SqlCommand Class. The SqlConnection Class. The SqlDataReader Class. The SqlDbType Class. The SqlParameter Class. The SqlParameterCollection Class. The SqlTransaction Class. 20. System.Web Reference. The HttpBrowserCapabilities Class. The HttpRequest Class. The HttpResponse Class. 21. System.Web.UI.WebControls Reference. The WebControl Class. The HyperLink Class. The Button Class. The Calendar Class. The Label Class. The Image Class. The Panel Class. The TextBox Class. The CheckBox Class. The ImageButton Class. The LinkButton Class. The RadioButton Class. The BaseValidator Class. The CompareValidator Class. The CustomValidator Class. The RangeValidator Class. The RegularExpressionValidator Class. The RequiredFieldValidator Class. The ValidationSummary Class. Selected Static Classes. Index
Synopsis
Pure ASP.NET is a premium reference for Active Server Pages development in the new Microsoft .NET Framework. Like all books in the Pure Series, Pure Active Server Pages.NET is comprised of 3 parts. Part I Conceptual Reference is a fast-paced primer that covers ASP.NET fundamentals and concepts.Part II Techniques Reference is full of well-commented, commercial-quality code that illustrates practical applications of ASP.NET concepts. Examples are presented in both Visual Basic and C# to appeal to a wide variety of programmers. Part III Syntax and Object Reference contains detailed coverage of .NET Namespaces such as System.Web and System.Data that are invaluable to ASP.NET developers., Pure ASP.NET is a premium reference for Active Server Pages development in the new Microsoft .NET Framework. Like all books in the Pure Series, Pure Active Server Pages.NET is comprised of 3 parts. Part I Conceptual Reference is a fast-paced primer that covers ASP.NET fundamentals and concepts. Part II Techniques Reference is full of well-commented, commercial-quality code that illustrates practical applications of ASP.NET concepts. Examples are presented in both Visual Basic and C# to appeal to a wide variety of programmers. Part III Syntax and Object Reference contains detailed coverage of .NET Namespaces such as System.Web and System.Data that are invaluable to ASP.NET developers.
LC Classification Number
TK5105.8885.A26L35

Artikelbeschreibung des Verkäufers

Rechtliche Informationen des Verkäufers

Ich versichere, dass alle meine Verkaufsaktivitäten in Übereinstimmung mit allen geltenden Gesetzen und Vorschriften der EU erfolgen.
Info zu diesem Verkäufer

Friends of Brentwood Library

100% positive Bewertungen2.979 Artikel verkauft

Mitglied seit Feb 2023
Antwortet meist innerhalb 6 Stunden
Angemeldet als gewerblicher Verkäufer
FOBL is all-volunteer 501(c)(3) non-profit funding programming at the John P. Holt Brentwood Library in Brentwood, Tennessee. Our fundraising supports children's and teen programming including summer ...
Mehr anzeigen
Shop besuchenKontakt

Detaillierte Verkäuferbewertungen

Durchschnitt in den letzten 12 Monaten
Genaue Beschreibung
5.0
Angemessene Versandkosten
4.9
Lieferzeit
5.0
Kommunikation
5.0

Verkäuferbewertungen (1.099)

Alle Bewertungen
Positiv
Neutral
Negativ