J
Jon Harrop
So I'm just having a play with RPCs from C# using WSDL to generate lots of
C# code, compile it, load it in as a DLL and then call the functions. It
occurs to me that .NET should facilitate the run-time code generation that
makes these things so easy in languages like Python but Microsoft chose the
code-generation and compilation route. Why? Can you not use reflection to
build an API on-the-fly?
C# code, compile it, load it in as a DLL and then call the functions. It
occurs to me that .NET should facilitate the run-time code generation that
makes these things so easy in languages like Python but Microsoft chose the
code-generation and compilation route. Why? Can you not use reflection to
build an API on-the-fly?