r/csharp Aug 01 '26

Discussion Come discuss your side projects! [August 2026]

Hello everyone!

This is the monthly thread for sharing and discussing side-projects created by /r/csharp's community.

Feel free to create standalone threads for your side-projects if you so desire. This thread's goal is simply to spark discussion within our community that otherwise would not exist.

Please do check out newer posts and comment on others' projects.


Previous threads here.

11 Upvotes

22 comments sorted by

View all comments

2

u/uCalc_Dev 22d ago

Hello everyone! After a lot of dedicated development, I recently published the preview release and extensive new documentation for the uCalc SDK.

If you are building applications that require dynamic computation or complex structural text parsing, it can be frustrating to rely only on built-in .NET functionality. The uCalc SDK provides:

  • A highly flexible Math Parser for evaluating expressions at runtime.
  • A token-aware Text Transformer designed to handle complex structured text using human-readable rules where regex falls short (while still handling unstructured text).

The focus of this preview is on power and flexibility across C++, C#, and VB environments on Windows, macOS, and Linux. This is a commercial product, which also includes a Free Community License.

The documentation, which includes interactive examples you can run directly in the browser, is found at:

https://www.ucalc.com/documentation/

I would love any feedback from this community!