Browse by Tags
All Tags »
LINQ »
.NET (
RSS)
Sorry, but there are no more tags available to filter with.
Via this post by Roy Osherove. A nice approach for working against regular expressions. I must admit, it looks as if it would take some time to master and love. Nice to know it's out there :) [ Test ] public void FindEmailUsingPattern () { var query...
A great post by Terry Aney . The post explains the gotchas when using LINQ to SQL to perform batch updates and deletes and offers an elegant and a very impressive solution! Worth checking it out.
A new version of LINQ to XSD had been released last week. The new version works with the final release of VS 2008. "The LINQ to XSD preview illustrates our initial thinking on a strongly-typed programming experience over LINQ to XML. Instead of working...