5
Counting for loop in VB.NET. Looks easy because it is, but I saw one submitted for PHP.
4
Loading and Saving an ArrayList to/from any given path.
4
This function provides the reverse of a string. It is constructed using string builder because strings in .NET are immutable, while stringbuilders are not. Therefore large strings could be slow to reverse if a regular string was used for the working value that is returned.
3
List Files in a Directory in VB.NET
3
Given a string, you can return an Enum value
Originally found at http://codeproject.com/dotnet/EnumTips.asp?df=100&forumid=38264&exp=0&select=797671
Originally found at http://codeproject.com/dotnet/EnumTips.asp?df=100&forumid=38264&exp=0&select=797671
3
This function returns a stack trace for an exception with all inner exceptions include unless the count of inner exceptions goes over 50. A stack overflow can occur if there is no upper limit for inner exceptions to read from.
Makes use of stringbuilder to build return string in order to yield higher performance.
Makes use of stringbuilder to build return string in order to yield higher performance.
-1
Send Basic Email
-2
Dynamically Populate a CheckBoxList in VB.Net
-4
Strip HTML Tags From a String
-6
Get Selected Values From a CheckBoxList in C#









