Post updated 2009-02-06T23:04:30Z
If your SQL Server automatically provides default values for certain columns, you may be scratching your head wondering why Linq to SQL throws errors when you don't provide values for those columns whenever you insert rows. Learn how to make Linq to SQL behave.
Post updated 2009-07-10T12:58:21Z
I came across this error today when working with my LINQ-to-SQL insert logic. "Invalid column name 'Id'." At first, I didn't understand why it was throwing this error because the source name was correct, "MyColumnRowGuid."
Post updated 2009-07-16T03:47:07Z
Having trouble using Guid IDs in your LinqDataSource controls? This was a small tip I learned searching across the web. I will show you how you can do it, it's possible!
©2012 Intrepid Studios, Inc. All Rights Reserved.