Skip to content

C# Core Language Little Black Book

Best in textbook rentals since 2012!

ISBN-10: 1932111271

ISBN-13: 9781932111279

Edition: 2002

Authors: Bill Wagner

List price: $29.99
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

C# can be ported to multiple platforms and used to develop any type of program, from a Windows service to a Web component. This book focuses on the core C# language. It covers the language syntax, provides samples, and shows you how to use C# with ASP.NET, WinForms, and Web Services. The book illustrates C# syntax and design strategies and how C# integrates with other languages--a real-world consideration. It also uses examples tied to Visual Studio.NET. It provides examples of common coding techniques and information on the CLR assemblies and classes that can be leveraged in your everyday tasks.
Customers also bought

Book details

List price: $29.99
Copyright year: 2002
Publisher: Paraglyph, Incorporated
Publication date: 12/1/2001
Binding: Paperback
Pages: 480
Size: 6.00" wide x 9.00" long x 1.25" tall
Weight: 1.474
Language: English

Introduction
Hello C#
C# Statements and Control Flow
Classes I: Creating Classes
Structs
Properties and Indexers
Overloaded Operators
Delegates and Events
Namespaces
Class Design and Inheritance
Interfaces
Programming with Attributes
Programming with Exceptions
Memory Management and Object Lifetimes
Unmanaged Programming and Interoperability
Multithreaded C# Programming
Collections
.NET Library
Reflection and Metadata
Versioning
Defensive Programming
Profiling C# Applications
Preprocessor Directives
XML Documentation
Index