Hacker News new | ask | show | jobs
C#/.NET Core Template for a SaaS API (indiehackers.com)
7 points by rbluethl 1608 days ago
2 comments

I think it's a good idea and I wish there were more projects like this - I work on existing projects much more often than I start on new projects, and often enough I'll be using a new technology when I start something new so I probably will make mistakes in what I do.
Thanks for your response! That encourages me to start working on that project. I think there's a need for that too.
I would love something like that. I also wanted to have a cross between Django and .NET

* Generic Views = Generic Controllers * Simplified Auth * Classed Based Forms

I'm not a Django expert, but I'm generally a fan of simplicity and great design which I would definitely apply here. Thanks for your feedback.