11-21-2011 12:37 PM
I am playing with the .NET constructor node. What classes that come with the .NET framework are useful and interesting to try? Are there any documentation? Thanks!
Solved! Go to Solution.
11-21-2011 12:43 PM
All documentation on .NET is on MSDN. http://msdn.microsoft.com/en-us/library/ff361664%28v=VS.110%29.aspx
11-21-2011 01:42 PM - edited 11-21-2011 01:44 PM
I've contributed a couple of examples over time to the Community forum. They came about because of a problem I couldn't solve easily in LabVIEW.
.NET PowerModeChanged Event - https://decibel.ni.com/content/docs/DOC-9256
GZIP compress/uncompress of string using .NET - https://decibel.ni.com/content/docs/DOC-7200
LabVIEW is somewhat limited in the area of encryption, so I would poke around in the System.Security.Cryptography namespace.
I tinkered with something called PBKDF2 on the LAVA forums...
http://lavag.org/topic/13627-pbkdf2-implementation-in-labview/page__view__findpost__p__82282