Open Source c#

  • Thread starter Thread starter John Bailo
  • Start date Start date
John said:
nice tool list John - how many have you tried out yet?

I've used the ICSharp zip utility in some c# windows services and web
service ( when creating output files that I want to zip ) and found it
extremely useful.

I just found this list on Friday, so I will definitely start experimenting!
 
John said:
nice tool list John - how many have you tried out yet?

This one especially intrigues me:

http://www.ericdaugherty.com/dev/cses/

Because I want to graft a mail server, to act as a queue, to my threaded
XML/XPath code

http://www.c-sharpcorner.com/Code/2004/July/MultithreadedXmlDoc.asp

To make a queued posting acceptor for XPath Queries and updates.

The idea is that SOAP messages would be sent to this queue and then pulled
off for application to an XML document in shared memory.

There are some questions about speed, so I want to see how well it might
perform for high volume transactions.
 
Back
Top