nogic1008/T4Sample
How to Use T4 in .NET Core + VSCode
This project helps .NET Core developers automatically generate boilerplate code, like classes for database tables, directly within their VS Code workflow. It takes T4 templates and metadata about your data structures and outputs C# code files. This is designed for software developers building applications with .NET Core who want to streamline repetitive coding tasks.
No commits in the last 6 months.
Use this if you are a .NET Core developer looking to automate the creation of C# code, such as entity classes from database schemas, within Visual Studio Code.
Not ideal if you are not a .NET Core developer or if you prefer manual coding over code generation tools for your projects.
Stars
39
Forks
5
Language
C#
License
MIT
Category
Last pushed
Mar 19, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/nogic1008/T4Sample"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
serenity-is/Serenity
Business Apps Made Simple with Asp.Net Core MVC / TypeScript
sjh37/EntityFramework-Reverse-POCO-Code-First-Generator
EntityFramework Reverse POCO Code First Generator - Beautifully generated code that is fully...
mganss/XmlSchemaClassGenerator
Generate C# classes from XML Schema files
dadhi/FastExpressionCompiler
Fast Compiler for C# Expression Trees and the lightweight LightExpression alternative....
filiptrivan/spiderly
.NET (C#) boilerplate code generator that transforms an EF Core model into a fully customizable...