How to create trigger using .NET driver?

Is it possible to create a MongoDb trigger using .NET driver and C# code?

Hey @Markus_Louw,

From my understanding, Database Triggers offer the option to execute a function (server-side JavaScript code) or utilize AWS EventBridge. Therefore, as of now I don’t think it is possible to create a MongoDB trigger using the .NET framework or C# language.

May I ask what specific use case you have in mind that requires you to use the .NET or C# for creating MongoDB triggers?

Regards,
Kushagra