Convention-based .net stack #9046
freer4
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I built a thing, would love for some smart people to take a look at it, poke holes in bad code, etc.
https://github.com/freer4/ef-vue-crust
https://github.com/freer4/ef-vue-mantle
Basically, my idea is to use entity framework code-first models to handle define data structure. Then a pair of packages (one NPM, one NuGet) for juggling from the database to the template and back.
I've been doing a lot of refining lately with a real life use case (not live yet) to work with. It seems to be working pretty well. I've done some cool stuff like infinite scrolling with lazy loading records with it that works like a charm.
Beta Was this translation helpful? Give feedback.
All reactions