Sink wrote:
We have been developing under 1.1 and SQL 2000 for a couple of years now and
the powers that be have decided that we should begin the move to 2.0 and '05 now rather
then later, business and cost reasons more then anything else.
They are expecting to make up the dev differential in productivity gains as well as new
functionalities helping our product(s).
We are currently using LLBLGen to generate the DAL and so are a bit concerned about
any plans to move to the new libraries and server and were hoping to get a feel as
we will have to make a decision rather shortly about tools.
As I said, not moving is not an option..
Any input would be helpful ..
The current LLBLGen Pro codebase (v1.0.200x.y) works ok on Yukon and .NET 2.0 beta 2. V2.0 of LLBLGen Pro (v2.0.200x.y) will get a re-worked framework solely targeted for .NET 2.0, based on generics, partial classes and other .NET 2.0 specifics. The same principles for querying etc. will be re-used though, to keep migration pains to a minimum.
The 1.0.200x.y codebase will be supported in v2.0 and will be updated to run without issues on .NET 2.0 and VS.NET 2005.
As .NET 2.0 offers generics, it's obvious some migration will be necessary if you want to move your code to .NET 2.0 specific code.
v2.0 of LLBLGen Pro is scheduled for the end of 2005, the current codebase will be supported on .NET 2.0 till then already, so you're not left in the cold. The current version generates .NET 2.0 projects already, so you can directly use them in vs.net 2005. Some bugs in vs.net 2005 beta 2 cause some issues with design time databinding in ASP.NET, these are fixed in teh final build of vs.net 2005.