greetings,
I have been toying with a pilot under VS2005 (beta2). Our current senario is that we are using a framework that is based on the extended adapter template classes:
1- DAL projects generated by LLBL
2- BL classes based on extended adapter templates
all is working fine under VS2005 and .NT2.0. What I really wanted to do is use partial classes so that both tha DAL and BL class compile as one class although physically they are two different files.
anyone has tried to do this especially that I am not abig fan of customizing LLBL's templates as that has always proven to be a bad idea.