Skip to main content

Posts

Showing posts from 2012

VB.NET Common Utility class for String manipulation , validation

Having a util class is pretty handy when needing common system wide functions to call in order to manipulate strings perform validations. The following Class is just work in progress of some of the more common functions you would use when starting out your project. Please fill free to add comments i.e other useful functions to make it a more comprehensive utility class.

Welcome to my code snippet archive

Welcome to my new blog, here you will find random blog posts on various sample codes to get you up and running with your software development work. Sometimes we might not remember how to do certain things i.e. saving an image into a database or converting a date object into a string. This blog will serve as a resource for small helpful code snippets as well as an archive for trivial coding snippets which are hard to remember.