Welcome to WindowsClient.net | Sign in | Join

Zuker On Foundations

The realm of .NET (WPF, WCF and all around)

Browse by Tags

All Tags » LINQ (RSS)
LINQ to XML - XElement - Descendants vs. Elements
Someone asked me what the difference between descendants and elements is, I thought I'd post the details here for common interest. Descendants will yield you elements of your choice from the entire source element sub-tree, whereas Elements will yield...
Posted: Jan 11 2009, 03:18 PM by Amir Zuker | with no comments
Filed under:
LINQ to SQL Dynamic Mapping
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,...
Posted: Aug 10 2008, 11:18 AM by Amir Zuker | with no comments
Filed under:
LINQ To Regex
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...
Posted: May 10 2008, 06:25 PM by Amir Zuker | with no comments
Filed under: ,
Batch Updated and Deletes with LINQ to SQL
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.
Posted: Apr 15 2008, 10:40 AM by Amir Zuker | with no comments
Filed under: ,
LINQ to XSD Alpha 0.2
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...
Posted: Feb 25 2008, 09:51 AM by Amir Zuker | with no comments
Filed under: ,
Page view counter