Blazor Project Tracker sample - Best practice for loading required list for display #4224
Unanswered
Conway6288
asked this question in
Questions
Replies: 1 comment 1 reply
-
@rockfordlhotka has some "Using Csla" ebooks. I recommend reading them, although they were for version 4, I still find them relevant. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The latest Project Tracker sample fetches an instance of RoleList on the EditProject.razor page. That page then has a select input bound to the role property on a ProjectResourceEdit instance. The options for the select are populated from the RoleList instance directly on the EditProject page. I notice that the RoleList object on ProjectResourceEdit which is used for getting the "RoleName" property.
What is the best practice for these list scenarios? The ProjectResourceEdit is the only thing on the page that requires the RoleList by the looks of it so that leaves me with questions:
Beta Was this translation helpful? Give feedback.
All reactions