Skip to content

tfreitasleal/CslaExtremeDemos

Repository files navigation

CslaExtremeDemos

Extreme demos for Rockford Lhotka's CSLA .NET framework.

This demo focus on some important questions, that are lacking proper documentation/demos/samples:

  1. use of SmartDataReader with properties that are nullable on the database

  2. use of ComboBox with NameValueList (and persist as null)

  3. 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
  4. 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published