Learn how to serialise ASP.NET method calls for later execution by storing the type of object, the method, and the parameter values. Find out how to deserialise and execute the method call using reflection and the MethodCallInvoker class.

5m read time From johnnyreilly.com
Post cover image
Table of contents
What does serialising our method call require? ​How do we serialise our method call? ​How do we deserialise our method call and execute it? ​How do we use the MethodCallInvoker ? ​Conclusion ​
3 Comments

Sort: