can I use caliburn micro in WPF application .net 7
Can I use Caliburn.micro nuget in a Wpf application project and not WPF App(.Net Framework), I want to use .Net 6 or later. If not can anyone recommend another helpful package to use MVVM in Wpf?
3 Replies
https://learn.microsoft.com/en-us/dotnet/communitytoolkit/mvvm/ is the most recommended helper lib for that these days
I prefer https://reactiveui.net
Thats all well and good, but reactive is a very different approach compared to caliburn
MVVM toolkit is very similar to caliburn micro