New User!
C# Annotated Standard
By: Jon Jagger , Nigel PerryImprint: Morgan Kaufmann
Format: Adobe Encrypted (DRM)
Earn $0.50 - Write a Review »
Standards, while being definitive, do not usually serve as the best reference to the use of a programming language. Books on languages usually are able to explain usage better, but lack the definitive precision of a standard. This book combines the two; it is the standard with added explanatory material.
* Written by members of the standards committee
* Annotates the standard with practical implementation advice
* The definitive reference to the C# International Standard
See more like this in our Computers eBooks section
Share your thoughts on the C# Annotated Standard Computers eBook with others!
| Title of Computers eBook: C# Annotated Standard | |
| Release Date: 07-30-2007 | |
| Publisher: Morgan Kaufmann |
This eBook download is available in the following formats:
| Parent title | C# Annotated Standard |
|---|---|
| Encrypted (DRM) | Yes |
| SKU | 9780080550534 |
| File size | 3241 |
| 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# Annotated Standard
Chapter One
ScopeThis International Standard specifies the form and establishes the interpretation of programs written in the C# programming language. It specifies
The representation of C# programs;
The syntax and constraints of the C# language;
The semantic rules for interpreting C# programs;
The restrictions and limits imposed by a conforming implementation of C#.
This International Standard does not specify
The mechanism by which C# programs are transformed for use by a data-processing system;
The mechanism by which C# applications are invoked for use by a data-processing system;
The mechanism by which input data are transformed for use by a C# application;
The mechanism by which output data are transformed after being produced by a C# application;
The size or complexity of a program and its data that will exceed the capacity of any specific data-processing system or the capacity of a particular processor;
All minimal requirements of a data-processing system that is capable of supporting a conforming implementation.
Chapter Two
Conformance
Conformance is of interest to the following audiences:
Those designing, implementing, or maintaining C# implementations.
Governmental or commercial entities wishing to procure C# implementations.
Testing organizations wishing to provide a C# conformance test suite.
Programmers wishing to port code from one C# implementa
...








