C++DelphiIDERAD Studio

My 7 Favorite Software Development Productivity Tools

There are a huge number of Windows App Development tools available on the market. However, not all of them can boost productivity effectively. So, choosing the right one can be tricky. In this post, you will find 7 of my favorite desktop software development tools. They have enabled me to enhance my productivity significantly. Let’s take a look at them. 1. Delphi Delphi is an advanced IDE…
Read more
C++CodeDelphiRAD Studio

RAD Server CRUD Procedures - Part 1

In this RAD Server CRUD Procedures – Part 1 post, we will discuss the the default generated CRUD procedure implementations from the RAD Server Package Wizard. In the RAD Server CRUD Procedures – Part 2 post, we will discuss modifying the default generated CRUD procedure implementations from the RAD Server Package Wizard using both Delphi and C++ Builder, to show possible ways to…
Read more
DelphiInterview

Developer Stories: Ruslan Gospodarencu Explains His E-Schimb Software

Ruslan Gospodarencu started working with version 6 of Delphi. He submitted his software (E-Schimb) as a showcase entry at the Delphi 26th Showcase Challenge and we asked more about his adventures with Delphi. Visit his website at E-Schimb for more details about his software. When did you start using RAD Studio/Delphi and have long have you been using it? I’ve started to use Delphi…
Read more
C++

Learn To Use ExchangeRates API With REST In C++ Builder

Do you want to add live exchange rates features to your applications? You can easily get live exchange rates in our C++ Builder and Delphi applications by using ExchangeRates API from theexchangeratesapi.iothat is free for 250 requests monthly. It is very easy to set up and get data in JSON format, which means we can easily use the REST framework to connect this data. If…
Read more