Matt Warren talks about what happened to ObjectSpaces, WinFS and why [MS] is going with LINQ to SQL as sole ORM product in Orcas wave. Very interesting read I […]
My ORM presentations at NT Konferenca 2007 (Slovene event)
A year passed like nothing and NT Konferenca, biggest national [MS] event, is here again. This year I’ll be all ORM oriented, in fact, I’ll give two presentations on […]
ADO.NET vNext Entity Data Model Designer Prototype, CTP
Get much awaited ADO.NET vNext Entity Data Model Designer Prototype, CTP here (note: you’ll need LINQ May CTP and ADO.NET vNext CTP (August 2006) to make it work. And […]
Implementing more useful tracing for LLBLGenPro 2.0
[LGP] has an internal tracing mechanism that outputs data to Trace class using standard .net mechanism. To enable various tracing categories you have to switch one various TraceSwitches […]
Extending LLBLGenPro’s ResultsetFields to work like List
These days I had a need to use ResultsetFields for fetching dynamic list. As you know, ResultsetFields derives from EntityFields2 (I am working with LLBLGenPro 2.0 .net 2) which […]
Taking LLBLGenPro and other CHM help files everywhere with PocketPC
If you have a PocketPC and you want to read CHM files (compiled HTML Help Format – previous MS’ help format) on it then here is the solution. […]
Generic Plugin for LLBLGen Pro v2
I started to build my own collection of [LGP] plugins. For now, there is only one – Generic Field Setter. It is capable of looping through single/all project […]
FinalBuilder4 action for LLBLGenPro available
Yesterday I crafted a [FB4] action for [LGP] that invokes its command line code generator utility (CliGenerator). You can find free download here.Note: CliGenerator is included with [LGP] SDK which is […]