Category Archives: Just Rambling

All ASP.NET, all the time (these days)

I’ve been spending a lot of time with ASP.NET 2.0 lately whereas I had been focused mostly on ADO.NET and Windows Forms for quite a while.

Currently I am working on some articles for aspnetPRO magazine as well as preparing a number of sessions (totaly different topics than the articles) for the Fall 2006 ASPConnections (and two for Visual Studio connections). On the flip side, I have a ClickOnce article waiting inthe wings for CoDe Magazine – it’s been written, just not edited yet.

This also means I have gotten temporarily distracted from the likes of Linq, WCF and more. All in good time, I suppose…

The best part is that it has stopped raining and I have been gardening and kayaking again.

Programming in VBA – kinda like typing with your fists

Okay, bad analogy… I admit it. But it’s early and I’ve only had one cupajoe.

I was helping someone out with some VBA code in their Access 2003 database. (It was not a situation where moving to VSTO was an option, in case you were about to suggest that.) I was just helping them get something working. It’s really painful coding in VBA after years of .NET, not only the IDE experience, but going backwards with things like instantiating a variable (which you have to do separately from code to give it a variable). There are things I know how to solve, but the way I would go about it (the .NET way) isn’t an option and I have to find alternate routes. But, heck, it was a rainy weekend, and I hammered through it and put a big smile on the faces of these guys. 🙂

Don’t Forget: www.acehaid.org