disable broken tests on net_4_0
[mcs.git] / docs / ecma334 / 8.xml
blobe3dae4995e5a3dd603bfde8fb67583a37010511a
1 <?xml version="1.0"?>
2 <clause number="8" title="Language Overview" informative="true">
3     <paragraph>This clause is informative. </paragraph>
4     <paragraph>C# (pronounced &quot;C Sharp&quot;) is a simple, modern, object oriented, and type-safe programming language. It will immediately be familiar to C and C++ programmers. C# combines the high productivity of Rapid Application Development (RAD) languages and the raw power of C++. </paragraph>
5     <paragraph>The rest of this chapter describes the essential features of the language. While later chapters describe rules and exceptions in a detail-oriented and sometimes mathematical manner, this chapter strives for clarity and brevity at the expense of completeness. The intent is to provide the reader with an introduction to the language that will facilitate the writing of early programs and the reading of later chapters. </paragraph>
6 </clause>