Guys,
We will be migrating a project which uses LLBLGen 1.1 to 2.0 and am currently trying to re generate the code using the project settings. However I'm confused as to the key differences between the template bindings for the self servicing 2 class style.
It seems we can use
a) SharedTemplates.BackwardsCompatibility
b) SqlServerSpecific.NET20
c) SharedTemplates.NET20
The help doesn't mention much about this except to say b and c generate "more compact" code.
What are the key advantages of b and c over a or even b over c. Will we get performance issues over each one, if we get compilation issues by going for one approach, should they be easy to rectify?
We use SQL Server as the data store and will consider migrating to SQL Server 2005. We don't have any need to support other database platforms however obviously this would be advantegous if we went down a route which easily supported this.
Let me know your thoughts?