August 2007 - Posts

10
Comments

LLBLGen Pro v2.5 has been released! by FransBouma

Back in January 2007 we started designing and developing LLBLGen Pro v2.5, and it's finally here! When you develop a framework, at a given moment in time you'll wonder: "Ok, now that I have all the basics covered, which direction shall I go into now,...
2
Comments

Just in case you're using VS.NET 2008 Beta 2 with C#... by FransBouma

If you're using C# and VS.NET 2008 and you're typing some code like: CustomCollection<MyType> items = new CustomCollection<MyType>() foreach(OtherType other in OtherTypeCollection) { items.Add(CreateItemFromOtherType(other)); } where CustomCollection<MyType>...
More Posts