InterBase and Python
October 2, 2015
Author: Gabe Goldfield
Install PyDev using the Eclipse IDE
The instructions for installing PyDev are here:http://www.pydev.org/manual_101_install.html
In the Eclipse IDE I chose Help > Install Updates and Entered the URL for PyDev
Install Python3.4
I chose the…
JEDI libraries now in GetIt Package Manager
September 18, 2015
Author: Luis Navarro
Hello.
I’m very pleased to announce that the popular JEDI libraries are now available in the GetIt Package Manager catalog.
For those who don’t know these libraries, the JEDI Code Library (JCL) consists of a set of…
New per-DPI awareness in VCL applications
September 9, 2015
Author: Luis Navarro
In RAD Studio 10 Seattle, we’ve added per-DPI awareness in the VCL. This means that, when moving a form from one monitor to another one that has different DPI, the VCL form and the controls will be rescaled according to the new DPI, with no specific coding needed (video included below).
As a testing scenario, and for this demos: we’ve setup 3 monitors that have…
Setting up Oracle for Embarcadero ER/Studio - Part 2
September 3, 2015
Author: Anil TexasCowboy
Howdy! Welcome to the next installment of the series.
In today’s series, we will explore the options for Oracle Client Setup needed for ER/Studio.
Install the clients needed for your environments.
Reboot after…
RAD Studio 10 Seattle New Code Samples and Snippets
September 3, 2015
Author: Brian Alexakis
Windows 10 VCL Controls
Quickly and Easily Bring Your VCL App to Windows 10
Trusted by millions of developers worldwide, the VCL (Visual Component Library) is a set of visual components for rapid development of Windows…
Adding a [FixedLength] Attribute in Code-First Entity Framework
August 17, 2015
Author: Craig Stuntz
In Code First Entity Framework models, you can define the length of a string field with StringLengthAttribute, but you have to write code in OnModelCreating to indicate a CHAR/NCHAR fixed length field:
public class MyEntity
{
[Key]
public int Id {…
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…
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 by using the max degree of parallelism option.
DMV – sys.dm_os_nodes provides information about CPU node…