Frans Bouma's blog
Generator.CreateCoolTool();
Sign in
|
Join
Home
About
RSS
Comments RSS
Search
Tags
.NET
.NET General
Advanced .NET
ASP.NET
Azure
Code generation
CodePlex
Community News
Database / SQL Server
entity framework
General Software Development
Linq
Linq to LLBLGen Pro
LLBLGen Pro
Mercurial
Misc. Articles
Miscellaneous
O/R Mapping
Open Source
ORM Profiler
PDC
Software Engineering
Visual Studio
Windows Forms
WinForms
News
Navigation
Home
Blogs
Archives
May 2013 (2)
April 2013 (1)
March 2013 (1)
January 2013 (1)
November 2012 (1)
October 2012 (1)
September 2012 (2)
August 2012 (2)
June 2012 (4)
May 2012 (2)
March 2012 (1)
January 2012 (1)
September 2011 (3)
August 2011 (1)
July 2011 (1)
April 2011 (2)
March 2011 (1)
February 2011 (1)
January 2011 (2)
December 2010 (1)
November 2010 (1)
August 2010 (1)
May 2010 (2)
April 2010 (1)
February 2010 (1)
December 2009 (2)
November 2009 (3)
October 2009 (1)
September 2009 (2)
August 2009 (1)
July 2009 (3)
June 2009 (1)
May 2009 (2)
April 2009 (1)
March 2009 (3)
February 2009 (2)
January 2009 (1)
December 2008 (1)
November 2008 (3)
October 2008 (1)
September 2008 (2)
August 2008 (2)
July 2008 (3)
June 2008 (3)
May 2008 (5)
April 2008 (1)
March 2008 (3)
February 2008 (2)
January 2008 (5)
December 2007 (3)
November 2007 (4)
October 2007 (8)
September 2007 (5)
August 2007 (2)
July 2007 (2)
June 2007 (8)
May 2007 (5)
April 2007 (5)
March 2007 (3)
February 2007 (2)
January 2007 (3)
December 2006 (5)
November 2006 (3)
October 2006 (4)
September 2006 (3)
August 2006 (5)
July 2006 (1)
June 2006 (7)
May 2006 (7)
April 2006 (2)
March 2006 (3)
February 2006 (1)
January 2006 (4)
December 2005 (10)
November 2005 (2)
October 2005 (8)
September 2005 (7)
August 2005 (2)
July 2005 (6)
June 2005 (4)
May 2005 (6)
April 2005 (4)
March 2005 (7)
February 2005 (2)
January 2005 (6)
December 2004 (7)
November 2004 (2)
October 2004 (2)
September 2004 (3)
August 2004 (8)
July 2004 (7)
June 2004 (5)
May 2004 (7)
April 2004 (7)
March 2004 (9)
February 2004 (9)
January 2004 (5)
December 2003 (8)
November 2003 (7)
October 2003 (5)
September 2003 (3)
August 2003 (6)
July 2003 (15)
June 2003 (17)
May 2003 (28)
About me
MVP Profile @ Microsoft.com
My link blog @ google reader
Fun stuff I created
XM/Mod music (amiga/pc)
.Text OpenGL screensaver
My work
LLBLGen Pro (.NET O/R mapper)
HnD customer support system
October 2007 - Posts
7
Comments
Developing Linq to LLBLGen Pro, part 8
by
FransBouma
(This is part of an on-going series of articles, started here ) Today I managed to arrive back at the point I stopped with my current code base a couple of weeks ago to re-implement the expression tree reduction code. I'm not totally done with re-connecting...
Filed under:
.NET General
,
Software Engineering
,
LLBLGen Pro
,
O/R Mapping
,
Advanced .NET
,
General Software Development
,
.NET
,
Linq
,
Linq to LLBLGen Pro
0
Comments
Developing Linq to LLBLGen Pro, part 7
by
FransBouma
(This is part of an on-going series of articles, started here ) Last time I talked about the switch to the approach where most Queryable extension methods should be seen as sets on their own. What happened after that? Well, initially, I continued on the...
Filed under:
.NET General
,
Software Engineering
,
LLBLGen Pro
,
O/R Mapping
,
Advanced .NET
,
General Software Development
,
.NET
,
Linq
,
Linq to LLBLGen Pro
3
Comments
Developing Linq to LLBLGen Pro, part 6
by
FransBouma
(This is part of an on-going series of articles, started here ) I switched to 'part' posts instead of 'day' posts, as I realized the initial plan (post every day) isn't that useful in this case ("Today I stared at 20 lines of code for 3 hours before I...
Filed under:
.NET General
,
Software Engineering
,
LLBLGen Pro
,
O/R Mapping
,
Advanced .NET
,
General Software Development
,
.NET
,
Linq
,
Linq to LLBLGen Pro
13
Comments
Alternative Rock
by
FransBouma
Ever heard the term 'Alternative rock' ? It's a term for rock music which isn't mainstream. Or something. Anyway, read the wikipedia page for the fine print . I'm a metal fan (despite the pile of trance house music I've created in a dark past ) and once...
Filed under:
.NET General
,
Visual Studio
,
Software Engineering
,
General Software Development
,
.NET
,
Community News
7
Comments
More on the .NET sourcecode and its 'Reference License'
by
FransBouma
Today I read an interesting post by Arne Vajhøj in the C# newsgroup. He brought up the point that in the Java research license, which was the license the Java sourcecode was released under before it was released under the GPL, a clause was added...
Filed under:
.NET General
,
Software Engineering
,
Advanced .NET
,
General Software Development
,
.NET
,
Community News
50
Comments
Don't look at the sourcecode of .NET licensed under the 'Reference license'
by
FransBouma
Update: If you think I should be shouting 'awesome' and similar words like most of the .NET community members, please take a walk down the path of 'licenses', something you all should be familiar with in every cell in your body, but by the look of all...
Filed under:
.NET General
,
Software Engineering
,
Advanced .NET
,
General Software Development
,
.NET
,
Community News
12
Comments
Deferred execution in Linq pitfall(s)
by
FransBouma
Say you have this query in Linq to Sql // C# int id = 10254; var q = from o in nw.Orders where o.OrderID = id select o; // some other code id++; foreach(var o in q) { // process o. } What order is fetched: 10254 or 10255? That's right, 10255! The 'id...
Filed under:
.NET General
,
Software Engineering
,
O/R Mapping
,
Advanced .NET
,
General Software Development
,
.NET
,
Linq
8
Comments
Developing Linq to LLBLGen Pro, Day 5
by
FransBouma
(This is part of an on-going series of articles, started here ) Consuming Expression trees, back to Special Case programming? I'll show you 5 different queries and what their expression tree looks like in text (tested on Linq to Sql, so you'll see Table...
Filed under:
.NET General
,
Software Engineering
,
LLBLGen Pro
,
O/R Mapping
,
Advanced .NET
,
General Software Development
,
.NET
,
Linq
,
Linq to LLBLGen Pro
More Posts