Back to notes -- Keyboard shortcut: 'u'  previous -- Keyboard shortcut: 'p'  next -- Keyboard shortcut: 'n'  Slide program -- Keyboard shortcut: 't'    Compilation of the namespaces and client.Lecture 4 - slide 19 : 29
Program 6
In Windows SDK
csc /target:library ex.cs
csc /target:library /reference:ex.dll client.cs
csc /target:library /reference:ex.dll client-equiv.cs

In MONO
gmcs /target:library ex.cs
gmcs /target:library /reference:ex.dll client.cs
gmcs /target:library /reference:ex.dll client-equiv.cs