This is a private project, I just want to review or says restudy some c# fundational functions. if you also want to reuse the c#
and intersted in coding, you can fork this. :)
Right now, I have following threads to review it:
##1. Delegate
- What is delegate ?
- Which thing can do with delegate?
- What relationship between delegate and event?
- What relationship between delegate and APM program pattern?
- How to perform Observer pattern with delegate.
- ThreadStart
- ParameterizedThreadStart
- ThreadPool
- ThreadPool.QueueUserWorkItem(WaitCallback)
- ThreadPool.QueueUserWorkItem(WaitCallback,Object)
- BeginInvoke and EndInvoke
- IAsyncResult
- AsyncWaitHandle
- IsCompleted
- Mono.Cecil
- CompositeUI Application Block(CAB)
- Inheritance
- Encapsulation
- Polymorphism
- Method Overloading or Early Binding or Compile Time Polymorphism
- Method Overloading or Late Binding or Runtime Polymorphism
- Enum
may update this README if I had reviewed .