Always Learning

C# Primer: A Practical Approach
Stanley B. Lippman

ISBN-10: 0201729555
ISBN-13:  9780201729559

Publisher:  Addison-Wesley Professional
Copyright:  2002
Format:  Paper; 416 pp
Published:  12/10/2001
Status: Available on Demand   What's this?


Customers outside the U.S., click here.


Print this content

In this section:


Description

Now Stan Lippman brings you C# using his famed primer format. C# PRIMER is a comprehensive, example-driven introduction to this new object-oriented programming language.

First, the student will tour the language, looking at built-in features such as the class mechanism, class inheritance, and interface inheritance--all while building small programs. Next, the student will explore the various library domains supported within the .NET class framework while learning how to use the language and class framework to solve problems and build quality programs. Stan Lippman includes coverage of fundamentals such as namespaces, exception handling, and unified type system. He presents a wide-ranging tour of the .NET class library, introducing ADO.NET and establishing database connections and the use of XML. He provides XML programming using the firehose and DOM parser models, XSLT, XPATH, and schemas. He also focuses on ASP.NET Web Form Designer, walking through the page life-cycle and caching, and providing a large number of examples. C# PRIMER provides a solid foundation to build upon and a refreshingly unbiased voice on Microsoft's vehicle to effective and efficient Web-based programming.


Features

Highlights include:
  • Covers fundamentals such as namespaces, exception handling, and unified type system.
  • Presents a wide-ranging tour of the .NET class library, introducing ADO.NET and establishing database connections and the use of XML.
  • Provides XML programming using the firehose and DOM parser models, XSLT, XPATH, and schemas.
  • Focuses on ASP.NET Web Form Designer, walking through the page life-cycle and caching, and providing a large number of examples.
  • Introduces .NET Common Language Runtime (CLR).
C# PRIMER provides a solid foundation to build upon and a refreshingly unbiased voice on Microsoft's vehicle to effective and efficient Web-based programming.


Table of Contents



Preface.


1. Hello, C.

A First C Program.

Namespaces.

Alternative Forms of the Main Function.

Making a Statement.

Opening a Text File for Read and Write.

Formatting Output.

The string Type.

Local Objects.

A Value and Reference Types.

The C Array.

The new expression.

Garbage Collection.

Dynamic Arrays: The ArrayList Collection Class.

The Unified Type System.

Shadow Boxing.

Unboxing Leaves Us Downcast.

Jagged Arrays.

The Hashtable Container.

Exception Handling.

A Basic Language Handbook.

Keywords.

Built-in Numeric Types.

Arithmetic, Relational, and Conditional Operators.

Operator Precedence.

Statements.



2. Class Design.

Our First Independent Class.

Opening a New Visual Studio Project.

Declaring Data Members.

Properties.

Indexers.

Member Initialization.

The Class Constructor.

The Implicit this Reference.

static Class Members.

const and readonly Data Members.

The enum Value Type.

The delegate Type.

Function Parameter Semantics.

Function Overloading.

Pass by Value.

Pass by Reference: The ref Parameter.

Pass by Reference: The out Parameter.

Variable-Length Parameter Lists.

Operator Overloading.

Conversion Operators.

The Class Destructor.

The struct Value Type.



3. Object-Oriented Programming.

Object-Oriented Programming Concepts.

Supporting a Polymorphic Query Language.

Designing a Class Hierarchy.

Object Lessons.

Designing an Abstract Base Class.

Declaring an Abstract Base Class.

Static Members of an Abstract Base Class.

A Hybrid Abstract Base Class.

The Single-Inheritance Object Model.

How Is a Hybrid Abstract Class Different?

Defining a Derived Class.

Overriding the Inherited Virtual Interface.

Overriding the Virtual Object Methods.

Member Access: The new and base Modifiers.

Accessibility versus Visibility.

Encapsulating Base-Class Access.

Sealing a Class.

The Exception Class Hierarchy.



4. Interface Inheritance.

Implementing a System Interface: IComparable.

Accessing an Existing Interface.

Defining an Interface.

Implementing Our Interface: Proof of Concept.

Integrating Our Interface within the System Framework.

Explicit Interface Member Implementations.

Inherited Interface Members.

Overloaded, Hidden, or Ambiguous?

Mastering Copy Semantics: Icloneable.

Mastering Finalize Semantics: Idisposable.

BitVector: Extension through Composition.



5. Exploring the System Namespace.

Supporting the Fundamental Types.

The Array Is a System.Array.

Querying the Environment.

The Environment Class.

Accessing All the Environment Variables.

The Process Class.

Finding the Logical Drives.

System.IO.

Handling File Extensions: The Path Class.

Manipulating Directories.

Manipulating Files.

Reading and Writing Files.

A System Miscellany.

The System.Collections.Stack Container.

The System.Diagnostics.TraceListener Class.

System.Math.

The DateTime Class.

Regular Expressions.

System.Threading.

The Web Request/Response Model.

System.Net.Sockets.

The Server-Side TcpListener.

The Client-Side TcpClient.

System.Data (ADO.NET).

The Database Tables.

Opening the Database: Selecting a Data Provider.

Navigating the DataTable.

Setting Up the DataRelation.

Selection and Expressions.

System.Xml.

Getting XML Out of Our Programs.

XmlTextReader: The Firehose.

Document Object Model.

System.Xml.Xsl.

System.Xml.Xpath.



6. Windows Forms Designer.

Our First Windows Forms Program.

Building the GUI.

Implementing the Event Callback Routines.

Implementing a TextBox Event.

Implementing the Button Events: OK.

Implementing the Button Events: Quit.

Inspecting and Generating Control Events.

Labels Are Programmable.

Implementing the MessageBox Popup Dialog.

The ListBox for Unformatted Output.

Exploring the File Dialog.

A Pocketful of Buttons.

Serving Up Menus.

The DataGrid Control.

Adding a PictureBox Control.



7. ASP.NET and Web Forms Designer.

Our First Web Forms Program.

Opening an ASP.NET Web Application Project.

Modifying the Document Properties.

Adding Controls to the Document: Label.

Adding Additional Pages to a Project.

The HyperLink Control: Linking to Other Pages.

The DataGrid Control.

Understanding the Page Event Life Cycle.

The Data Provider.

Web State Management.

Adding a TextBox Control.

Adding an ImageButton Control.

Adding a ListBox Control.

Managing State: Class Members.

Managing State: the Session Object.

Managing State: the Application Object.

Validation Controls.

Adding a DropDownList Control.

Adding a Group of RadioButton Controls.

Adding a CheckBoxList Controls.

Adding Validators to a Control.

Adding a Calendar Control.

Adding an Image Control.

Programming Web Server Controls.



8. The Common Language Runtime.

Assemblies.

Runtime Type Reflection.

Modifying the Retrieval through BindingFlags.

Invoking a Method during Runtime.

Delegating the Test to Reflection.

Attributes.

The Intrinsic Conditional Attribute.

The Intrinsic Serializable Attribute.

The Intrinsic Dllimport Attribute.

The Intrinsic Conditional Attribute.

The Intrinsic Serializable Attribute.

The Intrinsic Dllimport Attribute.

Implementing Our Own Attribute Class.

Positional and Named Parameters.

AttributeUsage.

Runtime Discovery of Attributes Using Reflection.

The Intermediate Language.

Examining the Intermediate Language.

The ildasm Tool.



Index. 0201729555T11292001



Back to top

Print this content

In this section:


Sample Chapter

View a Sample Chapter PDF:/samplechapter/0201729555.pdf


Author Bios

Stanley B. Lippman is Architect with the Visual C++ development team at Microsoft. Previously, he served as a Distinguished Consultant at the Jet Propulsion Laboratories (JPL). Stan spent more than twelve years at Bell Laboratories, where he worked with Bjarne Stroustrup on the original C++ implementation and the Foundation research project. After Bell Laboratories, Stan worked at Disney Feature Animation, originally as principal software engineer, then as software technical director on Fantasia 2000.

0


Backcover Copy

Using his famous primer format, best-selling author Stan Lippman now brings you an indispensable guide to C#. C# PRIMER is a comprehensive, example-driven introduction to this new object-oriented programming language.

C# is a cornerstone of Microsoft's new .NET platform. Inheriting many features from both Java™ and C++, C# is destined to become the high-level programming language of choice for building high-performance Windows® and Web applications and components--from XML-based Web services to middle-tier business objects and system-level applications.

HIGHLIGHTS INCLUDE:
  • Coverage of fundamentals, such as namespaces, exception handling, and the unified type system
  • Detailed explanations and examples of both class and interface inheritance, including a discussion of when each is appropriate
  • A wide-ranging tour of the .NET class library, including an introduction to ADO.NET, establishing database connections, regular expressions, threading, sockets programming, XML programming using the firehose and DOM parser models, XSLT, and XPATH
  • Detailed discussion of ASP.NET Web Form Designer, walking through the page life cycle and caching, and providing a large number of examples
  • Introduction to .NET Common Language Runtime (CLR)

Adding C# to your toolbox will not only improve your Web-based programming ability, it will increase your productivity. C# PRIMER provides a solid foundation to build upon and a refreshingly unbiased voice on Microsoft's vehicle to effective and efficient Web-based programming.



0201729555B07102002

Back to top

Print this content

This product is a member of the following series. Click on the series name to see the full list of products in the series.

Back to top

Log in to the Instructor Resource Center

Login name: 

  Password: 

Forgot login/password?  |  Need to redeem an access code?

        

Instructor Resource Center File Download

This work is protected by local and international copyright laws and is provided solely for the use of instructors in teaching their courses and assessing student learning. Dissemination or sale of any part of this work (including on the World Wide Web) will destroy the integrity of the work and is not permitted. The work and materials from this site should never be made available to students except by instructors using the accompanying text in their classes. All recipients of this work are expected to abide by these restrictions and to honor the intended pedagogical purposes and the needs of other instructors who rely on these materials.

Cancel     I accept, proceed with download

Print this content

Pearson Higher Education offers special pricing when you choose to package your text with other student resources. If you're interested in creating a cost-saving package for your students contact your Pearson Higher Education representative.

Back to top