By Data Juggler Software http://www.datajuggler.com If you like any of my projects you can help support my web site www.daily-click.com which is dedicated to using technology to helping people and animals; You can make a donation of any amount $3 and up or by telling your friends, family and coworkers about my web site. Daily-Click.com offers free email and text messaging services to pet guardians and / or emerency contacts if a user does not 'Check In' at the times they selected or in the event of an emergency. Perfect for anyone who lives alone, especially pet owners and seniors. Data Juggler Ultimate Helper User’s Guide By Data Juggler Software http://www.datajuggler.com Description This class is an attempt to reduce the number of classes I copy to multiple projects. I end up with out of date copies of code and mismatched versions between my home and work computers. I invite other developers to share their favorite C# helper classes. It is not an actual requirement that the helper class implements only static methods, but static methods are preferred over instance classes. It is required that the class name end in Helper. Data Juggler Ultimate Helper Classes For more information about each of these classes see the documentation on the CodePlex project athttp://ultimatehelper.codeplex.com or the download contains a documents directory that includes a Word and Pdf version of the Ultimate Helper User’s Guide. BooleanHelper The BooleanHelper is designed to make working with Boolean values easier. ConfigurationHelper This class is used to read from the Web.config or App.config files. CrypotgraphyHelper This class is used to encrypt and decrypt strings. DateHelper This class is used to parse and handle date functions. ListHelper This class contains helper methods for dealing with lists and collections. MessageBoxHelper This class is used in Windows Forms applications and WPF applications to show a message to the user or to get a users response. NullHelper The NullHelper class is used to test for nulls with the IsNull method and to test for not equal to null with the Exists method. NumericHelper This class contains helper methods for working with integers, doubles, prime numbers, rounding and more. ParentControlHelper This class is used to find the parent Web Control for a source Web User Control given. PluralWordHelper This class is used to return the plural word for the source word given. SqlParameterHelper This class is used to create the Sql parameters for stored procedures. SystemHelper This class is used to get information abou the current system and executing application name and Guid. TextHelper This class contains helper methods for dealing with strings. Final Notes I do not claim that this code is error free. If you find any errors, suggestions, a better way of doing things or to submit your own classes or a kind word please send an email tosupport@datajuggler.com . If you like please rate this project and review it as in 3 ½ years and nearly 10,000 combined downloads out of 10 projects and I have not received a single rating. I have tested and used all of this code in this project at some point or another. A few methods were added and cleaned up as I wrote the documentation so I guess it is always important to document. If you like this project or any of the Data Juggler projects, please support my website,www.daily-click.com, which is dedicated to using technology to helping people and animals. Please visit http://www.datajuggler.com to see other great products from Data Juggler Software. |