Embarcadero has just released version 7.13.6 of the InterBase ADO.NET driver and its related Entity Framework support.
This release is focused on EFCore (Entity Framework Core) scaffolding support.
The primary driver has a few bug fixes mainly around the situation when you are making a connection requesting dialect 3 or with no dialect included (which defaults to 3) but the database itself is a…
10 Tips to Rapid Development With A C++ IDE
March 26, 2023
1. Download the latest C++ Builder 11 (RAD Studio 11) Community Edition / Professional / Architect / Enterprise
C++ Builder is the easiest and fastest C and C++ IDE for building everything from simple to professional applications on the Windows, macOS, and iOS…
How To Use Very Large Numbers In C++ Builder
March 22, 2023
Hello C++ Developers. In recent weeks there was another milestone when the latest RAD Studio, C++ Builder 11.3 was released. This release focused on quality and a myriad of improvements. For C+ Builder specifically, code compilation is highly improved and there are many more…
Learn How To Use GPT-3 AI And Templates In C++
March 15, 2023
Hello C++ Developers, this week is another milestone for the C++, the latest RAD Studio, C++ Builder 11.3 has been released. This release is focused on quality and improvements. In C+ Builder, code compilation is highly improved in RAD Studio 11.1.5 and 11.2 and there are…
Calculating Pi in Delphi for Pi Day 2023
March 14, 2023
Update: I revisited the calculation of Pi with even more digits.
In the United States today, March 14th is π day (3rd month, 14th day, or 3/14). Traditions involve eating pie, the pastry, and calculating Pi, the irrational mathematical constant.
Animation of the…
The New VCL ControlList Multiple Selection in Delphi 11.3
March 13, 2023
There is a small new features in the VCL library in the recently released Delphi 11.3, the option to enable multiple selection in the ControlList component of the VCL library.
What is a ControlList?
The ControlList component was introduced to the VCL a few years back to…
Hello C++ and Delphi Developers,
Today we are looking at strings, mostly String Operations in your Modern C++ app. We also added some older functions or methods which are still popular C and C++ string operations that you come across while coding. We will learn to swap…
More Examples About Template Parameters In C++
March 8, 2023
Hello again. One of the great features of modern C++ is the ability to define templates which are simple and very powerful statements in C++. We published a lot of posts before about templates in C++ and this week we have more examples to take us further along the path of…
This is the final entry in the Enterprise Article challenge. We’ve had some great submissions from all kinds of developers who are using RAD Studio with Delphi and C++ Builder for Windows app development as well as a whole host of cross-platform apps for Android and…
If you want to deploy RAD Server on a Linux environment (on-premise or cloud-based) it is mandatory to deploy an instance of InterBase as well because it is the database used by RAD Server to store all its internal data.
This is quite straightforward in most cases, and you…



