Miha Markič

Results 130 comments of Miha Markič

Ah, OK. I have a feeling it'd be a great tool for AOP on .NET Standard. Luckily Fody is starting to support it.

Unless I'm mistaken, this code won't work properly because it pulls data out from cache instead of pulling out only etag header and let dio do the actual request.

Implementing by ourselves would be a gigantic, if not impossible, effort. It's not just on client side, it's also tooling. What they are doing is using an interpreter (which Mono...

@JeroMiya While that might be achievable, the debugger and IDE support is not.

Tim, out of curiosity, why would you use these bindings over native XAML ones.

Sure it makes sense, good answer to a good question :) BTW, you might take a look the awesome binding Slodge is doing in MvvmCross. Much more advanced and open...

Not exactly, the base is similar but there is much more to it https://github.com/MvvmCross/MvvmCross/wiki/Databinding For example check out Tibet binding that does advanced stuff.

Those bindings are custom made, cross platform and don't rely on XAML bindings at all. Some of the fundamentals and ideas are similar. For example, you can bind against (literally)...