Using Marten in a WPF application #3342
Replies: 4 comments 6 replies
-
Starting here just as a bootstrap point, adapting some extensions rooted to Couple other nuances jumped out at me. Various Marten store expressions returns, for starters. Also, the various While initially I do not anticipate leaning into the event sourcing, I may eventually do that. Could be potentially interesting for some internal scheduling assets I will be doing in the same application environment. And the configuration to boot. |
Beta Was this translation helpful? Give feedback.
-
And as a sidebar side note, I see there is support for |
Beta Was this translation helpful? Give feedback.
-
Deleted typo comment previous to this one. But still, I see what is happening with the namespace System.Windows
{
public interface IConfigureMarten
{
void Configure(Application app, StoreOptions options);
}
} |
Beta Was this translation helpful? Give feedback.
-
Decided to pursue a slightly different angle (discord design and arch thread) to see if there was not a more direct path. Something based around |
Beta Was this translation helpful? Give feedback.
-
I see a lot of notes, bootstrapping and so forth, but all geared it seems around an ASP.NET type of environment. What is the guidance entertaining an WPF application host environment?
Beta Was this translation helpful? Give feedback.
All reactions