Hi
I've been asked to extend a simple legacy application by adding a few tables and classes in it to extend functionality.
This is a .Net 1.1 application which I have now successfully upgraded to .Net 3.5
Now my problem is that for these new tables and classes I wanted to add an ORM and a business logic layer that I can in the future extend to the legacy classes whenever I need to touch a piece of that code.
I know about a quite few ORM tools that I can use, e.g. Entity Framework and NHibernate.
For me the problem is in deciding what business logic layer to use, I've used csla.net in the past with good results but my question is what other real alternatives are out there ?