You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear Team, This is just for information that I am trying to create everything dynamic application by using WPF Net Core 3.0, C#, DynamicExpresso, .Net Standard and Azure Cosmos Db. My questions about performance and best practice for below scenario:
For master page: Dynamically create CRUD operation in code behind or by using coding.
Multi-models Page: Dynamically create multi-model page in tabs.
Wizard Page: Dynamically create wizard page with multi-model operations.
I tried the same and working fine but I am worried about performance and any disadvantage for using such type of dynamic scenario.