On 12 January Serge Pilko, Embarcadero MVP and founder of Softacom, a world leading Delphi software development services and software solutions provider, published a video of his interview with Alister Christie, author of the legendary “Code Faster in Delphi” and the creator of hundreds of videos that have shown many of today’s Delphi developers around the world how to program and…
Code Size Benchmark Comparison Between Delphi And Electron
February 19, 2022
Code size is a simple metric that compares the number of lines of code required to create the benchmark application in the study. The “Discovering The Best Cross-Platform Framework Through Benchmarking” whitepaper evaluates two frameworks supporting…
Final Build Times With Delphi And Electron - Benchmark Study
February 19, 2022
The final build time metric in the “Discovering The Best Cross-Platform Framework Through Benchmarking” whitepaper measures the total amount of time required for the framework to produce the final build for the benchmark application. The whitepaper evaluates two…
The Beginner's Guide to Clean Code Windows Development
February 18, 2022
Designing a well-crafted and easily manageable software system is the ultimate goal of any professional developer. Therefore, we need the best windows development tool and coding practices to achieve this goal. Clean coding is one such core practice that can help us in our mission. However, unfortunately, many new developers are not even aware of clean coding. So, let us briefly discuss clean…
What You Need To Know - A Beginner's Guide To Windows UI Toolkits
February 17, 2022
A control or component is a user interface (UI) element that displays content or enables interaction. Components are the building blocks of the user interface. A ‘pattern’ is a recipe for combining several controls to make something new. This article gives a…
How To Make Facebook Posts From Windows And Mobile Apps
February 16, 2022
At Softacom, as a software company specializing in mobile and Windows app development using Delphi, we often integrate clients’ software with 3rd party services using API. In this article we show you how to automatically create posts on Facebook from your Delphi apps…
A Cornucopia of Tools To Leverage
February 16, 2022
Delphi and C++ developers have a wide spectrum of available tools to help build solutions for their companies and customers. Beyond just the compiler, IDE, components and libraries, Embarcadero and Idera provide tools you can leverage to get development done faster and with higher quality. Here is a quick rundown of all of the tools.
Developer Tools
Delphi and C++Builder (Professional…
This Is How To Develop C++ iOS Apps On Windows 11 Today
February 16, 2022
The C++ Programming language is one of the most broadly used software programming languages. It can be downloaded easily and allows users to develop high quality professional applications for all sorts of different platforms for modern desktop and mobile devices. It’s hard…
5 Compelling Reasons Why You Need IDE Software
February 15, 2022
Right now, we’re facing one of the most challenging times in IT. Enterprises are looking to accelerate improvements to keep up with rapidly changing market conditions. Hence, impacting the role of IT and piling more pressure on developers to deliver more business…
Delphi WinUI 3 Demo
February 15, 2022
Yesterday, on Delphi’s 27th anniversary Embarcadero released a WinUI 3 demo that I presented in the anniversary webinar. Here is the official announcement along with some more technical information. The demo is available in GetIt.
Introduction
Microsoft’s Windows App SDK (previously known as Project Reunion) includes a new native UI framework called WinUI 3. WinUI 3 is the current UI…