telosys-templates-v3 / csharp-web-mvc

Telosys 3.x templates bundle for C# MVC web application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Telosys templates for C# web MVC application

This bundle of templates is designed to generate a C# web MVC application with Telosys.

It provides a set of templates to generate Controllers, Models and Views.

Requirements

  • Microsoft SQL Server.
  • A Web Application MVC Visual Studio project with EntityFramework installed (via nuget).

Usage

  1. Define all your domain entities in a model

  2. Use Telosys to download and install this bundle of templates

  3. Define the NAMESPACE project variable
    In telosys-tools.cfg file : set ProjectVariable.NAMESPACE
    Example :ProjectVariable.NAMESPACE=project
    ( if the project variable is not defined a default name will be used )

  4. Define the source folder (where to generate the source code)
    In telosys-tools.cfg file : set SRC

  5. Generate the code with Telosys.

Credits

Thanks

License

This bundle is free and Open Source LGPL v3 License (See the LICENSE file in this repository).

About

Telosys 3.x templates bundle for C# MVC web application

License:GNU Lesser General Public License v3.0