The Twenty Percent

Popups And Prompts

Prompting the user

I want to add a way for a view model to await a user prompt. Something like:

var tag = await PromptService.Prompt<ITagViewModel>();

I’ve got some avenues to approach this challenge:

I added AsyncCommand from the Xamarin CommunityToolkit, which looks really good.

Question I need answered:

  • What is a DbContext?
  • Can I cache fetched data in the DataStore, using EntityFramework?
  • What is a Scoped instance?