Salman
Blazor WASM + prerender - handling forms on client & server
btw there's a dedicated blazor channel in Dotnet Evolution you can ask it there as well : https://discord.com/channels/732297728826277939/732297874062311424
8 replies
Blazor WASM + prerender - handling forms on client & server
so far I've not used WASM myself and only used server components so I dont know how longer it takes to load. But in the demos of the ongoing conference, it loaded pretty quickly , but again I've no idea how long it usually takes
8 replies
Blazor WASM + prerender - handling forms on client & server
I think I don't understand the question properly but about this :
I definitely prefer to have WASM handle the initial submission for interactive validation, status display, etcYes you can do that in WASM by using built in blazor validation...and submit the form only if the inputs are valid according to your validation rules i.e your View Model . And you submit the data to the server through API calls
8 replies
✅ How does dependencies works ?
This one also it looks better:
https://stackoverflow.com/questions/2306652/how-can-i-refer-to-a-project-from-another-one-in-c
30 replies
✅ How does dependencies works ?
@Hatred An8el check
https://learn.microsoft.com/en-us/visualstudio/ide/managing-references-in-a-project?view=vs-2022
30 replies
Inject IDbContextFactory or DbContext directly?
right check this part in the docs:
https://learn.microsoft.com/en-us/ef/core/dbcontext-configuration/#use-a-dbcontext-factory
15 replies