Skip to content

nateliu/ReviewCSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.
##2. Thread
  • ThreadStart
  • ParameterizedThreadStart
  • ThreadPool
      ThreadPool.QueueUserWorkItem(WaitCallback)
      ThreadPool.QueueUserWorkItem(WaitCallback,Object)
      BeginInvoke and EndInvoke
    • IAsyncResult
    • AsyncWaitHandle
    • IsCompleted
##3. MSIL
  • Mono.Cecil
##4. Design Pattern
  • CompositeUI Application Block(CAB)
##5. OOP
  • 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 .

About

review/restudy the c# language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages