June 2010
4 posts
2 tags
Difference between "|" and "||"
http://msdn.microsoft.com/en-us/library/6373h346(v=VS.90).aspx What a difference they have!!
Jun 17th
1 tag
Calling a method using its name as a string value
http://stackoverflow.com/questions/134214/create-a-method-call-in-net-based-on-a-string-value System.Reflection.MethodInfo is the one that I can use the name of method as a string value to call the method. In order to get the method, the typeof() keyword should be used, instead of the Type.GetType() method.
Jun 17th
Possibility that Korea Advances to the Next Round
Even though South Korea lost the match against Argentina, it still stands at thesecond of the Group B. Well, there is still hope to go to the next round depending on the last match with Nigeria. switch (GetResultMatch(Korea, Nigeria)) {   case Result.Won:     if (GetResultMatch(Greece, Argentina) == Result.Won)       if (GetGoalDifference(Greece, Korea) >=...
Jun 17th
Test from Posterous
This is test posting. Posted via email from Just in Chronicles
Jun 17th