Friday, March 7, 2014

If you can't find the error in the team city log

go to the log team city creates under c:\temp in the destination server for more detailed info

Thursday, March 6, 2014

Monday, February 24, 2014

Wednesday, February 12, 2014

Remove json syntax from strings

with JavaScriptSerializer class

 JavaScriptSerializer javaScriptDeserializer = new JavaScriptSerializer();
                List<string> idList = javaScriptDeserializer.Deserialize<List<String>>(Ids);

Social skills over Methodology

here