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 (1)
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
July 2003 - Posts
23
Comments
Why Edit & Continue is a bad thing
by
FransBouma
Why Edit and continue is a bad style of developing software and it is therefore a Good Thing the C# team isn't spending precious time on that feature but is spending time on other features which do matter. ...
Filed under:
.NET General
,
Visual Studio
,
Software Engineering
1
Comments
What's new in Yukon
by
FransBouma
Tim Anderson interviewed Euan Garden, Microsoft's Product Unit Manager for SqlServer tools about Yukon. Read the whole interview [ here ].
Filed under:
Database / SQL Server
2
Comments
To Entity.Save() or not to Entity.Save()?
by
FransBouma
Yesterday, Jimmy Nilsson blogged about an interesting dilemma. I'll quote a snippet from his blog: Assume you have a domain model instance for a customer and the customer has a number of orders. In the user interface the user adds a new order for the...
Filed under:
Database / SQL Server
,
Software Engineering
,
LLBLGen Pro
10
Comments
So Microsoft, when is VS.NET 2002's service pack released?
by
FransBouma
When VS.NET 2003 was announced, Microsoft made it clear that it wasn't a service pack for VS.NET 2002 you had to pay for, it was a new release and that they'd release a service pack for VS.NET 2002 'shortly' after the release of VS.NET 2003. Well... it...
Filed under:
.NET General
,
Visual Studio
9
Comments
CLS Compliance testing is useless
by
FransBouma
After reading Patrick Steele's blog about the failure of CLS Compliance testing in VB.NET, I thought he was wrong, because he uses UInt32 as type, which is a native system type (i.e. a .NET type: System.UInt32). However, he was right. The C# compiler...
Filed under:
.NET General
,
Software Engineering
1
Comments
The Blob!
by
FransBouma
Microsoft Research is busy using inkblobs to construct strong passwords that are easy to remember. Very interesting read. Go to the article by clicking [ here ]. Edit: when viewing the images, also read this slashdot posting which sums up the things that...
Filed under:
Miscellaneous
21
Comments
Get rid of the 'file' concept for sourcecode!
by
FransBouma
After the recent sourcecode control debate I started thinking: why on earth are we still using the 'file' as the base unit to store sourcecode in? The whole 'file' concept is pretty bad and limiting when it comes to sourcecode control, code reuse and...
Filed under:
Visual Studio
,
Software Engineering
8
Comments
It's not Visual SourceSafe's v^Hfault
by
FransBouma
Lately, some people started blogging about a new source control system, Vault. I haven't used it, nor am I intending to do so. The reason is not that I don't like Vault or Eric Sink, but because I don't have problems with what I currently use, Visual...
Filed under:
Visual Studio
,
Software Engineering
2
Comments
LLBLGen v1.21 has been released! (Mostly bugfixes)
by
FransBouma
A new LLBLGen v1.x has been released today! Version 1.21.2003.712 to be exact, is a QFE (Quick Fix Engineering) release, which means only minor new features are added and for the rest just bugfixes. This is the final release, no more updates will be released...
0
Comments
Collecting event handler / delegate garbage
by
FransBouma
The .NET's garbage collector (GC) is a wonderful thing: you simply instantiate objects and when they're out of scope and / or no reference is known to those instances, they get cleaned up and you don't have to worry. At least... in most cases. There are...
Filed under:
.NET General
,
WinForms
More Posts
Next page »