I've written a little Master/Detail demo application using the DataGrid control in Silverlight 2.0 beta 1. The application shows usage of data binding, styles and definition of custom columns for the DataGrid control. You can download the source code here.
The following code fragment shows how to define your own columns for the data grid:
Sunday, March 30, 2008
Tuesday, March 4, 2008
The next generation rule engines are pure C#
The project I'm currently working on is based on a rather narrow domain, but with a high density of business rules that comes along. Currently we are writing the rules directly in code, but there have been some pressure about using an in house created XML based rule engine. As the rule base becomes bigger and bigger the more the pressure.
As I see it there are two reasons for using a rule engine:
- Separate the rules from the code so it can be edited without recompiling the application.
- Let the rules be edited by a domain expert.
Subscribe to:
Posts (Atom)