Goodbye, Steve

MonoTouch

MonoTouch and null

Remember.  Setting variables to null doesn’t necessarily mean null. I had an Enum variable that I would set once.  So I’d declare it: Values MyValue = null; Then, in the natural order of things I’d check to see if it was null and assign it the current value if it was.  But, oddly enough it [...]

Whoa, where am I? And MonoTouch!

I really haven’t been updating this very often have I? Probably because I spend so much time fighting with IE. Just a quick heads up. I’ve talked about Mono in the past. Get your C# app on any platform. Now they’ve released MonoTouch. MonoTouch allows you to develop iphone apps in you favorite .Net/Mono language [...]