Skip to content

Instantly share code, notes, and snippets.

@chalup
chalup / masterdetaildb.cs
Created January 26, 2012 12:55
Master-detail relation in LINQ to SQL for Windows Phone 7.1
using System;
using System.ComponentModel;
using System.Data.Linq;
using System.Data.Linq.Mapping;
using System.Linq;
using Microsoft.Silverlight.Testing;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace blah
{