Skip to content

akshaytilekar7/DesignPattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DesignPatternCSharp

C# Design Patterns

  • Singleton
  • Repository and unit of work
  • Factory and Abstract Factory
  • Strategy
  • State
  • Decorator
  • Chain of responsibility
  • Lazy load
  • Builder
  • Command
  • Observer
  • Adapter
  • Command
  • Publisher Subscriber

C# Important Topics

  • AsyncAwait
  • Finalize and Dispose
  • IEnumerable and List
  • Expressions
  • Passing Parameters with Ref and Out
  • SOLID principles
  • ExceptionHandling
  • IDisposable Best Practices
  • NInject Demo

SQL Important Topics

  • Table value parameter
  • ACID and Transactions