Here's an example of what I love about the Domain Manager pattern I've developed in Easy Assets .NET as far as making things easily extendable for you developers out there. Let's say that we have a table of Employees. The table has the following fields: EmployeeID, FirstName, LastName, DepartmentID,...