Open Source c#

  • Thread starter Thread starter John Bailo
  • Start date Start date
nice tool list John - how many have you tried out yet?
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top