C++DelphiIDENewsRAD Studio

The Parallel Debugger plugin is now available for RAD Studio 11!

The Parallel Debugger plugin, originally from Parnassus, is now available in GetIt for RAD Studio 11.x (ie 11.0 and 11.1.) This follows up making Bookmarks and Navigator available a few weeks ago. The Parallel Debugger is an addon that lets you see what’s going on in all threads in your app at once. A traditional debugger in the IDE shows only one thread, one call stack, and so forth. The…
Read more
IDEWindows

Is Windows App Studio Dead? What Is The Best Alternative?

Windows App Studio was a popular and free web-based tool built by Microsoft. The app studio enabled anyone to create Universal Windows Platform (UWP) apps, but it has been depreciated. RAD Studio is a popular choice for developers globally as an alternative to Windows App Studio.  Many subscribed users and developers using Windows App Studio who were particularly involved with the platform asked…
Read more
C++

How To Build Desktop Apps For Windows?

These days desktop applications have become quite popular due to many reasons such as better performance. Even though there are many platforms nowadays, Windows stands out from the others. Therefore most developers tend to first release their application to Windows. With the…
DelphiIDERAD Studio

Everything You Need To Know About An IDE For Coding

Programmers write code on different operating systems like Windows, Linux, and Mac OS. Each OS has a dedicated IDE, but there’s a good selection of IDE tools out there when you’re searching for an IDE for coding. These include tools for writing, building and testing the code. Using an IDE gathers together a number of development tools under a single framework, application, or service…
Read more
C++IDERAD Studio

What IDE Is Best For Creating C++ Software?

C++ is one of the most powerful programming languages as well as being one of the world’s most popular. It has many pre-defined variables, functions, and libraries. Using a fast and reliable C++ software editor, IDE and C++ compiler is very important for beginners and…
DelphiNewsWebinar

FreeAndNil() - Delphi Developer Debate

You are familiar with FreeAndNil(), but do you use it? How often? Are you using it right? As with most things in software development, it is a complicated topic. So let’s see what the experts have to say. We are going to debate the details in a friendly discussion with…
DatabaseDelphiTech Partner

This Is How To Use ADO And FireDAC With Databases

From this article, you will learn the difference between working with databases via the ADO technology and the FireDAC library. Using the right database technology is often a critical part of designing your apps, particularly for Windows application development where there is a very rich array of database choices, not all of which may be hosted on a Windows server. ADO (ActiveX Data Objects) is…
Read more