Crystal Reports Version History
ℹ️ Note
This is an old post, only covers versions up to the year 2010
Save DataTable to SQL Server
A couple of times now, I've needed to save in-memory ADO.NET DataTables straight to SQL Server as new tables. Its handy sometimes, if you're importing data from other sources. Nick Tompson had posted some code on the social.msdn forum to do this, and here I've stripped out the features I didn't need and adapted it to use StringBuilders:
FlashDevelop, Flex and Balloons
Last year I realised that it was possible to build Flash games using free software - The free IDE FlashDevelop and the free Abobe Flex 3.3 SDK. I finished about 80% of a little flash game, re-using graphics from an old Acorn Archimedes game I wrote about 15 years ago.
Salesforce as an ORM
To me, Salesforce is not a very attractive word. It basically conjures up an image of an army of salespeople, weilding laptops and software-enhanced selling skills. What could be less appealing than that?
Quick Elmah setup
Elmah is great. Its an error logging utility that you can drop into a .net app without changing any code. You just drop the DLL in the bin folder, and make a few web.config changes. OK, these days you can achieve the same thing with ASP.NET Health Monitoring, but Elmah is nice and easy, and the web pages it provides to inspect the error log are cool.
Quick Log4net setup
Log4net has lots of options and different ways it could be configured - these are notes written to myself so that I can get it working quickly.