Can I please get some guidance on how to implement business rules when using llblGen for the DAL. For example, in a asp.net web application when a user clicks the save button I want to do some basic validation (a mandatory field has some value etc.) and also do some complex validation. eg. the values entered by the user can be validated based on values that come from more than one entity.
In this scenario, where do I create the class (eg. part of the llblGen DAL or in the App_Code folder or some where else? Also how do I ensure the validation in these classes (ie. business objects) automatically get called when the user tries to save the data.
I am using LLBLGen final version 2.6. Self servicing 2 class, C# and .NET Framework 3.5.