luylucas10 / aspnet-telosys

C# basic web MVC 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

License

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

About

C# basic web MVC application

License:GNU Lesser General Public License v3.0