G
Ganesan Rengasamy
Guest
Hi
I have seen there is a scaffolding command line tool (dotnet aspnet-codegenerator) available to add the controller and views in the ASP.NET Core project. As of now I am developing the Scaffolding UI for my control as like default ASP.NET Core Scaffold UI which is we can use this in the inside of the Visual Studio. I want to scaffold my controls for my customers as like command line which is scaffold outside of the Visual Studio. I have checked the dotnet aspnet-codegenerator in the below link, this only add the edit, delete,etc... view files only. I want to add my custom view files with my code snippet of my controls in the core project.
dotnet aspnet-codegenerator command
Is there any way to develop the custom scaffolding command line.? Please suggest me on this.
Regards,
Ganesan Rengasamy.
Continue reading...
I have seen there is a scaffolding command line tool (dotnet aspnet-codegenerator) available to add the controller and views in the ASP.NET Core project. As of now I am developing the Scaffolding UI for my control as like default ASP.NET Core Scaffold UI which is we can use this in the inside of the Visual Studio. I want to scaffold my controls for my customers as like command line which is scaffold outside of the Visual Studio. I have checked the dotnet aspnet-codegenerator in the below link, this only add the edit, delete,etc... view files only. I want to add my custom view files with my code snippet of my controls in the core project.
dotnet aspnet-codegenerator command
Is there any way to develop the custom scaffolding command line.? Please suggest me on this.
Regards,
Ganesan Rengasamy.
Continue reading...