All Tags »
DotNetNuke DNN
Sorry, but there are no more tags available to filter with.
-
Hi Martin, EntitySpaces is not really a DAL but more a persistence layer. It is used a little differently, however is great for use in DNN. With EntitySpaces you have business objects, these are strongly typed. So when you want a collection of Employees you instantiate an EmployeeCollection type, and you can populate it via our Dynamic Query, or ...