Given a stored procedure, is there a way to auto generate a Data access layer? I understand that this can be done using Codesmith by creating cs templates, but was wondering if there's a free/paid solution out there.
The plan is for the architecture to have:
ASP.NET code behind -> Business Layer -> Data Access layer -> Stored Procedure.
The BL layer acts as a pass through to the DAL and can be auto generated as well.
Any tips/advice is really appreciated!