Currently Zenos works by using part of the .NET Native toolchain to AOT compile our C# kernel to a PE object file. This object file is then linked with a collection of assembly based source files that ...
QuotationManagementSystem/ │ ├── 📂 QuotationManagementSystem/ │ ├── Controllers/ # Handles web and API requests │ │ ├── AccountController.cs │ │ ├── QuotationsController.cs │ │ ├── AdminController.cs ...