Recent Posts

1
Comments

WCF Data Services and the IExpandProvider by FransBouma

Yesterday, a customer ran into a weird issue with our OData/WCF Data Services support in LLBLGen Pro : when an $expand directive was given which was more than one level deep, the service would only return the first level. $expand is OData's directive...
1
Comments

LLBLGen Pro v4.0 feature highlights: Resultset Caching by FransBouma

This is the second post of a series about the new features in LLBLGen Pro v4.0, which was released on April 6th, 2013. Today I'd like to highlight a new major feature of the LLBLGen Pro Runtime Framework, our own ORM framework shipped with LLBLGen Pro...
4
Comments

ORM Profiler now .NET 4.5 / Async aware by FransBouma

We updated our data-access profiler ORM Profiler with a new .NET 4.5 specific interceptor dll. This interceptor, which is called SD.Tools.OrmProfiler.Interceptor.NET45.dll , can be found in the main installation folder of the ORM Profiler build we uploaded...
0
Comments

LLBLGen Pro v4.0 feature highlights: Visual Studio integration by FransBouma

This is the first post of a series about the new features in LLBLGen Pro v4.0, which was released on April 6th, 2013. Starting with v4.0, the LLBLGen Pro designer is usable both as standalone (as it was before) and as an integrated designer in Visual...
1
Comments

LLBLGen Pro v4.0 released! by FransBouma

I'm proud to announce we've released v4.0 of LLBLGen Pro ! This release is the 13th full release we've done and it arrives in the year LLBLGen Pro turns 10. As always we've packed the new release with great new features and I hope we've added what you...
6
Comments

LLBLGen Pro v4.0 BETA released! by FransBouma

We've released the first beta of LLBLGen Pro v4.0! We hope you all like the new features and additions we packed into this new release! To make sure stuff is truly tested in a lot of scenario's, the beta is available to all v3.x licensees. How to get...
1
Comments

Re: You’re not your code by FransBouma

This post is a reply to Scott Hanselman ’s post: " You’re not your code " There are no two programmers in the world who like each others code, there's always criticism: "I would have done this differently" or worse "Whoa, dude...
2
Comments

LLBLGen Pro and JSON serialization by FransBouma

I accidentally removed a reply from my previous blogpost , and as this blog-engine here at weblogs.asp.net is apparently falling apart, I can't re-add it as it thought it would be wise to disable comment controls on all posts, except new ones. So I'll...
3
Comments

How to make ASP.NET WebApi serialize your LLBLGen Pro entities to JSON by FransBouma

LLBLGen Pro has several ways to serialize / deserialize your entity data in an LLBLGen Pro Entity object: Binary, using superfast custom binary formatters, triggered by ISerializable methods. XML, using XmlDocuments XML, using XmlWriters, triggered by...
5
Comments

Re: Everything's broken and nobody's upset by FransBouma

This is a re-worked answer to Scott Hanselman 's great post ' Everything's broken and nobody's upset '. I replied it below the post, but I think it deserves a post here. Scott's post is about how we seemingly accept a long list of annoyances and issues...
More Posts Next page »