Venerdì 11 ho potuto partecipare in qualità di speaker alla .NET Conference a Roma. La parte più esaltante della mia sessione è stata quella di poter annunciare la nascita del mio (primo?) progetto Open Source serio…ovvero Enclave.NET una libreria pensata per gli sviluppatori C# che desiderano utilizzare le funzionalità di Confidential Computing e Intel SGX all’interno delle lore applicazioni .NET - il futuro ci riserva tanto lavoro e tanto studio…ma sicuramente partiamo con il piede giusto e magari il favore della community :)

https://github.com/giancarlolelli/enclave.net

Enclave.NET is an Open Source project born to help the everyday developer leverage the Confidential Computing capabilities provided by the latest generation of Intel processors. The key issue with the currently available toolking is that both the Intel SGX SDK and Open Enclave SDK can be leveraged (efficiently) only from unamanaged code (C/C++) hence making the learning curve much more steeper for developer who predomintaly have a purely .NET background. With Enclave.NET my goal is to bridge this gap and allow everyone to build Confidential Computing workloads without to much trouble.