[Mono-docs-list] Tutorial and remoting: sample from Lluis.

Miguel de Icaza miguel@ximian.com
12 Mar 2003 18:44:51 -0500


Hello Jamin!

> >    Nothing too elaborate, but at least we would have a central location
> > for this information.
> 
> Thanks for your ideas you posted in #mono, Miguel.  Lluis's post, btw I
> found at:
> 
> http://www.mail-archive.com/mono-list@lists.ximian.com/msg00157.html
> 
> I've been playing around with remoting lately and have posted a few
> examples on my website including an example implementing very basic
> security where I publish a factory with a Login() method which returns the
> object if the login is successful:
> 
> .NET Remoting with Mono Part I:
> http://pubcrawler.org/modules.php?name=News&file=article&sid=91
> 
> .NET Remoting with Mono Part II:
> http://pubcrawler.org/modules.php?name=News&file=article&sid=92
> 
> Remote Control IRC Bot:
> http://pubcrawler.org/modules.php?name=News&file=article&sid=95
> 
> Adding Custom Basic Security to .NET Remoting:
> http://pubcrawler.org/modules.php?name=News&file=article&sid=96

Ah!  This is all very nice.  

I suggest in your custom basic security code, that you actually create
the instance only upon having a valid login, just to make it more
"factory-esque" in behavior.  

That was fast, we had just spoken about this a couple of hours ago ;-)

Miguel