This is a C# MVC application Telosys Template.
Template purpose : generate the MVC C# files based on your database/dsl model.
The generated files provide the Controllers, Models and Views. You can use them easily with your Visual Studio project.
- Microsoft SQL Server.
- A Web Application MVC Visual Studio project with EntityFramework installed (via nuget).
- Download the template.
- Provide your DSL/Database model.
- Configure the
ProjectVariable.SOLUTION_NAMESPACE
variable in thetelosys-tools.cfg
file of your Telosys project.
Example :ProjectVariable.SOLUTION_NAMESPACE=project
- Generate the code with Telosys.
- Import the generated files in your project and run it.
- Made by Romuald Tuffreau.
- Laurent Guerin, creator of Telosys Tools.
This project uses the LGPL v3 License (See the LICENSE file in this repository).