Contents tagged with LINQ
-
Entity Framework Code-First to Provide Replacement for ASP.NET Profile Provider
A while back, I coordinated a project to add support for the SQL Table Profile Provider in ASP.NET 4 Web Applications. We urged Microsoft to improve ASP.NET’s built-in Profile support so our workaround wouldn’t be necessary. Instead, Microsoft plans to provide a replacement for ASP.NET Profile in a forthcoming release.
-
Display ‘–Select–’ in an ASP.NET DropDownList
A purchaser of my book writes:
-
Converting VB LINQ to C# LINQ
VB.Net to C# Converter is one of the few conversion tools that knows about LINQ and lambdas and the other 3.5 stuff. I turned to a trial version of the product after going in circles on this VB code conversion:
-
Request for a Better FindControl Method in ASP.NET
<rant>
-
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.
-
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:
-
Is 'Thingy' Okay When Talking LINQ?
Hey gang, I need some support here.
-
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!)