-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Kenneth Carter edited this page Jul 6, 2020
·
3 revisions
- minimize the references to 3rd party projects which use namespaces that can come into conflict with the .net core library.
- expand understanding of the expression tree implementation, expressions really are a Rosetta Stone for developers.
- keep the SQL statements generated by the DAL as simple as possible.
- utilize MARS statements when eager-loading data for an object graph.
- implement asynchronous operations at some point.
- support SQL Server, Oracle, MySql, etc. Database engines.
- apply TDD, DRY, YAGNI, and KISS principles where applicable.