Which framework provides similar features to .Net as jhipster does for Java. I understand that there are separate libraries that can be brought together to work as the solution, but is there something pre-packaged to make things as quick and smooth as jhipster does?
JHipster, or “Java Hipster,” is a handy application generator that will create for you a Spring Boot (that's the Java part) and AngularJS (that's the hipster part) application.
Yes, there is JHipster.NET Blueprint available that is meant to be used in a JHipster application.
For further details regarding basic setup, installation and application creation, please refer here.
And here you can find the JHipster .Net Sample Application Template.
In .NET you can use scaffolding to achieve a similar effect to jHipster, the technique is called scaffolding. You can do it with Visual Studio on Windows using .NET Framework - you create a MVC/Web API app that will create Controllers and Views based on your Model class, check this link here.
You can also use .NET Core on Mac and Linux together with Yeoman to achieve the same thing, more info here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With