Skip to content

Projects

Simon Mourier edited this page Feb 19, 2020 · 1 revision

When you work with SoftFluent CodeModeler, you start with a project.

In a physical sense, the project is represented by one or more files on the hard disk. In the Visual Studio environment, the CodeModeler project is represented by a specific Visual Studio type of project.

In a logical sense, a project is the root concept that will contain all other concepts such as entities, enumerations, etc.

A CodeModeler project always defines a default namespace which is the first piece of information required to be able to create a project from Visual Studio:

Projects - Picture 141

Clone this wiki locally