March 25, 2025

Release of a library for executing scripts in C#

We are pleased to announce the release of a cross-platform library for executing complex scripts in C# called FastScript .NET.

Libraries for executing complex scripts provide the ability to dynamically generate and execute code, which can be useful in various scenarios such as developing plugins, creating user scripts, and so on.

  • Working in Constrained Environments. FastScript .NET is built on the classic "lexer-parser-interpreter" model. It does not use compilation to machine code, allowing it to operate in environments where code generation is restricted (NativeAOT, iOS, WASM). Its performance is comparable to other solutions that use interpretation (such as Lua and JavaScript), although it is slower than compiled C# code.
  • C# as a Scripting Language. FastScript .NET has full integration with the .NET platform and allows the use of all libraries, frameworks, and APIs. A unified code base in C# for scripts eliminates the need to maintain code in multiple languages.
  • Compactness. The small size of the library (just 300 KB) makes it convenient to use even in resource-constrained projects without overloading the system.

Since version 2025.1.21 FastScript .NET is part of the WinForms, WPF, WEB, Mono and Avalonia packages. Our library is also part of Ultimate.NET solutions with all source codes.

April 21, 2026

Overview of Update 2026.2 for FastReport VCL

Version 2026.2 of the FastReport VCL introduces 10 new UI components for Delphi and Lazarus, an updated FastGrid with nested groupings, a report validation system.
April 09, 2026

Version 2026.2 for FastReport .NET is Now Available

In version 2026.2 for FastReport .NET has added 9 form options for QR code modules, a plugin for connecting to Google Sheets, and an option for embedding fonts when exporting to MS Word.
March 26, 2026

FastReport products support the latest version of RAD Studio — 13.1 Florence

Starting from version 2026.1.7, FastReport products for Delphi support the most up-to-date version of the development environment — RAD Studio 13.1.

© 1998-2026 Fast Reports Inc.