Logo

Standard ECMA-334 C# Language Specification

Small book cover: Standard ECMA-334 C# Language Specification

Standard ECMA-334 C# Language Specification

Publisher: Ecma International
Number of pages: 553

Description:
This International Standard specifies the form and establishes the interpretation of programs written in the C# programming language. It specifies the representation of C# programs, syntax and constraints of the C# language, semantic rules for interpreting C# programs, and the restrictions and limits imposed by a conforming implementation of C#.

Home page url

Download or read it online for free here:
Download link
(5.6MB, PDF)

Similar books

Book cover: Threading in C#Threading in C#
by
An extensive online book on multithreading in C#. This tackles difficult issues such as thread safety, when to use Abort, Wait Handles vs Wait and Pulse, the implications of Apartment Threading in Windows Forms, using Thread Pooling, etc.
(18308 views)
Book cover: Object-oriented Programming in C# for C and Java programmersObject-oriented Programming in C# for C and Java programmers
by - Aalborg University
This is a teaching material about object-oriented programming, illustrated with use of the programming language C#. It is assumed, as a prerequisite, that the readers have some knowledge about imperative programming, preferably knowledge about C.
(21206 views)
Book cover: C# From JavaC# From Java
by
These notes should help you convert a program from Java to C#. This is based on the author's original journey from Java to C#. If you are an experienced Java programmer who wants to find out what C# is all about you might find it useful.
(18790 views)
Book cover: C# DevelopmentC# Development
by
The book on C# used by the Department of Computer Science in the University of Hull as the basis of the first year programming course. The key features: practice - do a lot of programming, study - look at programs written by other, and persistence.
(22471 views)