how to use sql helper in asp.net web application ? and why we used that ?
i am using visual studio 2012 and sql server2008 R2 with C#. Please help me
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Pradeep ShetPosted Sep 22, 2014, 7:45 AM
You can download the Microsoft .NET Data Access Application Block from below link http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag2/html/daab.asp. Download the Application Block and simply install it. This will help you to have all you data access component required like creating connection, sql command , passing parameter wrapped with in the overloaded methods. So that based on your convenience you can you it. Also it is tested & developed by Microsoft.
Hope this suffices your query. If yes plz mark it answered . Thank you.