C++Delphi

Easily Create Robust Cross-Platform IoT Solutions With Message Queuing Telemetry Transport (MQTT)

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…
Read more
News

Additional Considerations and Links on RAD Studio 10.4.2

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…
CodeDelphi

Easily Target 5 Major Platforms With Delphi Over More Limited WPF And Electron Frameworks

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…
Read more