CENTREL Solutions

Free Tools for IT Professionals

A powerful range of free tools for IT professionals, built using our core technologies. These lightweight utilities provide fast insights, automate routine tasks, and improve visibility across your infrastructure all without licensing requirements.

The free tools logo.

Free SQL Server Compliance Benchmark Tool

The Free SQL Server Compliance Benchmark Tool provides automated best practice aligned assessment of SQL Server security and configuration for on‑premises SQL Server and Azure SQL Managed Instances.

It includes more than 80 checks across platform configuration, surface area reduction, authentication, encryption, and auditing, and leverages the core capabilities of the XIA Configuration compliance benchmarking platform.
Screenshot showing the free SQL Server Security Compliance Benchmark tool.
Screenshot of the free SQL Server Security Compliance Benchmark tool.

Free SVG library for .NET

Our free SVG Library for .NET allows users to generate, load and modify SVG images using languages such as C#.NET.

SvgImage svg = new SvgImage(800, 600);
SvgRectangle rectangle = svg.Elements.AddRectangle(
new RectangleF(10, 10, 100, 20));
svg.SaveAs(
@"D:\data\sample.svg" );

Modify SVG images >