2

String internment in c# is a good example. Others?

Nick Berardi
  • 54,393
  • 15
  • 113
  • 135
Chris Ballance
  • 33,810
  • 26
  • 104
  • 151

2 Answers2

4

Buffer pools (especially when doing socket programming)

jgauffin
  • 99,844
  • 45
  • 235
  • 372
1

This site has decent examples of all the deisgn patterns from GoF

http://dofactory.com/Patterns/Patterns.aspx

Adam Rackis
  • 82,527
  • 56
  • 270
  • 393