Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: 3 Things I Wish I Knew When I Started Using Entity Framework

    I'm just curious. I'm just getting started with EF. Should this code:

    [font="Courier New"][font="Courier New"]SELECT

    [Extent1].[State] AS [State],

    [Extent1].[Name] AS [Name],

    [Extent1].[Name] AS [Address],

    [Extent1].[Name]...

  • RE: NOSQL and RDBMSs

    Sorry, but I have to ask - in the following sentence ---

    I think that both the stick-in-the-mudes and fanboys have failed

    That should be "muds" and not "mudes,"...

  • RE: Understanding and Using APPLY (Part 2)

    Thanks for this article. There's a lot to consider here.

    In the CROSS JOIN section, the query

    [font="Courier New"]SELECT S.name, J.name

    FROM dbo.Student S

    CROSS

    JOIN dbo.Subject...

Viewing 3 posts - 1 through 3 (of 3 total)