An easy method to extract integers from a string. The method is based on Regular Expressions with a specific pattern provieded. It avoids exceptions during parsing as well as improves code performance. ...
This time, i would like to discuss about a cool feature of C# 2.0. As you know, some database operations return null values and results into throwing exceptions unless you handled well in your business logic. .Net 2.0 has been solved by introducing nullable...