¡@

Home 

c# Programming Glossary: nancy

Why is lock(this) {…} bad?

http://stackoverflow.com/questions/251391/why-is-lockthis-bad

static void Main string args var nancy new Person Name Nancy Drew Age 15 var a new Thread nancy.LockThis a.Start var b new.. Thread Timewarp b.Start nancy Thread.Sleep 10 var anotherNancy new Person Name Nancy Drew Age 50 var c new Thread NameChange.. nancy Thread.Sleep 10 var anotherNancy new Person Name Nancy Drew Age 50 var c new Thread NameChange c.Start anotherNancy..

C# Finalize/Dispose pattern

http://stackoverflow.com/questions/898828/c-sharp-finalize-dispose-pattern