hi,
i am using windows form application and using DataTable, to populate data. i want to add business validation rule , which validate data of datatable. i am not using any database to populate the data in data table. data in the datatable is calculated using some business logic. i want to validate all data in my datatable using validation rules.
Thanks.
Your business objects can encapsulate all the validation rules. This is a standard feature of CSLA .NET.
Copyright (c) Marimer LLC