News

The Idera Inc. Family of Brands 2/3 - Developer Tools

In the second of a three-part series, we are looking at the family of brands to which Embarcadero belongs. The first and third articles in the series are also available. As a RAD Studio, Delphi, C++Builder and InterBase user you’re likely aware that Embarcadero is a subsidiary of the Idera Corporation. The Idera Corporation also owns a number of other brands that fall into three broad groups…
Read more
Case StudyDelphiDeveloper InterviewsRAD Studio

How Delphi Helped Us Stay Out Of Jail

One of the frequent enterprise software uses I’ve heard of for RAD Studio with Delphi is in the banking or financial industries. It seems like these markets focus on Windows app development and the more you look the more you find Delphi is whizzing away behind the scenes. Delphi’s powerful data handling and rock-solid reliability and robustness means it enjoys a very positive…
Read more
News

Announcing Enterprise CodeRage 2022

Join Embarcadero for this short two day virtual conference on Enterprise development with your favorite development tools. December 20th and 21st from 10 AM to 5 PM CST each day, all free. Topics include multithreaded algorithms, SQL databases, custom VCL styles…
C++IDERAD Studio

How C++ Program Works With Libraries

The C++ programming language is one of the most popular programming languages. C++ is the highly evolved and modern app building software comes with a lot of libraries and with header files to define functions in these libraries. Libraries are one of the main important parts of the C and C++ languages. For example, you can use <stdio.h> library – or <cstdio> in C++ – for the…
Read more
Delphi

WinForms vs WPF vs UWP: Expectations vs. Reality

The first step during Windows app development is determining which Windows app development tools you will use. Let’s do a WinForms vs WPF vs UWP comparison and look at a better alternative from Embarcadero.  Microsoft currently provides three different frameworks and solutions for Windows development that we will cover in this article. The three solutions are WinForms, WPF, and UWP.
Read more