Extreme demos for Rockford Lhotka's CSLA .NET framework.
This demo focus on some important questions, that are lacking proper documentation/demos/samples:
-
use of SmartDataReader with properties that are nullable on the database
-
use of ComboBox with NameValueList (and persist as null)
-
use of ComboBox with enum
- use of the Description attribute
- persist the enum value (instead of the named constant)
- persist enum value 0 as null
- use enum values of type byte
-
simple WindowsForms databinding using BindingSource
--
CSLA .NET is copyright (c) Marimer LLC. Use of CSLA.NET is governed by the license at https://github.com/MarimerLLC/cslacontrib/blob/master/LICENSE.md.