LINQPad: The Ultimate C# / VB.NET Scratchpad
LINQPad is one of those tools you should not be without.
LINQPad lets you cut-and-paste a C# or VB.NET code fragment or program and execute it. It's useful for testing functionality in isolation from…
Unknown said: Any suggestions will be gratefully received
I used LINQPad to write some code to analyse your path using VB.NET methods and Regular Expressions ...
Here's the code...
Debug.WriteLine("Parsing folder path using VB.NET methods")…
C# Tools
Bob: the best books I have found are Jesse Liberty's titles (O'reilly & assoc.)
The Albahari brothers write good C# prose: notably
C# in a Nutshell .
And give
LINQPad
a trial.
Regards, Jon Summers…