Wrox Home  
Search

Topic: C# and C++

C# 2008 Programmer's Reference (0470285818) cover image
C# 2008 Programmer's Reference
Wei-Meng Lee
ISBN: 978-0-470-28581-7
Paperback
840 pages
November 2008

Back to description


About This Title  |  Chapters on Demand  |  Download Code  |  Errata  |  P2P Forum for This Title
Add to Cart
Chapter 1: The NET Framework
8 pages

The .NET Framework is a development framework created by Microsoft to enable developers to build applications that run on... more

Chapter 2: Getting Started with Visual Studio 2008
50 pages
US $4.99

Microsoft Visual Studio 2008 is an extremely versatile and powerful environment for developing .NET applications. This chapter... more

Chapter 3: C# Language Foundation
64 pages
US $4.99

The best way to get started in a new programming language is to create a simple program and then examine the various parts... more

Chapter 4: Classes and Objects
46 pages
US $4.99

One of the most important topics in C# programming—in fact, the cornerstone of .NET development—is classes and objects.... more

Chapter 5: Interfaces
12 pages
US $4.99

When defining a class, you have to provide the implementation for all its methods and properties. However, there are times... more

Chapter 6: Inheritance
30 pages
US $4.99

Inheritance is one of the fundamental concepts in object-oriented programming. Inheritance facilitates code reuse and allows... more

Chapter 7: Delegates and Events
28 pages
US $4.99

Two of the most important aspects of object-oriented programming are delegates and events. A delegate basically enables you... more

Chapter 8: Strings and Regular Expressions
24 pages
US $4.99

One of the most common data types used in programming is the string. In C#, a string is a group of one or more characters... more

Chapter 9: Generics
28 pages
US $4.99

One of the new features in the .NET Framework (beginning with version 2.0) is the support of generics in Microsoft Intermediate... more

Chapter 10: Threading
28 pages
US $4.99

Today’s computer runs at more than 2GHz, a blazing speed improvement over just a few years ago. Almost all operating systems... more

Chapter 11: Files and Streams
56 pages
US $4.99

At some stage in your development cycle, you need to store data on some persistent media so that when the computer is restarted... more

Chapter 12: Exception Handling
20 pages
US $4.99

An exception is a situation that occurs when your program encounters an error that it is not expecting during runtime. Examples... more

Chapter 13: Arrays and Collections
28 pages
US $4.99

In programming, you often need to work with collections of related data. For example, you may have a list of customers and... more

Chapter 14: Language Integrated Query (LINQ)
42 pages
US $4.99

One of the most exciting new features in the .NET Framework v3.5 is the Language Integrated Query (LINQ). LINQ introduces... more

Chapter 15: Assemblies and Versioning
36 pages
US $4.99

In .NET, the basic unit deployable is called an assembly. Assemblies play an important part of the development process where... more

Chapter 16: Developing Windows Applications
42 pages
US $4.99

Chapters 16–19 each shows how you can use the C# language to create a different type of application. This chapter tackles... more

Chapter 17: Developing ASP.NET Web Applications
28 pages
US $4.99

ASP.NET (Active Server Pages .NET) is a web development technology from Microsoft. Part of the .NET Framework, ASP.NET enables... more

Chapter 18: Developing Windows Mobile Applications
44 pages
US $4.99

The mobile application platform has gained a lot of interest among enterprise developers in recent years. With so many mobile... more

Chapter 19: Developing Silverlight Applications
78 pages
US $6.99

Over the years, we have all seen the proliferation of web applications. In the early days, web sites consisted of sets of... more

Chapter 20: Windows Communication Foundation
54 pages
US $4.99

Windows Communication Foundation (WCF) is Microsoft’s unified programming model for building service oriented applications... more

Appendix A: C# Keywords
8 pages

This appendix lists the various keywords in C# that are predefined and have special meanings for the compiler. It is important... more

Appendix B: Examining the Net Class Libraries Using the Object Browser
8 pages

To be successful in .NET programming requires not only that you know the language you are using (C# in this case) but that... more

Appendix C: Generating Documentation for Your C# Applications
16 pages
US $4.99

Documenting your code is probably the last thing you would do in your typical project cycle. While the importance of writing... more

C# Programmer's Reference: TOC
Add to Cart
Printer-Ready Version   Share This
DRM-free e-books from Wrox

C# and C++ Related Resources

Blogs

Articles