C++CodeDelphiIDERAD Studio

20 Fun Facts About Clean Code Development On Windows

If you carry out native development on windows for a living, clean coding can add fun and enjoyment to your job. Let us explore some fun facts about clean code windows program development. 1. Why is change inevitable in any software system? A discarded software does not need any change. However, any successful software will require many changes for compatibility, addition, correction, legal…
Read more
CodeDelphiRAD Studio

The Top 5 Misconceptions About Windows Program Development

The Windows operating system is the most used desktop operating system in the World. Windows 11 launched with a substantial firestorm of publicity from Microsoft. With the new innovations such as the excellent Windows Subsystem For Linux (WSL) there seems to be a large uptick in interest from coders looking to Windows program development. Microsoft have consolidated their position as the dominant…
Read more
DelphiProductivityWhitepaper

Code Size Benchmark Comparison Between Delphi And Electron

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 multi-platform desktop application development: Delphi and Electron. This is the fifth in a series of blog posts looking more closely at…
Read more
DelphiRAD Studio

What You Need To Know - A Beginner's Guide To Windows UI Toolkits

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 guide for Windows UI development and design guidance for better UI development with modern Windows UI toolkits. The Delphi…
Read more