chilldog
chilldog
CC#
Created by Djinn on 9/23/2023 in #help
❔ EFCore migrations from existent database
Bruh
6 replies
CC#
Created by Djinn on 9/23/2023 in #help
❔ EFCore migrations from existent database
and also the other big thing is just making sure you dbcontext and entities match the db, but seems like they are if you got this error. you create the migration with dotnet ef migrations add InitCreate. you also probably want to make a Persistence project that tracks these migrations for you
6 replies
CC#
Created by G on 9/22/2023 in #help
❔ ✅ portfolio guidance
use next.js or sveltekit and a CMS if you want a blog on there, keep it simple! Deploy with netlify
6 replies
CC#
Created by Djinn on 9/23/2023 in #help
❔ EFCore migrations from existent database
try using dotnet ef database update <nameOfYourMigration>, this will let ef core know that your initial migration has been applied.
6 replies
CC#
Created by xarop_pa_toss on 12/7/2022 in #help
✅ Need persistent Dictionary that can be used between classes.
5 replies
CC#
Created by kiran on 12/8/2022 in #help
❔ fullscreen console
i would just add a suggestion to user to fullscreen window,
25 replies
CC#
Created by kiran on 12/8/2022 in #help
❔ fullscreen console
you want it to be full screen when you run the app?
25 replies
CC#
Created by khamas on 12/4/2022 in #help
✅ bind prop or field to Entry in MAUI
If you read through the article it is talking about a few different solutions to your question I think. I would go through and try out the demo.
18 replies