Use of ADO.Net and good book for ADO.Net |
| |
 |
Reputation Power: 1

| | New Poster Posts: 11 Topics: 7 |
|
|
March 30, 2009, 03:26:26 AM
|
hey everyone...long time haven't been on...missed this place..!
quick question...does anyone know some good books that teach ADO.NET??
Thanks
« Last Edit: November 09, 2010, 11:38:55 PM by Admin »
|
|
|
|
| |
 |
Reputation Power: 17

| | Code Guru Gender:  Posts: 1403 Topics: 86  |
|
|
March 30, 2009, 08:46:12 AM
|
Hi - nice to have you back posting again  Have a look at http://www.csharp-station.com/Tutorials/AdoDotNet/Lesson01.aspx as it is a nice introductory tutorial. As far as books go I suggest a google search may come up with some useful resources 
|
|
| |
 |
Reputation Power: 1

| | New Poster Posts: 13 Topics: 1 |
|
|
October 31, 2010, 11:32:59 PM
|
ADO. NET is use for database connectivity and most popular for connectivity
|
|
| |
 |
Reputation Power: 1

| | New Poster Location: UK
Gender:  Age: 26
Posts: 2 Topics: 0  |
|
|
November 09, 2010, 10:07:25 PM
|
what is use of ado. net?
|
|
| |
 |
Reputation Power: 19

| | Code Guru Location: India
Gender:  Posts: 1444 Topics: 126  |
|
|
November 10, 2010, 03:41:55 AM
|
ADO.Net is advanced version of ADO that used to be a part of VB 6.0.
In .Net, ADO.Net is used for database connection and data manipulation.
Connection Object, Command Object, Data Adaptor, DataSet, DataTable, DataRow are the parts of the ADO.Net
Help us to keep this forum clean. Report the SPAM!
|
|
| |
 |
Reputation Power: 1

| | New Coder Posts: 25 Topics: 1  |
|
|
March 21, 2011, 04:54:16 AM
|
You can search in google or use MSDN. Best way is to study from different forums and online tutorials rather than following a book
|
|
| |
 |
Reputation Power: 1

| | New Coder Posts: 19 Topics: 1  |
|
|
May 27, 2011, 04:39:51 AM
|
PLease see this link to know more about ado. net hxxp: www. msdnguide. info/search/node/ADO. Net
|
|
| |
 |
Reputation Power: 2

| | Skilled Coder Posts: 149 Topics: 0 |
|
|
May 31, 2011, 02:58:46 AM
|
You use the ADO.NET Connection object to create a connection between your program and a database engine. You will normally keep this connection open just long enough to retrieve or update data......... And book is A Programmer’s Guide to ADO.NET in C#
|
|
| |
 |
Reputation Power: 6

| | Professional Coder Real name: Odusee Location: Australia
Gender:  Posts: 455 Topics: 46  |
|
|
June 09, 2011, 02:06:17 AM
|
Is ADO.Net the same as ASP.Net?
|
|
| |
 |
Reputation Power: 2

| | Skilled Coder Posts: 125 Topics: 0 |
|
|
June 13, 2011, 02:29:33 AM
|
Is ADO.Net the same as ASP.Net?
ADO.Net is set of classes that display data access services for .NET Framework programmers. ASP.NET is a framework for building Web sites and Web applications using HTML, CSS and JavaScript.
|
|
| |
 |
Reputation Power: 6

| | Professional Coder Real name: Odusee Location: Australia
Gender:  Posts: 455 Topics: 46  |
|
|
June 14, 2011, 12:32:05 AM
|
ADO.Net is set of classes that display data access services for .NET Framework programmers.
ASP.NET is a framework for building Web sites and Web applications using HTML, CSS and JavaScript.
Thanks so much for the info pal  What about asp.net and ASP?
|
|
| |
 |
Reputation Power: 1

| | New Coder Location: India
Gender:  Age: 31
Posts: 19 Topics: 14  |
|
|
August 11, 2011, 02:59:38 AM
|
ADO. Net is advanced version of ADO.
In . Net, ADO. Net is used for database connection and data manipulation.
Data Adaptor, DataSet, DataTable, DataRow etc. . are the parts of the ADO. Net.
1) Essential ADO. NET (English)
2) A Programmer’s Guide to ADO. NET in C#
3) ADO. NET Examples and Best Practices for C# Programmers
4) Applied ADO. NET: Building Data-Driven Solutions
5) Microsoft ADO. NET
:thumb
|
|
| |
 |
Reputation Power: 2

| | Regular Coder Posts: 88 Topics: 10  |
|
|
August 11, 2011, 04:34:25 AM
|
Check out the following books
Microsoft® ADO.NET 4 Step by Step
Murach's ADO.NET 4 Database Programming with VB 2010
|
|
| |
 |
Reputation Power: 1

| | New Coder Posts: 16 Topics: 0  |
|
|
January 28, 2012, 03:35:20 AM
|
ADO. NET is use for database connectivity and most popular for connectivity
|
|
| |
 |
Reputation Power: 1

| | New Coder Gender:  Age: 26
Posts: 15 Topics: 0  |
|
|
January 28, 2012, 04:33:11 AM
|
ADO. Net is used for database connection and data manipulation. Data Adaptor, DataSet, DataTable, DataRow etc. . are the parts of the ADO. Net. It is used for making a software of . net . :)
|
|
| |
 |
Reputation Power: 1

| | New Coder Posts: 15 Topics: 0  |
|
|
January 30, 2012, 05:16:19 AM
|
ADO. Net is set of classes that display data access services for . NET Framework programmers. ASP. NET is a framework for building Web sites and Web applications using HTML, CSS and JavaScript.
|
|
| |