I am trying to understand a little about the relationship of server-side code with client code in Silverlight.
I would suggest that you cannot just βevalβ the line and have new code, but can you load the assembly on the server side and enable it with the Silverlight code that is sent to the client?
I am completely βnoobβ when it comes to Silverlight, so I may not completely understand how this works, so any clarification would be appreciated.
[change]
Just as I understand what I'm trying to do, I would like to write simple code (as in logic), compile it on the server, and then send it back to the client, it can be used on the client side. I'm not sure if it will be a DLL or even possible ...
source
share