Embarcadero and Baron Software Powerstudio case study which monitors SQL Performance

Rad Studio Delphi Development, Software development Concepts, Software Events, Software Releases, SQL Tips
Embarcadero and Baron Software has issued a case study that demonstrates the benefits of using Microsoft SQL Powerstudio product line.  Powerstudio is a robust package that monitors SQL performance and can provide assistance for clients to update or create tables, stored procedures, etc. for various SQL servers some being Oracle, Microsoft SQL and many more.  The detailed report can be view by clicking here.  
Read More

Delphi Developer Skill Sprints: Short, Cool, Quick Tips, Tricks and Techniques for 2016

Rad Studio Delphi Development, Software development Concepts, Software Events
Skill Sprints are open to the public by Embarcadero again in 2016.  Follow this link to register for the free webinars that deal with the Delphi - Firemonkey application development or on Thursdays they are having the sessions using C++.  Register for Skill Sprints These are webinars scheduled for about 30 minutes, dealing with the topic and a follow-up Q&A.  The instructors are pretty solid in their knowledge so well worth the time spent.
Read More

New Year wish for Idera and the Rad Studio.

Rad Studio Delphi Development, Software development Concepts, Software Events
With 2016 now in full force the expectations for Idera to start getting aggressive for Embarcadero product line.   It has been highly speculate what is currently happening but this is without any written notice from Idera.  This opens nothing but hearsay or smoking guns on the demise of Delphi which is further from the truth.  Delphi is alive and doing very well all over the world, you may not hear many developers speaking about Object Pascal but there is a underlining amount of developers using either the Delphi or Free Pascal compilers. These developers are designing applications for various operating systems and devices, you just do not hear anyone parading these accomplishments.  This is largely due to the developer who does not think it is cool to work with…
Read More

FixInsight for Rad Studio Delphi review

Rad Studio Delphi Development, Software development Concepts, Software Releases
The FixInsight software tool assists Delphi developers in finding possible coding defects that can affect the released product and this can be caught during the development process.   You can review the warnings as well as coding conventions that are part of the release.  Baron Software highly recommends the product for Delphi developers, we found that it is quick to point out various things we did not think about as well as potential issues.  You can view the product at FixInsight. The latest updated is available providing a few new rules and it was quick to install to allow work to continue.   The software is flexible for a few entries by simply opening FixInsight, right click on a option and you can modify what is allowed. It is simple to understand and…
Read More

Stopping a Delphi application from having too many instances.

Rad Studio Delphi Development
Every single developer wishes to have their client start up only a single instance of their application.   This reduces the amount of possible application issues if the code makes a database connection or does some sort of processing that takes away the machine resources.   The following code snippet will help Delphi programmers to keep the process count down to a single instance.  This was coded using Rad Studio XE8 Delphi and is used in many of my applications. The code will be embedded in the project's source because it has to occur prior to the application creating the main form. Click on the menu Project / View Source or using the project manager, you can right click and upon getting the pop-up, you can select view source as…
Read More