Re: [Development] QWebChannel .NET client available

2018-05-24 Thread Arno Rehn
Am 24.05.2018 um 13:55 schrieb Milian Wolff: On Thursday, May 24, 2018 1:10:12 PM CEST Arno Rehn wrote: in addition to the Python WebChannel client, we've also created one for .NET: https://github.com/MenloSystems/webchannel.net It supports .NET 3.5 and .NET 4. With dynamic objects (i.e. late

Re: [Development] QWebChannel .NET client available

2018-05-24 Thread Milian Wolff
On Thursday, May 24, 2018 1:10:12 PM CEST Arno Rehn wrote: > Hi, > > in addition to the Python WebChannel client, we've also created one for > .NET: > > https://github.com/MenloSystems/webchannel.net > > It supports .NET 3.5 and .NET 4. With dynamic objects (i.e. late > binding) support in the l

[Development] QWebChannel .NET client available

2018-05-24 Thread Arno Rehn
Hi, in addition to the Python WebChannel client, we've also created one for .NET: https://github.com/MenloSystems/webchannel.net It supports .NET 3.5 and .NET 4. With dynamic objects (i.e. late binding) support in the latter, working with QWebChannel in C# is actually quite pleasant. A C+