Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Software Patents are evil, here's why

    I was looking for a reference in ADO.NET Entity Framework documentation (via Google) if a Complex type in an EDM could be part of an association (relationship) like Hibernate supports. I needed this for some tool I'm working on . Google gave me an interesting link, namely to a patent held by MS about...
    Posted to Frans Bouma's blog (Weblog) by FransBouma on 08-22-2008, 12:00 AM
    Filed under: Software Engineering, O/R Mapping, General Software Development, .NET
  • "The Entity Data Model is much bigger than just an ORM" -- Stephen Forte

    With almost bleeding ears I'm currently listening to show #369 of .NET Rocks! , which has Danny Simmons and Stephen Forte as guests. Danny is of course known of his major role in the Entity Framework (EF) design and Forte is one of the Council of Wise Men (TM) which are advising the EF team how to make...
    Posted to Frans Bouma's blog (Weblog) by FransBouma on 08-20-2008, 12:00 AM
    Filed under: Database / SQL Server, Software Engineering, LLBLGen Pro, O/R Mapping, Advanced .NET, General Software Development, .NET
  • Linq to LLBLGen Pro: feature highlights, part 2

    In the first part of this series I talked about the fact that Linq to LLBLGen Pro is a full implementation of Linq and why it's so important to use a full linq provider instead of a half-baked one. Today, I'll discuss a couple of native LLBLGen Pro features we've added to our Linq provider via extension...
    Posted to Frans Bouma's blog (Weblog) by FransBouma on 07-03-2008, 12:00 AM
    Filed under: Database / SQL Server, Software Engineering, LLBLGen Pro, O/R Mapping, Advanced .NET, .NET, Linq, Linq to LLBLGen Pro
  • Linq to LLBLGen Pro: feature highlights, part 1

    Some people asked me what the highlights are of Linq to LLBLGen Pro , which was released this week , as it seems that Linq support is apparently growing on trees these days. In this and some future posts I'll try to sum up some of the characteristic features of Linq to LLBLGen Pro, so you don't have...
    Posted to Frans Bouma's blog (Weblog) by FransBouma on 06-17-2008, 12:00 AM
    Filed under: Database / SQL Server, Software Engineering, LLBLGen Pro, O/R Mapping, Advanced .NET, .NET, Linq, Linq to LLBLGen Pro
  • LLBLGen Pro v2.6 has been released!

    After almost 11 months of design, development, beta testing and adding final polish, it's here: LLBLGen Pro v2.6 ! This version, which is a free upgrade for all our v2.x customers, has a couple of major new features, the biggest of course being the full implementation of Linq support in our O/R mapper...
    Posted to Frans Bouma's blog (Weblog) by FransBouma on 06-09-2008, 12:00 AM
    Filed under: .NET General, Database / SQL Server, Software Engineering, LLBLGen Pro, O/R Mapping, Advanced .NET, .NET, Linq, Linq to LLBLGen Pro
  • Why use the Entity Framework? Yeah, why exactly?

    Danny Simmons wrote a marketing piece about the project he's been working on for so long: " Why use the Entity Framework? ". I don't expect Danny to be unbiased towards his own work, so at first I just ignored it: Microsoft produces these kind of ' use our stuff, it's better than sliced bread '-articles...
    Posted to Frans Bouma's blog (Weblog) by FransBouma on 05-19-2008, 12:00 AM
    Filed under: Database / SQL Server, Software Engineering, LLBLGen Pro, O/R Mapping, Advanced .NET, General Software Development, .NET
  • Linq to Sql support added to LLBLGen Pro

    Imagine, you're sitting at your desk and you're using the Linq to Sql designer in VS.NET 2008 and you have, say, 50 entities in your model. You're happy about how things are progressing. It took a while to get the model set up, considering the wicked table and field names they cooked up in the DBA dungeon...
    Posted to Frans Bouma's blog (Weblog) by FransBouma on 05-01-2008, 12:00 AM
    Filed under: .NET General, Database / SQL Server, LLBLGen Pro, O/R Mapping, Advanced .NET, .NET, Linq
  • Dynamic Data and 3rd party o/r mappers is a fact

    In the latest public preview of Microsoft's Dynamic Data , they've added something else besides what's publicly advertised: support for 3rd party O/R mappers! A couple of weeks ago, Bryan Reynolds mailed me about LLBLGen Pro support in MS Dynamic Data . I initially hadn't payed much attention to Microsoft...
    Posted to Frans Bouma's blog (Weblog) by FransBouma on 05-01-2008, 12:00 AM
    Filed under: LLBLGen Pro, O/R Mapping, ASP.NET, .NET, Linq, Linq to LLBLGen Pro
  • Beta of Linq to LLBLGen Pro released!

    Today we released the beta of Linq to LLBLGen Pro to our customers so they can dig in and check if we provided the right code, if everything works allright etc.! If you're an LLBLGen Pro v2.x customer and you want to check out our Linq implementation, please check the customer area to download the beta...
    Posted to Frans Bouma's blog (Weblog) by FransBouma on 03-12-2008, 12:00 AM
    Filed under: .NET General, Database / SQL Server, Software Engineering, LLBLGen Pro, O/R Mapping, .NET, Linq, Linq to LLBLGen Pro
  • Developing Linq to LLBLGen Pro, part 14

    Update: I made a mistake in the first Linq to Sql query. It's not that slow as I previously posted. I didn't filter on country, which made it pull the rows of all 91 customers into memory instead of the 11. Fetching 91 customer rows, 818 order rows and 2015 order details rows took Linq to Sql over 900ms...
    Posted to Frans Bouma's blog (Weblog) by FransBouma on 03-07-2008, 12:00 AM
    Filed under: Database / SQL Server, Software Engineering, LLBLGen Pro, O/R Mapping, Advanced .NET, General Software Development, .NET, Linq, Linq to LLBLGen Pro
Page 1 of 7 (62 items) 1 2 3 4 5 Next > ... Last ยป