TorqObject Database Decoupling
We use an in-house framework for building applications and the subject of how we decouple business domain classes from a particular data source recently came up.
Browse posts by category: "architecture" below.
We use an in-house framework for building applications and the subject of how we decouple business domain classes from a particular data source recently came up.
Here's a great excerpt from the What's coming in ADO.NET video on channel 9. Tim Mallalieu was speaking and it's around 41:50 into the video: Well actually that was exactly the point I was trying to...
Check out the following video on Zdnet: The thin client concept is one of those technologies that keeps resurging every so often like waves on the technology landscape.
I'm currently working on the Authorization infrastructure for a software package in the finance industry. The approach taken is to use .NET attributes to declaratively state which user roles are...
There's a whiteboard session with Anders Hejlsberg on the MSDN site entitled "Whiteboard with Anders Hejlsberg". The very first question that Anders addresses relates to AOP and his reaction was...
Eric Gunnerson asked for example code on what scenarios developers would use AOP for. Aspect Oriented Programming is another one of those software development areas that I'd love to know more about...