When developing applications that made use of a database, one of the key features in my designs has been to create an intermediary class that handled the nuts and bolts of the data handling and presented the app code with a consistent interface regardless of how the data […]
My first post on this topic was a brief discussion on the data model I was planning on using for my own home built Content Management System. Now I need to be able to build a site to not only populate the data but to also display it […]
As part of my current project work, I’ve had an opportunity to look into developing a data access layer using the Entity Framework. My previous experience with similar technologies was converting XSDs to classes for clean serialising of data to XML so I was curious to see how […]
In the beginning, God (or Microsoft, you pick) created Active Server Pages or ASP. It allowed the server to dynamically generate web pages through the use of files containing a combination of VBScript and HTML. At the time it was clever approach that allowed for a lot of […]