-
The data tables which drive the USE are derived from (but not supplied by) Unicode, and are used by (but not exactly specific to) OpenType. (When I say they are not exactly specific to OpenType, there…
-
Create an abstract base class for INPC if it does not exist, or use and implement one if it does exist.
This removes clutter and code duplication if you have more than a few ViewModels.
Before:
`…
-
From a discussion with Tom.
We should provide the ability to generate a DB file using Jinja.
For example the PSC IOC SR-05I-PC-IOC-01 has the generated DB file pasted below.
We could do this …
-
-
### Overview
A class for weakly subscribing to events is a useful concept that has been implemented many times in various projects.
I currently use Xamarin Forms with Xamarin Community Toolkit, …
-
Is there a possibility to configure the C# client generator (from MSBuild) to generate INotifyPropertyChanged?
-
Hello @demigor,
First. Wow! When I googled "virtual dom in xaml wpf" I did not expect anything to see.
Next. Thumbs up for demos!
To the topic. The state of things in WPF is rather stale. Given tha…
dadhi updated
8 years ago
-
## Summary
Allow UI bindings to happen from properties that raises notification changes from any non-UI Thread
## Rationale
When you're binding properties, you must always raise property chan…
-
Here is class generation code:
var schema = JsonSchema4.FromSampleJson(jsonData);
var generator = new CSharpGenerator(schema, new CSharpGeneratorSettings()
…
-
I have a c# dynamic object which I have added a property `A` to previously. I then try to do
```
var d0 = this.WhenAnyDynamic(new[] { prop }, p => p.Value)
.Subscribe(v => lens.Curre…