Browse by Tags
All Tags »
LINQ (
RSS)
Via this post . The post discusses the issue of using LINQ-to-SQL with dynamic mappings. The problem You have SQL Servers for each of your environments (development, test, pre-prod, production) and in each one, the table names are different. In fact,...
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...