Can you use a C# library in a AMP-server?
Is it possible for me to build some database functionalit开发者_StackOverflowy in a C#-library (using LINQ 2 SQL) and then somehow import it into a php (joomla) project?
One way to do it is to register the .NET assembly as COM object (using regasm.exe
) and then consume it from PHP.
精彩评论