Rob Chartier ~ Contemplation...
.NET, C#, Work, etc.
-
MSDN Documentation sucks
Wilco just posted a new Tool he is working on. Take a look at the screen shot. Wicked cool. Reminds me of the php docs. (for example http://php.net/fopen) My biggest gripe about MSFT’s … more
-
Build status notification with CCNET via MSN
So I decided to combine my two recent pet projects that I have been working on, CruiseControl.NET (Continuous Integration) with MSN (an AI Bot). I have given the Bot the ability to track … more
-
Control Execution Lifecycle
So many people ask about this, decided to bookmark the URL http://msdn.microsoft.com/library/en-us/cpguide/html/cpconcontrolexecutionlifecycle.asp InitializeLoad view stateProcess postback … more
-
Serializing Generics
We had a quick discussion at work here about using the XmlSerializer on a Generic collection, so I threw together a quickie example. Our "Business Entity": [System.Serializable()]public class Entity { … more
-
CCNET on Mono...
posted on: gmane.comp.windows.dotnet.ccnet.devel by: Mike Roberts --------------------------------------------------- Hi ccnet-devel, Just thought some of you might be interested in knowing … more
-
CNN Survey: .NET in high demand...
Snippet from their article: Technology Two tech jobs in high demand these days are .NET (dot net) developers and quality assurance analysts. Developers who are expert users of Microsoft's software … more
-
NCover: Profiled process terminated. Profiler connection not established
If you are encountering this issue with your CI process and using NCover here is a fix: http://ncover.org/SITE/forums/thread/43.aspx Details: After playing around with NCover 1.5.1 beta 2 I was … more
-
Owen Rogers is speaking on Agile Estimation
Got my RSVP for the event: http://www.agilevancouver.ca/ The location kind of sucks since I work downtown and life on 1st avenue but I will have to manage with the bus. more
-
AIMLBot : ALICE & C#
".NET implementation of the ALICE chatterbot using the AIML specification ...snip.... Put simply, this software will allow you to chat with your computer using natural language." http://www.ntoll.org/ … more
-
Subversion and C# : SubversionSharp
SubversionSharp is a C# wrapper that fully covers the client API of Subversion SCM. Easy access to the Subversion API is provided without any compromise on fonctionality. This library is the starting … more