stored procedures ?

J

Jarod

Hey
I have class that gets data through stored procedures what's best technique
to use stored procedures ? For example now I am using a bit modified
SqlHelper class... I know about enterprise library but it wasn't possible to
use it up to know. But know I build project on ASP.Net does it have
something comfortable to use stored p. ?
Jarod
 
Q

Q. John Chen

Here is my take beyond your original question.

1. Always use SP, Or at least Parametized SQL Text (if have param)

2. In .NET 1, I like SqlHelper (or the old Application Block). The
Enterprise Library is better but it take some extra time to figure it
out (configuration, coding, and deployment).

3. In .NET2.0, there is already things like ConfigurationManager etc.
So not sure whether EL helps or not. or new EL?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,527
Members
45,000
Latest member
MurrayKeync

Latest Threads

Top