English books
C# to the Point
.NET Appl. Development
German books
Kompaktkurs C# 7
Die .NET-Technologie
Home
Course Material
Applications
Projects
Hanspeter Mössenböck
C# to the Point
Pearson Addison-Wesley
, 2004.
Order at Amazon.co.uk
Free material for downloading
Table of contents
Cover text
Sample Chapters
Read the
Preface
,
Chapter 1
(C# and the .NET Framework) or
Chapter 6
(Statements) in PDF format.
Sample solutions to the exercises
Powerpoint Slides
DocView: XML documentation comment viewer
Here is an XSL style sheet for viewing XML comments that are generated by the C# compiler in HTML format.
In.cs: A class for formatted input
This class allows programmers to read characters, numbers, strings, words or whole lines from a file or from the console. It is especially useful in programming classes.
source code (In.cs)
and
documentation
.