DonXML BlogThe East Coast DonMentoring Service for New Code Camp Presenters- May 11, 2005 One of the things that was discussed between Stan and some of the presenters at the Philly Code Camp was the task of getting more people from the local community, and focusing less on well known speakers. Someone (and I cant remember who) suggested that the problem with getting people new to presenting to volunteer is the lack of some sort of a mentoring program. The idea is to get people who are out in the field every day and help them present some of the newinteresting things that.http://weblogs.asp.net/donxml/archive/2005/05/11/406492.aspx NUnit Testing and Application.LocalUserAppDataPath Property- May 6, 2005 Heres a note to myself (and for anyone else that is doing Test Driven Development). If you are using the Application.LocalUserAppDataPath property, when running tests, the properties value will not be the same as if you are running in the application. Thats because LocalUserAppDataPath is built the following way: Base Path CompanyName ProductName ProductVersion, and the CompanyName, ProductName, and ProductVersion are all derived from the AppDomain. The AppDomain gets this...http://weblogs.asp.net/donxml/archive/2005/05/05/405829.aspx |