Thursday, 28 March 2019
Several days ago, we got the final results of a comparison of WPF and ElectronJS performance for one of our projects. The applications should load quite big files with data series and show all the data on the same line chart. Of course, the application is doing much more functions, and we were working on it for 4+ years, but these is some of the most important features from point of view of performance. During loading data, we do a lot of memory allocations, and some parsing operations and charts give us drawing performance which is very important for the application. In the test, we used files up to 100Mb which is not the maximum size of production files, but our 4 years old WPF application built with a straight-forward WPF approach (MVVM and all the best from WPF and .Net) was not able I...
Sunday, 14 September 2025
How long does it take to truly understand your company’s mission? Not just a tagline, but the real value you bring to clients and the world. It took me nearly 15 years to articulate what Kvinivel Inc....
Wednesday, 20 May 2015
Maybe some people already know this feature, but I was discovered it only today. A lot of JS debugging brings some benefits, and today I found the possibility to edit code and save it on disk with (or...
Monday, 15 February 2016
Setup Install the latest mono as described at (http://www.mono-project.com/docs/getting-started/install/linux/#debian-ubuntu-and-derivatives). Install Visual Studio Code from Just unpack and start. no...