[Mono-list] New member intro

Adam Tauno Williams adam@morrison-ind.com
Thu, 06 Jan 2005 12:11:02 -0500


> > What is the current state of postgresql support within mono C#?
> It is excellent. I did not face any problems regarding postgresql support in 
> mono.

Agree.

> For LDAP I did face a few issues, I reported them in bugzilla.  Within 2 days 
> I realised I am facing a problem, I wrote a bug report, a fix arrived, I 
> downloaded the updates from svn and I was running without a problem 
> (everything within 2 days). Mono team is doing great.

The Novell LDAP aseemblies work very well for us so long as we set
GC_DONT_GC=1 (disable garbage collection).  Otherwise you get a lot of
'object referenced after it was disposed' problems and the programs
hang.  The Mono Directory Services also work well but we've never been
able to figure out how to get a binary (octet-string) attribute value;
otherwise they seem quite bug-free.