Answer wrote:
I know this is prolly early to know this, but will upgrading current projects to the llblgen v2.0 be an easy one? I imagine they will be quite a bit different.
the code generated for .NET 1.x will use the same structure. code for .NET 2.0 will be different, as .NET 2.0 supports a lot of new features, one of them being generics which will be a cornerstone for the .NET 2.0 targeting code.
It's too early to say how much trouble people will have with upgrading to that framework as the design hasn't been finished yet
What I can assure is that the 1.x generated code will be supported on .NET 2.0 so adjustments to that code to make it work on .NET 2.0 will be included.