New User!
C# 2005 Programmer's Reference
By: Adrian Kingsley-Hughes , Kathie Kingsley-HugheseBook Publisher: John Wiley & Sons
Imprint: Wrox
Format: Adobe Encrypted (DRM)
Earn $0.50 - Write a Review »
As one of the hottest programming languages in use today, C# enables you to build a wide range of secure and robust enterprise applications that run on the .NET Framework, including XML Web services, client-server applications, database applications, and more. Now with the release of C# 2005, you'll find a complex array of new language options and parameters to create even more powerful applications if you know how to utilize them. This book will show you how.
Combining a comprehensive tutorial and reference, this book breaks down the latest features while exploring the language from the ground up. The first section provides you with a detailed understanding of basic programming concepts and helps you gain the skills to write your own applications. The second section presents detailed information on specific features of the language so you can immediately take advantage of all the tools available.
What you will learn from this book A complete understanding of C# and its language structure The best methods for mastering the new features of C# 2005 Techniques for building cutting-edge applications for the .NET Framework How to use powerful options such as enumerations and delegates Ways to increase safety and performance using generic methods and types Steps for incorporating expressions and statements The proper way to use namespaces, classes, structures, and arrays
Who this book is for
This book is an excellent resource for experienced C# developers as well as those who are new to the language. It shows you how to easily develop applications using C# but can also be used as a professional reference.
Wrox Programmer's References are designed to give the experienced developer straight facts on a new technology, without hype or unnecessary explanations. They deliver hard information with plenty of practical examples to help you apply new tools to your development projects today.
See more like this in our Computers eBooks section
Share your thoughts on the C# 2005 Programmer's Reference Computers eBook with others!
| Title of Computers eBook: C# 2005 Programmer's Reference | |
| Release Date: 02-05-2007 | |
| Publisher: Wrox |
This eBook download is available in the following formats:
| Parent title | C# 2005 Programmer's Reference |
|---|---|
| Encrypted (DRM) | Yes |
| SKU | 9780470116371 |
| File size | 4342 |
| Security | n/a |
| Printing | Not allowed |
| Copying | Not allowed |
| Read aloud | No Sys requirements Download reader |
| Devices | Samsung Tablet, Apple Ipad & Iphone, Barnes & Noble Nook, Kobo eReader, Aluratek Libre, Iliad, Nokia, Blackberry, Hanlin |
| Note | Excellent navigation features are available via Adobe such as bookmarks and a quick access table of contents. Text search is easily accessible. An Adobe DRM-protected file is different than a pdf file in that it uses Adobe DRM (Digital Rights Management) technology, which authors and publishers use to protect their content from illegal online distribution and to set certain privileges such as restrictions on copying and printing. |
C# 2005 Programmer's Reference
Chapter One
What is C#?
So, you want a C# reference? OK, well the best place to begin is by looking at what C# is and where it came from.
The Name
First off, the name. According to the ECMA-334 C# Language Specification (http://www. ecma-international.org/publications/standards/Ecma-334.htm), the name is combined of a Latin capital letter C (U+0043) followed by the number symbol # (U+0023). C# is pronounced "C sharp" or "see sharp."
The origin of the name is somewhat shrouded in mystery. Some believe that it may have been chosen by Microsoft to imply a progression from C++, with the # symbol composed of four + symbols arranged to form a square. Another origin for the name could be more musical, implying that it's not as far from C as C++ is, because ++ is the symbol for the increment operator. In music, a # indicates a note that is one half step above the other, so C# might show that it is only a half step above C.
The musical readers among you might have recognized that the # symbol on the keyboard is not the proper symbol for sharp. It is instead the number sign. This is used because the symbol for a musical sharp (U+266F) is not present on a standard keyboard, so expecting people to type it would be a bit of an inconvenience. Despite this symbol being used, the language is not called "see pound" or "see hash" or even "see gate"!
C# Overview
C# is an object-oriented programming language developed by Microsoft to become a key part of their .NET software development platform. Being object-oriented, C# is composed of a collection of individual programming units call
...








