enkodellc / blazorboilerplate

Blazor Boilerplate / Starter Template with MudBlazor
MIT License
1.87k stars 372 forks source link

Code Generator Tool from SQL #208

Closed enkodellc closed 3 years ago

enkodellc commented 4 years ago

One of my big goals once the restructure branch is going is to build a code generator for existing Sql projects. Not sure if this is completely feasible but I am going to try. I have an Asp.net project that I want ported to Blazor. One of the main reasons why I started Blazor Boilerplate is for that project. So if anyone is interested in collaborating let me know. FYI this would be a couple months out.

GioviQ commented 4 years ago

It is not clear to me. Do you mean existing SQL DB -> Entity Framework?

enkodellc commented 4 years ago

My goal would be to take an existing SQL DB and do code generation for all the layers of the application. Even if it is very basic to start it would save time / typos. I have done it once before.

juicebyjustin commented 4 years ago

@enkodellc have you made any progress on this?

enkodellc commented 3 years ago

@GioviQ has added most of the code automation within BB by using T4 templates in the src/Utils folder. I am closing