Nacho Man Randy Cabbage
Proper way to constantly log to file
Oh wait just read this "Instead, synchronously add log messages to an in-memory queue and have a background worker pull the messages out of the queue to do the asynchronous work of pushing data to SQL Server."
17 replies
Proper way to constantly log to file
Microsoft libraries are typically fine. We essentially copied this already for setting the log level in a config file and formatting the messages and all that. Am I missing where it talks about the actual logging process itself?
17 replies
Binding DataGrid to DataTable. DataGrid's ItemSource is null on first load. - WPF
@SpReeD yeah I would love to use the toolkit, unfortunately this is an a massive older app relying on mvvmlight and just don't have the time to convert it all.
5 replies
WPF: Bind to each value of a property generated via reflection in ObservableCollection
Have never done anything with source generators before, but I'm guessing that would just replace the reflection part? Would I still have to re-create the collection of properties every time I select a new object? Like if I listed out every property by hand in the xaml it would look something like
for every property
11 replies