How do Delphi, WPF .NET Framework, and Electron perform compared to each other, and what’s the best way to make an objective comparison? Embarcadero commissioned a whitepaper to investigate the differences between Delphi, WPF .NET Framework, and Electron for building Windows desktop applications. The benchmark application – a Windows 10 Calculator clone – was recreated in each framework…
We have been exploring some of the best IoT solutions with Delphi and C++ Builder in the last posts. For instance, the Heart Rate Monitor IoT component pack which provides heart rate measurements for IoT devices that utilize the standard GATT-based heart rate service.
If…
LearnCPlusPlus.org :: Editor's Picks 3D Perseverance Simulation, Unit Tests, Sorting, Vectors, Optimization, Linked Lists
March 17, 2021
Hello C++ Builder Developers,
We have more post picks for you from the LearnCPlusPlus.org web site, here we listed some of interesting posts from February. If you are beginner or want to jump in to C++ Builder please visit our LearnCPlusPlus.org web site for the great posts…
Sometimes Developers Want to list or Identify USB Devices History in a machine programmatically. Don’t know what to do? Don’t worry. MiTec’s System Information Management Suite’s component helps to enumerate the USB Devices History we will learn how to use use the TMiTec_USBHistory component in this blog post.
Platforms:Windows.
Installation Steps:
You can…
Blazing Fast macOS Development With Native macOS Components
March 16, 2021
Native applications feel really good. You know what I am saying! They look nice and work better. And no flickering or eating lots of memory. With Delphi and C++ Builder you can build cross-platform native applications easily in no time.
FireMonkey offers full access…
Do you need to list down the Task Schedulers in your machine from your Delphi App programmatically? How do enumerate among the Task Schedulers quickly? Don’t know what to do? Don’t worry. MiTec’s System Information Management Suite helps to enumerate the Task…
Easily Create Robust Cross-Platform IoT Solutions With Message Queuing Telemetry Transport (MQTT)
March 15, 2021
Most of the developers already familiar with HTTP web services. HTTP is a synchronous protocol so the client waits for the server to respond which comes at the cost of poor scalability. And synchronous communication is problematic when it comes to high load systems. Moreover, HTTP is one-way that clients cannot passively receive commands from the network.
For these causes, most…
Using Credentials Manager on windows allows users can easily identify the cached network credentials. However, Sometimes Developers need to list down the cached windows network credentials from a Delphi App programmatically? Don’t know how to do it?. Don’t…
Additional Considerations and Links on RAD Studio 10.4.2
March 15, 2021
I’ve collected a few additional blog posts with information about new features in the latest version of Delphi, C++Builder and RAD Studio, which is receiving very positive external customers feedback.
Last month Embarcadero made available RAD Studio, C++Builder and…
Easily Target 5 Major Platforms With Delphi Over More Limited WPF And Electron Frameworks
March 15, 2021
How do Delphi, WPF .NET Framework, and Electron perform compared to each other, and what’s the best way to make an objective comparison? Embarcadero commissioned a whitepaper to investigate the differences between Delphi, WPF .NET Framework, and Electron for building Windows desktop applications. The benchmark application – a Windows 10 Calculator clone – was recreated in each framework by…