Tag: reference
-
LINQ to XML
Seems that LINQ to XML does not get near as much attention as LINQ to SQL, but that’s a shame since there is a lot going on here too. Here are some examples performed on RSS.
-
Regular expressions are a tool, not a problem
Regular expressions are a good tool that should be used when appropriate, as with other programming tools and patterns. But when used to solve a wrong kind of problem, you can easily run into even bigger problems.