Monthly Archives: January 2008

On Using PyDev on a Mac

This post is admittedly for a very small niche of readers. If you are a Windows user – with virtually no Mac experience – and happen to be teaching college students how to program Python with Eclipse then read on… … Continue reading

Tagged , , , | 9 Comments

On Cookies and Data Binding with SmartDispatcherController

MonoRail’s SmartDispatcherController will automatically bind controller method parameters to request parameters. So the arg0 and arg1 parameters in the method below – public void DoSomething(string arg0, int arg1) { … } will have the values castle and 5 respectively when … Continue reading

Tagged , | Leave a comment

On an Alternative to the var Keyword in C#

I recently attending a meeting of the Fairfield / Westchester .NET User Group, in which Richard Hale Shaw presented on LINQ and C# 3.5 features. During the presentation there was a brief but spirited debate over the use of the … Continue reading

Tagged , | 2 Comments