After we try to integrate DAX in VS (see how to integrate DAX at VS for newbie..) now we try to the contrarily which is VS integrated in DAX AOT using CLR Interoperability. The concept is same with .net business connector where before codes create we have to insert the reference/CLR assembly of external code/program to current environment of DAX. Some Microsoft partners need to hide they program logic/customization on DAX from user; with CLR interoperability they can do that. In this article only describe how to connect CLR assembly/library create in VS read on/ running on DAX, not too deep and the explanation made on simple example.
The scenario is the first to receive the message from C# which is parameter come from DAX and then shows the message on DAX, the second to create operation/calculation add on C# which is used on DAX.
The most important is how to create reference of CLR on DAX, in this example need to create 1 project class library in C# build and register in GAC or copied in the client\BIN then add reference on DAX to the dll/library we have made before, Please attention on using reference. Create 1 form, 2 buttons, 2 input text, 3 input integer and 4 static text on DAX. See following pictures and pay attention on RED and BLUE lines/rectangles.