-
Thank you for this interesting project. I am trying to see if I can use this to implement a bit of MVVM in Excel. I saw your indication that this is super experimental.
I am getting a type mismat…
-
I am trying to implement an interface created in a C# assembly in .NET 8, which has both static virtual and abstract members. However, it's not possible to implement this interface in a Visual Basic c…
-
### Description
I get an exception when I tap or hold on listview items. Unfortunately it happens randomly. I think it started with the latest VS for Mac updates (Xamarin.iOS 13.4.0.2).
This only ha…
-
Looking at the documentation and example projects provided by popular State Management libraries, most separate Data Logic from Widget Logic, with some kind of object that connects them together (exam…
-
### Description
I'm working on porting the [KAMISHIBAI](https://github.com/nuitsjp/KAMISHIBAI) MVVM library from Xamarin.Forms to MAUI. I've bumped the version of Xamarin.Forms to the newest stable r…
-
I came to the insight, that the Flux/Redux Pattern is "better than" MVVM.
The main point is a better understanding/debugging of the flow of events.
In MVVM we have typically databinding, someti…
-
This is a very nifty trick from [ios-oss](https://github.com/kickstarter/ios-oss) which was built around MVVM pattern. It uses protocol to define input and output, and a container protocol to contain …
-
I have read here in this forurm that Bxf is a very simplistic framework and not recommended for Production applications, what are you folks using for production WPF applications?
any thoughts/recommen…
-
在ubuntu20.04上编译项目,项目需要用到poco库。
步骤一:下载Poco库(我用版本为1.9.4),根据其README,./configure然后make, make install, 得到编译的二进制库:
```
./configure --prefix=/my/path/3rdparty/ubuntu/poco-1.9.4 \
--shared --stati…
-
Just noticed this via search for catel and although this is a good idea, what's the benefit of this over:
1. ReSharper (custom extensions that can convert this)
2. Visual Studio analyzers (which c…