Author: Developer Skill Sprints
More Information
Using an HTTP Client
System.Net.HttpClient
XE8 Code Samples: HttpDownload
Samples\Object Pascal\RTL\HttpDownload
Samples\CPP\RTL\HttpDownload
XE8 Product Reviewers Guide
Code Central Code Samples
AdvHTTPDownloadMgr
HTTP Basic Access Authentication
YouTube…
10 Quick Tips & Tricks for SQL Server Developers
July 8, 2015
Author: Embarcadero USA
Here are 10 quick SQL Server tips and tricks for database developers compiled by SQL Server expert Pinal Dave.
For inefficient query plans: Check for issues with bad cardinality estimates.
The maximum degree of parallelism can be limited server-wide…
Delphi VCL and FireMonkey: eBooks, Books, Tutorials and Courseware - a collection of links
July 6, 2015
We are often asked where developers and teachers can find books, courseware and tutorials available today that cover Delphi programming and Multi-Device FireMonkey app development. The great news is that there are more and more books appearing on Amazon, Lulu and online.
Pawel Glowacki asked about vibrating smartphones using Delphi code for iOS and Android. Thierry Laborde and Williamm Wittwer of Embarcadero France provided the following Delphi and FireMonkey sample code:
unit Umain;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs,
…