Go-dotnet: calling .NET from Go

Hi, I wrote this very simple wrapper for .NET Core, it will let you start the runtime, load an assembly file (a DLL or EXE) and invoke a method, from Go! You should be able to compile a VB or C# program and call it from your Go programs.

The repository is here:

I’m in the process of polishing the exposed Go API and also looking for feedback & collaborators.

Best regards!

hola matias como estas ? soy de Argentina, te hago una consulta como ejecutas este codigo de c# en el proyecto, yo trabajo con asp.net c# , estoy tratando de entender este lenguaje para poder implementarlo en mis proyectos …

Hola! Bien, básicamente lo que hace este módulo es cargar el assembly (un DLL o un EXE), y luego puedes hacer bindings de funciones de Go a .NET
Ya tienes un assembly listo?

gracias por la respuesta, toda la logica y acceso a datos ya estan listo en una dll ( no se si a esto te referis), ahora como integro go en este proyecto, se puede ? esto es todo web, con este lenguaje de programacion (go) que cosa puedo hacer ? que limitaciones tengo

gracias …

guys, is better to use english language for your conversation. maybe someone else is interested by the subject and is very annoying to translate all those comments.

thanks for understanding :yum:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.