Thursday, April 12, 2012

Tech Review Software Development: Wednesday, April 11, 2012

How to resolve conflict with binary files?

  • to get the incoming version
    • svn resolve [filename]
  • to keep the base version
    • svn revert [filename]

How to use the HashSet and SortedSet Collection Classes in C# 4.0

  • HashSet<T> example = new HashSet<T>;
how do I call a parent class in C#
  • base.Routine()








No comments: