Why can't I find...?

  • Thread starter Thread starter Steve Schroeder
  • Start date Start date
S

Steve Schroeder

Why can't I find a reference page for ADO.Net, you know, objects,
properties, methods...?

I can find all kinds of feel good stuff like: Best Practices, Migration,
ADO.Net & You...but no straight up, no b.s. reference. Kinda sucks :-S
 
If you use VS.Net and you did install the MSDN Help CD, then all you need to
do is type the word "System.Data" in the code behind page, high-light it,
finally, press F1 for help. The system will give you plenty to reading about
Ado.Net.

If you do not have VS.Net and have access to internet, then do the
followings:

1. Click here: http://www.microsoft.com/
2. Type: "what is system.data in .net" (no quote) into the "Search" TextBox
(top/right corner) of the home page.
3. Press "Go" button.
4. Click the link called "System.Data Hierarchy (.NET Framework)". The web
site will give you plenty to read.

John
 
Back
Top