CleverComponents for Developers
29 subscribers
3 photos
112 links
Software development, Delphi, C++, VS, and C# components for Internet communication and Database development.
Download Telegram
Hello, yet another interesting video about synchronizing MS SQL database structures in Delphi.
The tutorial utilizes the Database Comparer VCL library and ADO connections to extract DB metadata, compare, produce an update script, and, finally, update the target database.

πŸ‘ Just watch the video and feel free to leave comments. Your opinion is very important!
https://youtu.be/WztwirceBYM

As usual, the sources are available on GitHub - https://buff.ly/2ugtGSO
The detailed explanation can be found in our Knowledge Base - https://buff.ly/32aOyHK
Hello, we have published two new tutorials, which describe how to sign and encrypt an Email message in the S/MIME format using X509 certificates, and send the protected message via the SMTP protocol πŸ” Both examples utilize the NIST sha-512 algorithm and X509 digital certificates.
The sources are available on GitHub.

Check out the video for these tutorials πŸ‘
https://youtu.be/8FkmuSXobhU

Send Signed Email
https://www.clevercomponents.com/portal/kb/a151/send-signed-email.aspx

Send S/MIME Message
https://www.clevercomponents.com/portal/kb/a150/send-s-mime-message.aspx
​​Hello, we have released the Clever Internet Suite version 9.5. In this new version we have improved the HTTP RIO functionality, added new cryptographic keys and algorithms. The SFTP component was improved, as well. We have fixed some existing problems with digital signatures and 64bit support in the SSH engine.

See the complete change list on the product webpage πŸ‘‰
https://www.clevercomponents.com/products/inetsuite/
Good day, a new video shows how to make a remote procedure call to a REST service with WS-Security data protection and x509 digital signatures. The example communicates with a C# WCF REST service. This service implements a simple algorithm, which converts Celsius to Fahrenheit, and vice versa.

Both SOAP requests and responses are digitally signed and encrypted using x509 cryptographic keys πŸ‘

The sources are available on GitHub.
https://youtu.be/YrvUzdfTpFA
​​It's time to support business and solo developers in these difficult days.
-20% Off on all our products! We decided to extend this offer up to April 19th πŸ”₯

You can order your copy of the Internet and Database components on our website πŸ‘
https://www.clevercomponents.com/order/
Hello, check out our new video tutorials. There are three new videos, which describe how to compare table data in a Firebird database via FireDAC; how to write a multi-threaded SMTP server in C#, which runs in a Windows service, accepts incoming mail, and relays mail to external recipients; how to download an Email message from a Pop3 mailbox, forward or reply to this Email.

PS: don't forget to πŸ‘
https://www.youtube.com/playlist?list=PL1dwVVhW9InUcovvbK8EEt4EdDSVACzQl
Hello, yet another interesting video about how to create and extract the contents of a .p7m file, load a signing certificate from a .pfx file or Windows registry storage, verify the digital signature and extract certificates from a .p7m file.

The detailed description can be read here: https://buff.ly/3eFZN0w
The sources are available on GitHub.

Just watch the video on YouTube and don't forget to πŸ‘
https://youtu.be/Xdma8xDW0mY
Check out our new video tutorial, which describes how to download TS files from a video stream 😲

πŸ‘‰ This tutorial is a good demonstration for the MultiDownloader component from the Clever Internet Suite library. The component allows you to download all TS files concurrently in multiple threads using the multipart downloading mode and resuming.

Just try the project, which is available on GitHub, and don't forget to πŸ‘
https://youtu.be/Ny0_0yARIPg
​​The Clever Internet Suite version 9.6 released πŸ‘

In this new version we have implemented RAD Studio 10.4πŸ”₯Sydney support. Also, we have fixed two existing problems in the SFTP Client and HTTP Proxy components.

See the complete change list on the product webpage.
https://www.clevercomponents.com/products/inetsuite/
​​The Database Comparer VCL version 7.2 released πŸ‘

The new version 7.2 provides components for RAD Studio 10.4πŸ”₯Sydney, adds IBM DB2, Big-Endian Unicode, and MS SQL compatibility level checking support. The WideMemo blob data type was implemented, as well.

See the complete change list on the product webpage.
https://www.clevercomponents.com/products/dbcvcl/
​​Hello, we have updated the Database Comparer VCL demos and added a new example for the TTableDataComparer component. The example shows how to compare and synchronize two Firebird DB tables using a user-defined SQL script to fetch records. The connection is implemented via the FireDAC library.
https://www.clevercomponents.com/portal/news/97/datacomparercustomsql-delphi-tutorial-for-database-comparer-vcl.aspx
​​Hello, we have open sourced TaskRunner, a Delphi program we used for our daily development tasks. The program serves for Software build automation, executing sequential tasks, including database backup/restore; running SQL scripts, Windows shell commands, Pascal scripts, passing variables through the whole task execution chain, and many more.

Please check out our GitHub repository and feel free to star it to help other devs to learn about this project ⭐️
https://github.com/CleverComponents/Task-Runner
​​My experience using RemObjects PascalScript to run scripts in Delphi - this new article shows how to run a Pascal script in Delphi, pass variables and types to a script. The whole process works asynchronously, in threads.

Please check it out and leave your reaction πŸ‘πŸ‘ŽπŸ˜²
https://www.clevercomponents.com/articles/article052/
New video - How to set up and run a project in TaskRunner.

This video tells you how to set up and run a project in the TaskRunner tool. We'll create tasks to compile a program using the Delphi command line compiler and pack using the pkzipc utility.

Please check it out, and don't forget to leave your reaction πŸ‘
https://youtu.be/cndY-BVm8yA
​​The Clever Internet Suite version 9.6 updated.

In this August update, we have added the IPv6 support to the SOCKS5 implementation, fixed existing issues in the SFTP and HTTP client components, and improved the SOAP MTOM attachments algorithm.

See the complete change list on the product webpage πŸ‘
https://www.clevercomponents.com/products/inetsuite/
​​Hi, we have updated the Tnef-Parser library on GitHub: https://github.com/CleverComponents/Tnef-Parser

The update includes fixes for parsing of named MAPI parameters. The fork for previous non-unicode versions of Delphi is updated, as well. This fork includes fixes for decoding unicode names, and available here: https://github.com/sergshirokov/Tnef-Parser
​​Good day, we have updated the TaskRunner app, a build automation tool, up to the version 1.2 πŸ”₯ The new version provides the full JavaScript support. You can pass variables between TaskRunner's tasks, read and modify them inside scripts. The used SpiderMonkey engine allows you to call Node.js modules, such as fs, os, or http.

The upcoming articles and video tutorials will describe how to use scripting to automate the app build process.
https://www.youtube.com/channel/UC9Si4WNQVSeXQMjdEJ8j1fg/playlists

TaskRunner v 1.2 on GitHub
https://github.com/clevercomponents/task-runner
​​Please check out a new article - Getting started with SpiderMonkey to run JavaScript in Delphi.

The article describes how to incorporate JavaScript in Delphi, call Delphi objects in a script, exchange data between the main app and a script, and use Node.js modules.

You can download the source code for all the examples in this article on GitHub πŸ‘
https://www.clevercomponents.com/articles/article053/
​​Hello, we have updated the Clever Internet Suite library for Delphi and C++Builder:
https://www.clevercomponents.com/products/inetsuite/

This October update adds the Inclusive Namespaces parameters to the SOAP c14n canonicalization for both the message signature and XML transforms. Examples of using the REST SOAP functionality are available on our GitHub repository:
https://github.com/CleverComponents/Clever-Internet-Suite-Tutorials/tree/master/RestSoapSignEncrypt

You can use a special Halloween offer to buy a new or upgrade an existing license of our products πŸŽƒ
https://www.clevercomponents.com/order/
​​Good day, the TaskRunner version 1.3 has been released πŸŽ‰πŸΎπŸ‘

This build automation tool allows you to run sequential tasks, such as compiling projects, backup, restore DBs, executing JavaScript, and many more. In the new version, we have updated the app GUI and added the tabbed task editor.

The upcoming article and video tutorial will describe how to automate the InnoSetup script compilation process.

Please try the updated TaskRunner, and feel free to ⭐️ the repo to help other devs to learn about this tool.
https://github.com/CleverComponents/Task-Runner/releases/tag/1.3