Back to notes -- Keyboard shortcut: 'u'  previous -- Keyboard shortcut: 'p'        Slide program -- Keyboard shortcut: 't'    Compilation and execution.Lecture 14 - slide 22 : 35
Program 3
csc /t:library bank-account.cs

csc /r:bank-account.dll /r:nunit.framework.dll
    /t:library bank-account-test.cs

Execute bank-account-test.dll with NUnit test runner