Xafari Server. Solution Creation
Create new Windows Forms application via XAF Solution Wizard, name it DemoApp. Use wizard to set following properties:
- Target platform: Windows
- ORM: eXpress Persistent Objects
- Security: Authentication – None
- Finish
Security System is not set intentionally. The fact is that to work with the RunCmd.exe utility it will be much easier, if initialize the application in a platform-independent module (so-called AppModule). Next you will see how it's done.