Frans Bouma's blog

Generator.CreateCoolTool();

Syndication

News

    Visit LLBLGen Pro's website

    Follow FransBouma on Twitter

    Add to Technorati Favorites

About me

Fun stuff I created

My work

Browse by Tags

All Tags » .NET (RSS)
"Re: I have a question about proving code correctness"
Recently I received an email with the following contents: I recently started working at a startup. I'm learning lots of cool stuff, including unit testing, but as a math major something kinda nagged at me about them. I don't know if I could write a unit...

Posted Friday, January 20, 2012 12:44 PM by FransBouma | 8 comment(s)

ORM Profiler v1.0 has been released!
We have released v1.0 of our new product, ORM Profiler ! ORM Profiler is a tool for data-access analysis, a must-have if you really want to know what's going on inside your application when it accesses the database. See this earlier blogpost for a more...

Posted Friday, September 30, 2011 2:34 PM by FransBouma | 1 comment(s)

ORM Profiler release celebration: LLBLGen Pro 100 EUR discount
To celebrate today's release of ORM Profiler has been released today we lowered the LLBLGen Pro license price for the month October (starting today ;)) with €100 to €199! Get it while it's hot! :)

Posted Friday, September 30, 2011 2:31 PM by FransBouma | 2 comment(s)

LLBLGen Pro, Entity Framework 4.1, and the Repository Pattern
Normally I don't use this blog to post short messages with a link to other blogposts, but as this blogpost is worth reading, I make an exceptions ;) Matt Cowan has written an in-depth post about using LLBLGen Pro with Entity Framework to create a repository...

Posted Monday, September 26, 2011 10:24 AM by FransBouma | 1 comment(s)

Introducing ORM Profiler. Beta-testers wanted!
The past few months, I've spent developing (together with Walaa Atef ) a general ORM / Data-access profiler for .NET, simply called ORM Profiler . (How's that for a pronounceable name, eh? ;)) As we're now feature complete and about to start the beta...

Posted Monday, August 22, 2011 2:04 PM by FransBouma | 5 comment(s)

LLBLGen Pro QuerySpec: the basics
Last time I introduced LLBLGen Pro QuerySpec , a new fluent API for specifying queries for LLBLGen Pro . As promised I'll write a couple of blogposts about certain aspects of the new API and how it works. Today I'll kick off with the basics. Two types...

Posted Thursday, April 21, 2011 12:40 PM by FransBouma | 5 comment(s)

Introducing LLBLGen Pro QuerySpec: a new fluent query API
In the past two months I've been busy creating a new query specification API for LLBLGen Pro . Our native query API is modeled after SQL statement fragments (like a 'predicate', a 'relationship', a 'field'), but specifying a query with it can be a little...

Posted Friday, April 08, 2011 2:04 PM by FransBouma | 6 comment(s)

Video: LLBLGen Pro v3 designer and runtime framework
With DevExpress ' Seth Juarez I recorded a webinar / video (Length: 1:25:05) which shows the most important features of the LLBLGen Pro designer (roughly the first hour of the video) and how to use the LLBLGen Pro runtime framework with DevExpress' reporting...

Posted Monday, March 14, 2011 11:37 AM by FransBouma | 1 comment(s)

LLBLGen Pro v3.1 released!
Yesterday we released LLBLGen Pro v3.1! Version 3.1 comes with new features and enhancements, which I'll describe briefly below. v3.1 is a free upgrade for v3.x licensees. What's new / changed? Designer Extensible Import system . An extensible import...

Posted Tuesday, February 08, 2011 12:28 PM by FransBouma | 4 comment(s)

Unknown breaking change in .NET 4?
Today I ran into a breaking change in .NET 4 which I couldn't find in the documentation. It's about binding a linq to objects query to a BindingSource's DataSource in winforms. The code works properly in .NET 3.5, but crashes in .NET 4: _firstRelationshipsBindingSource...

Posted Friday, January 21, 2011 10:07 AM by FransBouma | 4 comment(s)

More Posts Next page »