The XAF Solution Wizard has successfully generated the solution according to your settings.
- The NumeratorTestSolution.Module project keeps your platform-agnostic code.
Add persistent objects code to the Business Objects folder of this project and XAF will automatically create a UI to create, read, update and delete these persistent objects.
- The NumeratorTestSolution.Win project is a startup project for the desktop application.
- The NumeratorTestSolution.Web project is a startup project for the web application.
- To specify the database used by your application, modify the ConnectionString attribute in the configuration file located in the startup project.
|
3. Implement custom behavior
|