News

Regular expressions also provide special characters to represent common character ranges. You could use “ [0-9]” to match any numeric digit, or you can use “\d”. Similarly, “\D” matches any ...
By Joe Kunk 08/01/2012 A friend was recently reviewing some Visual Basic code that I was having an issue with. As we looked at one particular section of code, he said "You could really tighten up this ...
Practical .NET Integrating Lambda Expressions and Events Using lambda expressions is a more compact way of wiring up events in both C# and Visual Basic. It also provides a way of passing parameters to ...