I would like to use UltraCalcManager in SQL Server as a CLR assembly. Currently UltraCalcManager references quite a few assemblies that are not supported in SQL CLR assemblies, such as Accessibility, System.Drawing, and System.Windows.Forms. I was able to create a prototype that appears to work, but I had to add 10+ assemblies and it would be much better if there was a "no UI" version.
I am using both the WinForms and WPF calc manager in other applications and I'd like to be able to provide the same calculation support from that database as well. I also created a REST web api for calculations using UltraCalcMan instead of UltraWebCalcMan but it would be better with a dedicated component (not based on System.Web.UI.Control). Also, it would be great to support .NET Core.
(Originally submitted in forums at https://ko.infragistics.com/community/forums/f/ultimate-ui-for-windows-forms/121414/ultracalcmanager-without-ui-or-references-to-forms-or-data)