Can we use any other Alternative instead of using Ado.net to access stored procedures?
Currently I’m using Asp.net MVC for an ongoing application, to use the sp’s I’m using Ado.net,Is there any other way to implement SP in the code rather than using ado.net.