-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scaffolding models as we once did in MVC #26
Comments
XAML PowerToys used to do something like this. Is this the kind of thing you're after? |
I have something similar that I also plan to bring to VS2022 (& MAUI) at https://rapidxaml.dev/generation |
Honestly, I haven't switched to C# markup yet. |
I'm curious, why do you think doing it in C#Markup would be better? |
I'm curious, why do you think doing it in C#Markup would be better? Perhaps my personal issues with XAML. I get disappointed in XAML once when I realize that I can't do WYSWG like on winforms. I am not fan of XAML from erly stages of Xamarin when it was slow and bugy. Also I think that gui in C# is smoething new and if we catch in step on time we will be top. I learned a lot of HTML using Scaffolding methods mentoined before. Sorry for late answer I was on weekend stay. Also one crazy idea for Scaffolding is to read swagger.json file (open api ). |
Exactly.. that would be a great feature... |
It will be great if we cloud Scaffolding CRUD pages using models, as we once did in MVC projects,
In MPC we had to choice model and which CRUD operation page need to cover and engine did the rest.
The text was updated successfully, but these errors were encountered: