M
Manuel
I've read all over the web how hot and sexy ADO.NET is, but when it's coding
time I just don't see the benefit (at least for me as a programmer).
The biggest complains I have are:
1) I cannot open 2 simultaneous streamreaders with a single connection. When
I stumbled upon this I couldn't believe it!
2) The transactions sound good on paper but terrible when implementing. I
wanted to do something as simple as open a connection, open a transaction
and do all sorts of twists and turns to the data using the same transaction.
I couldn't! Part of this was because of the first reason.
After trying to use it on a real world application, I decided to go back to
the old ADO.
What am I missing? So far the only place where I've seen ADO.NET shine is
populating a databound control. But when it comes to programmatically handle
the data, it's more of a hassle compared to the old ADO.
time I just don't see the benefit (at least for me as a programmer).
The biggest complains I have are:
1) I cannot open 2 simultaneous streamreaders with a single connection. When
I stumbled upon this I couldn't believe it!
2) The transactions sound good on paper but terrible when implementing. I
wanted to do something as simple as open a connection, open a transaction
and do all sorts of twists and turns to the data using the same transaction.
I couldn't! Part of this was because of the first reason.
After trying to use it on a real world application, I decided to go back to
the old ADO.
What am I missing? So far the only place where I've seen ADO.NET shine is
populating a databound control. But when it comes to programmatically handle
the data, it's more of a hassle compared to the old ADO.