I have a solution with two projects. The first project contains the definition of the database model and the second has the forms. I wonder what is the best way to use DesignData in the second project with the model defined in the first project. How do I link?
I have a solution with two projects. The first project contains the definition of
Share
Look into an MVVM architecture
You get the benefits of MVVM architecture by splitting out and seperating the concerns of the Model, the view and the business logic (view model).