Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • 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: Dim q = From c In dc.Categories, _ p In dc.Products _ Where c.CategoryID = p.CategoryID _...
    Posted to WebLog of Ken Cox (Weblog) by Ken Cox [MVP] on 07-30-2008, 12:00 AM
    Filed under: .NET, ASP.NET, LINQ, asp.net 3.5
  • 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 out all these naming containers (and parents, grandchildren...
    Posted to WebLog of Ken Cox (Weblog) by Ken Cox [MVP] on 03-19-2008, 12:00 AM
    Filed under: .NET, LINQ, asp.net 3.5
  • 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 for my beginner-level talk: Language Integrated...
    Posted to WebLog of Ken Cox (Weblog) by Ken Cox [MVP] on 01-03-2008, 12:00 AM
    Filed under: Community News, ASP.NET, Dummies, DataContext, LINQ, asp.net 3.5
  • 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 for the LINQ provider.   It popped up several...
    Posted to WebLog of Ken Cox (Weblog) by Ken Cox [MVP] on 12-29-2007, 12:00 AM
    Filed under: ASP.NET, LINQ, asp.net 3.5, Visual Web Developer
  • ORM Technology - nHibernate vs Linq

    I'm back after some time away from my blog ;).. This time i would like to tell about my favourite "nHibernate" and ORM Technology. Not So Long Ago, i’ve attended a microsoft seminar on Visual Studio 2008 & VSTS . It was a nice presentation and we have had a delicious lunch too;)…Presentation on VSTS...
    Posted to Runtime Debugger - kannan M ambadi's blog (Weblog) by kannan.ambadi on 01-16-2009, 12:00 AM
    Filed under: Asp.Net, C# 2.0, .NET, linq-to-sql, Ado.Net, vsts, microsoft, LINQ, visual studio, Asp.Net 2.0, .NET 3.5, .NET 2.0, ASP.NET 3.5, .Net Development, .NET Framework, Visual Studio 2008, nHibernate, Web 2.0, Web Development, ORM Architecture, Tools, Architecture
  • LINQ to SQL and Case statement

    Working with LINQ I realized that I had to use the simple case statement in my SQL query. There is no special keyword for this. To create a case statement like structure you will have to do it in the select section of the query. Below is an example of the usage of the case statement in LINQ. var t =...
    Posted to Vikram Lakhotia (Weblog) by vik20000in on 08-27-2010, 12:00 AM
    Filed under: ASP.NET, LINQ, asp.Net 3.5
  • 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...
    Posted to WebLog of Ken Cox (Weblog) by Ken Cox [MVP] on 12-10-2010, 12:00 AM
    Filed under: Community News, .NET, ASP.NET, MVP, .NET ASP.NET, LINQ, General Software Development, asp.net 3.5, Entity Framework, Visual Studio 2010, .NET 4.0, SqlTableProfileProvider, asp.net 4
Page 1 of 1 (7 items)