| OVERVIEW |
|
This download contains C# code examples for the book Core C# and .NET published by Prentice Hall.
The code examples are contained in folders that correspond to the chapter in which the code appears. In addition
to the code examples, the file contains images used in the examples, two Microsoft Access database files that
contain data used by the examples, and a simple IDE that can be used to load, modify, compile, and execute C# code.
The IDE is found in the root directory of the zip file.
|
|
| |
|
| | INSTALLATION |
|
The directory structure can be unzipped into any directory although it is recommended that
you use a root directory on one of your drives. The directory corecsharp forms the root of the
unzipped files. It contains the IDE and it application configuration file. The configuration file is used
to specify the Framework version the IDE is to be run under. Note that the IDE is compiled on .NET 1.1 and is compatible
with it and the 2.0 beta. Beneath the root directory are the chapters, images directory, and data directory.
The Help menu item should provide all the instructions you need on using the IDE.
|
| |
|