I know there is an example of code generation for asp.net mvc
Q1: I want to know how to map standard variables (which seem to be java specific) to .net folders in a solution.
# -------------------------------------------
# STANDARD VARIABLES
# -------------------------------------------
# --- Folders
SRC = src/main/java
RES = src/main/resources
WEB = src/main/webapp
TEST_SRC = src/test/java
TEST_RES = src/test/resources
DOC = doc
TMP = tmp
# --- Packages
ROOT_PKG = org.foo.bar
Q2: For multiple project solution like below in an abp.io based solution, do I need to create multiple telosys projects with a set of template bundles for each? How do I handle various paths for different projects in Telosys config files I would probably like to build a Visual Studio extension that would extract project folders and namespaces and modify programmatically telosys config files to match.
Here is an example of an open source asp.net core framework abp.io can have front end (in a project each): Angular, MVC Razor pages, Blazor,
It supports multiple DBs: Entity Framework, Dapper
Its solution structure is like this:
The content of the solution file is like this (pointing to individual project files which are in separate folders)
** Q3: How to have a metadata annotation to exclude an attribute in a list form or exclude it from editing**
Q3 answer :
When you need a specific information for an attribute the simplest solution is to use a "tag".
You create any tag as you want (it's just a string starting with "#").
For example use "#exclude" tag for an attribute in the model :
and use it in the template file :
See : https://doc.telosys.org/dsl-model/tags