Skip to content

Commit

Permalink
Merge pull request #3024 from ognyandim/patch-1
Browse files Browse the repository at this point in the history
Fix a minor misspell in the readme.md
  • Loading branch information
rockfordlhotka authored Jul 19, 2022
2 parents c9fdc56 + ebac435 commit d7857bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Samples/CslaFastStart/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ namespace CslaFastStart
At this point you should be able to run the app, seeing how it adds, updates, and deletes the data associated with a business domain object.

## Adding business rules
One of the primary features of CSLA .NET is the rules engine that sits within the `BusinessBase` type. The rules engine is very powerful and estensible, and this fast start will only touch on the simplest validation rule concepts. Beyond this are complex validation rules, calculation and data manipulation rules, authorization rules, and much more.
One of the primary features of CSLA .NET is the rules engine that sits within the `BusinessBase` type. The rules engine is very powerful and extensible, and this fast start will only touch on the simplest validation rule concepts. Beyond this are complex validation rules, calculation and data manipulation rules, authorization rules, and much more.

CSLA .NET supports the `System.ComponentModel.DataAnnotations` attributes. These provide a very simple and limited validation rule concept that works on any platform and behind any type of interface, because the attributes are automatically integrated into the broader CSLA .NET rules engine.

Expand Down

0 comments on commit d7857bf

Please sign in to comment.