donderdag 30 juli 2009

Async webservice method (2.0)

Create a webservice with a method that returns something.



If u create a web reference in visual studio the async methods are automatically created.
Call the webservice async method and attach an eventhandler for methodCompleted event.

dinsdag 28 juli 2009

Rename Files

Get All columns + size and type from a given SQL table

XML XSD validator class

Use this class to validate an xml file against it's xsd schema...

XML node encryption (TripleDES)

Use this class to encrypt or decrypt one ore more xml nodes with sensitive data, with the use of the TripleDES encryption algorithm. This encryption generates only private keys. (symmetric encryption)