{"id":1392,"date":"2008-11-08T22:46:33","date_gmt":"2008-11-09T04:46:33","guid":{"rendered":"http:\/\/www.mrbluesummers.com\/wp\/?page_id=2"},"modified":"2011-12-02T07:24:22","modified_gmt":"2011-12-02T07:24:22","slug":"c-sharp-to-maxscript","status":"publish","type":"post","link":"http:\/\/www.mrbluesummers.com\/1392\/3d-tutorials\/c-sharp-to-maxscript","title":{"rendered":"C# to Maxscript"},"content":{"rendered":"
I figured I\u2019d do a quick tutorial about something a little more difficult, but still very important. I\u2019m going to take you step-by-step through integrating a maxscript document and a C# class library so that you can access the powerful and robust features of the dotnet framework in the rather limited environment that maxscript provides. This lets you do such powerful things as access databases, grab web-deployed content, and more. It is my opinion that dotnet connectivity is the best thing to ever happen to maxscript.<\/p>\n
This tutorial is written for C# users. However, the themes here apply to any language that is part of the common language runtime (CLR) framework. If you chose to use C++, VB, etc. you should still be able to compile a class library that can integrate in much the same way.<\/p>\n