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

Re: Why can't I find...? by Alex

Alex
Mon Apr 04 14:24:28 CDT 2005

Here you go, start with these ;)

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemdatasqlclientsqlconnectionclasstopic.asp

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemdataoledboledbconnectionclasstopic.asp

Cheers!

"Steve Schroeder" <sschroeder@merchant-gould.com> wrote in message
news:%23c4zBtUOFHA.3512@TK2MSFTNGP15.phx.gbl...
> 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
>
>



Re: Why can't I find...? by WJ

WJ
Mon Apr 04 15:47:38 CDT 2005

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


"Steve Schroeder" <sschroeder@merchant-gould.com> wrote in message
news:%23c4zBtUOFHA.3512@TK2MSFTNGP15.phx.gbl...
> 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
>
>



Re: Why can't I find...? by Papa

Papa
Mon Apr 04 15:41:04 CDT 2005

Try this for the System.Data

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemdatasqlclientsqlconnectionclasstopic.asp

or you can always use the object browser in VS.NET. Good feature to get a
hierarchical view of objects, events, properties and methods.

-- John Papa
http://codebetter.com/blogs/john.papa

"Alex Passos" wrote:

> Here you go, start with these ;)
>
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemdatasqlclientsqlconnectionclasstopic.asp
>
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemdataoledboledbconnectionclasstopic.asp
>
> Cheers!
>
> "Steve Schroeder" <sschroeder@merchant-gould.com> wrote in message
> news:%23c4zBtUOFHA.3512@TK2MSFTNGP15.phx.gbl...
> > 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
> >
> >
>
>
>

Re: Why can't I find...? by Sahil

Sahil
Mon Apr 04 22:49:27 CDT 2005

Dude, there is SO MUCH documentation in msdn.

- Sahil Malik [MVP]
http://codebetter.com/blogs/sahil.malik/



"Steve Schroeder" <sschroeder@merchant-gould.com> wrote in message
news:%23c4zBtUOFHA.3512@TK2MSFTNGP15.phx.gbl...
> 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
>
>