C# - What are Some High Performance Best Practices/Tips for ADO.NET

Viewed 21330

I decided not to use an orm and going to use straight ADO.NET for my project. I know I know its gonna take longer to program but I just want pages to load at high speeds even at peak time.

5 Answers
Related