Documentation Delphi TscExcelExport component
Documentation, release notes and many examples of the Delphi VCL TscExcelExport component (in PDF format). The last version of this component works in Embarcadero Delphi 10 Seattle, 10.1 Berlin, 10.2 Tokyo, 10.3 Rio and 10.4 Sydney and it supports all Excel versions from Office 97 to 2019.
.NET - Azure Management Libraries
This article contains a lot of C# .NET examples how to use the Microsoft Azure Management Libraries to automate, deploy, and test cloud infrastructure easily. It includes examples for creating and deleting Azure clouds services, SQL databases, storage, websites, services bus, configuring websites, starting and stopping virtual machines, …
Metadata in photos
In this article, you’ll learn what metadata are and how to use them effectively when managing your photo collection. You’ll discover what EXIF, IPTC, and XMP metadata contain, how these formats differ, and what type of information they store. You’ll also get practical guidance on powerful tools like ExifTool, which allow you to read and modify metadata. In addition, topics such as geotagging, the use of keywords, and working with photo-management software like Lightroom are covered.
Organizing and renaming photos
Learn how to organize your photos efficiently with a clear folder structure, consistent file names, and practical batch-renaming tools. This article helps you select, sort, and retrieve photos more quickly, and supports a workflow that is structured, reliable, and easy to maintain.
.NET - First look at WCF RIA Services
A few months ago Microsoft released the first preview of .NET RIA Services. This new framework promises to simplify building n-tier Line of Business (LoB) applications by providing patterns, components and tools to build services, query data, handle CRUD operations, resolve concurrency, manage data validation, ... In this first article I will focus on the current limitations and I will offer you some of my workarounds and tips.
.NET - ADO.NET Entity Framework : Metadata extension methods
In addition to my article about querying the metadata of the ADO.NET Entity Framework I have implemented several extension methods that utilize this metadata. This article will describe a set of extension methods which can be used to extend the standard Entity Framework classes (ObjectQuery, EntityObject, ObjectStateManager, ...).
.NET - UI automation with the WPF UIAutomation framework
WPF UIAutomation is a framework from Microsoft to automate Windows applications. In this article I will demonstrate a lot of features (invoking button clicks, focusing controls, entering data, sending keystrokes, subscribing to events, ...) and compare it with the open-source project White.
.NET - UI automation with the White framework
This short article covers the most important features of the open-source White framework and the Microsoft UISpy tool. White can be used for UI automation and my C# .NET application demonstrates how to automate the Windows calculator by sending keystrokes, clicking on buttons and menus, pressing function keys, accessing textboxes, ...
.NET - Modeling PowerToys for Visual Studio 2008
A new version of the open-source PowerToys for the Class Designer and Distributed System Designer has been released. These add-ins provides additional functionality for the Visual Studio Class Designer, such as HTML/XML export, new creation commands, filtering commands, formatting commands, a pan/zoom window, a documentation window, a floating properties window, ... This small post describes how to install it and shows a screenshot which highlights almost all features.