I have a asp.net application which is written in the traditional method [SqlConnection. SqlAdapter.. ..] in data access layer, I can see that every time we are making a connection and using adapters. Code is written in a very dirty manner. I have been given the task to re write the application in standard/best practice way.
i have all stored procedure already written, is there any way I can use a tool like which will help me in writing the business layer and data access layer?
I have a asp.net application which is written in the traditional method [SqlConnection. SqlAdapter..
Share
I suggest you to go for codesmith. As you have all the Stored procedure already written you can either go for the LINQ to SQL feature.