This is a bonus post from the series about the integrating Interbase with .NET apps, and today we’ll talk about the incredible Interbase feature called Change Views™.
Just in case this is your first visit here, I have a recap for you in the chronological order the previous posts were published:
Introducing InterBase for .NET – A Super-Secure Embedded Data Warehouse For .NET…
Alister Christie And Serge Pilko Talk Delphi, Part 3 of 3: Why Delphi, And Why a New Book
March 7, 2022
On 12 January Serge Pilko, Embarcadero MVP and founder of Softacom, a world leading Delphi software development services and software solutions provider, published a video of his interview with Alister Christie, author of the legendary “Code Faster in Delphi” and the…
There are dozens of Windows software makers; the powerful tools and programming languages used to create Windows GUI applications. Most of them require you to write thousands of lines of code to do even the most basic tasks, such as drawing UI elements. Yes, several of them…
The Story Of The C++ Compiler And How To Wow Your Users
March 4, 2022
Hello C++ Developers,
Do you want to read about the long and successful story of C++ Compiler and programming language including C, Turbo-C++, Borland C++, C++ Builder, Visual C++, GNU C/C++, and Objective-C languages and IDEs? Well I’ve included a link below to just taht story. It’s one of the very many excellent C++-focused articles you can find every single day…
Native Windows Development Clean Code Has A Dirty Secret
March 3, 2022
There are many benefits of using clean code for native windows development, but increased productivity might be the most important. A productive development tool will save developers time and effort. Moreover, it will also minimize system downtime and customer frustration…
Android on Windows 11: A Developer's Perspective
March 2, 2022
The Windows Subsystem for Android (WSA) integrates native Android apps into the Windows 11 desktop. This post will teach you how to set up and configure the Windows Subsystem for Android for use in software development. It will be much easier for developers to replicate this…
It seemed like many people thought Windows 7 was great and Microsoft should stop there. However, Microsoft recognized that what people thought of as their primary computing device was changing. Apple’s iPad and the inexorable rise of the mobile phone meant people were starting to interact with the internet and the new streaming services in ways which threatened Microsoft’s…
The C++Builder 25th Anniversary: Historical Article on C++ Builder Language Extensions
March 2, 2022
To help celebrating C++Builder 25th anniversary, I’m republishing a very old article of mine on the C++ language extensions introduced by Borland back then.
As you have probably heard, soon after Delphi’s 27th birthday, C++ Builder is celebrating its 25th…
20 Fun Facts About Clean Code Development On Windows
March 1, 2022
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…
Top 10 How To's: Windows 11
February 27, 2022
The most recent version of Windows, Windows 11, was released in October 2021. It is critical that you update your applications to support it. RAD Studio 11, Delphi 11, and C++Builder 11 previously supported Windows 11. Let’s take a look at our top ten How-for to’s the highly anticipated Windows 11 release.
1. This Is How To Develop C++ iOS Apps On Windows 11…