Monday, April 19, 2004

Dynamic Code Generation and Execution

Sample code that shows how to dynamically create an assembly in memory, using code from a text box, and execute a method on it

See this content on www.pocketnerd.net -->

Wednesday, April 07, 2004

Windows Service Remoting

This article is similar to the Remoting Publisher-Subscriber article below however if focuses on hosting remote objects in a Windows Service. This is quite an in depth look at Remoting from solution structure to remote delegates.

See this content on www.pocketnerd.net -->