WebLog of Ken Cox

Web Links

Browse by Tags

All Tags » LINQ (RSS)
Request for a Better FindControl Method in ASP.NET
<rant> I'm spending hours trying to get a reference to a FileUpload control that's inside an InsertTemplate which is inside a Panel which is inside a Listview which is inside a Panel in an ASP.NET ContentPlaceHolder. It's crazy to have to figure...
LINQing Up at the Victoria Code Camp
I'll be speaking on the topic "LINQ: Simplifying Data Handling in ASP.NET" at the Victoria .NET CodeCamp on January 26th. It's going to be a great (free!) day with expert presenters that include Beth Massi and Richard Campbell . Here's the abstract...
Expression of type 'System.Data.Linq.Table(Of xxx)' is not queryable
I don't recall getting this error so often in Visual Web Developer 2008 Beta 2 or the release candidate: Expression of type 'System.Data.Linq.Table(Of xxx)' is not queryable. Make sure you are not missing an assembly reference and/or namespace import...
Is 'Thingy' Okay When Talking LINQ?
Hey gang, I need some support here. I'm in the author review phase of ASP.NET 3.5 For Dummies . In a chapter on LINQ, an editor wants me to change 'Thingy' to "a more concrete noun". Here's an example heading: Narrowing the thingys with a Select...
LINQ and WCF Services
My friend Kirk has a very interesting post that uses LINQ to turn an XML RSS feed into a JSON service using WCF . (Wow, this is acronym heaven!) The piece has good information about techniques using .NET 3.5 including LINQ to XML (including XDocument...
More Posts