Contents tagged with Business logic
-
Introduction to Business Rules on individual DataFields
This series looks at the Business Logic Layer of an application from how my Peter’s Business Logic Driven UI (“BLD”) implements it. Use the “Understanding the BLL” Category to see all articles.
-
Customizing Business Rules at runtime
This series looks at the Business Logic Layer of an application from how my Peter’s Business Logic Driven UI (“BLD”) implements it. Use the “Understanding the BLL” Category to see all articles.
-
Descriptor objects : Exposing the structure and business logic to consumers
This series looks at the Business Logic Layer of an application from how my Peter’s Business Logic Driven UI (“BLD”) implements it. Use the “Understanding the BLL” Category to see all articles.
-
The Entity class(es)
A significant portion of my new Peter’s Business Logic Driven UI (“BLD”) module is in the Business Logic Layer (“BLL”). Having been a UI tools guy for a long time, I learned a lot about the BLL during this project. This article starts a series that digs into the BLL as I’ve implemented it for BLD.
-
Exploring Dynamic Data: Other attributes for business logic
-
Exploring Dynamic Data: Scaffolding attributes for business logic
-
Exploring Dynamic Data: Textual attributes for business logic
-
Exploring Dynamic Data: The DataTypeAttribute for Business Logic
-
Exploring Dynamic Data: Validation attributes for business logic
-
The CategoryAttribute and Dynamic Data
The System.ComponentModel.CategoryAttribute has long been around. It’s generally used for annotating properties on web controls so that design mode’s Property Editor can organize your properties.