Below are snippets for ecliptic.

ranking Sort Sort   |   date Sort Sort   |   member Sort Sort
Syndication

13
Date Submitted Thu. Sep. 14th, 2006 4:58 PM
Revision 1
Beginner ecliptic
Tags CSharp
Comments 0 comments
This snippet effectively reads an XML document using XPathDocument (read-only) instead of using the DOM. This snippet returns the full element values in between elements. For example:

root element
code element
This is a test.
/code element
/root element

GetXmlString("/root/code"); //returns 'This is a test.'
2
Date Submitted Fri. Nov. 10th, 2006 3:59 PM
Revision 1
Beginner ecliptic
Tags "VB.NET"
Comments 0 comments
For all those tirelessly searching for an efficient and effective way of pulling out stored procedure OUTPUT values using the DeriveParameters() function, here is your answer. You will want to break it up into functions and what not, but after all.. it is a snippet, not a compiled class.
10
Date Submitted Wed. Nov. 15th, 2006 12:59 PM
Revision 1
Beginner ecliptic
Tags "Email Address" | "VB.NET"
Comments 0 comments
A simple snippet for using single pass DES encryption. Uses the .NET framework functions. Enjoy!