A Peek into my Magic Bag: Using an Extension for Date/Time String Merge
A quick post about probably the most used piece of code I have in my toolbox. First, the problem: I …
A quick post about probably the most used piece of code I have in my toolbox. First, the problem: I …
Most of the projects I work with are very data-intensive. I often need ways to present data filters to users …
Need a consistent an easy way to read from or write to any (reasonably) type of data file? Excel, tab-delimited …
I was looking for a way to use CRM as my back-end data store for a new project on which …
I have always developed with security in mind. I develop clean code with reasonable capability. I practice the philosophy of …
I created a great little class library for data management a while ago that provides the backbone for any data …
I work in an environment where I need to have a development version of my application, connected to a development …
Houston, we have a problem. A few years ago I added a little function to my utilities library. I was …