Click here to Skip to main content
15,914,111 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: class from database table Pin
led mike10-Mar-08 7:03
led mike10-Mar-08 7:03 
GeneralRe: class from database table Pin
Scott Dorman10-Mar-08 7:23
professionalScott Dorman10-Mar-08 7:23 
GeneralRe: class from database table Pin
seanwright10-Mar-08 7:28
seanwright10-Mar-08 7:28 
GeneralRe: class from database table Pin
Scott Dorman10-Mar-08 7:44
professionalScott Dorman10-Mar-08 7:44 
GeneralRe: class from database table Pin
Pete O'Hanlon10-Mar-08 10:32
mvePete O'Hanlon10-Mar-08 10:32 
GeneralRe: class from database table Pin
Mark Churchill12-Mar-08 0:47
Mark Churchill12-Mar-08 0:47 
GeneralConnected Vs. Disconnected Pin
CodingYoshi9-Mar-08 13:43
CodingYoshi9-Mar-08 13:43 
GeneralRe: Connected Vs. Disconnected Pin
Scott Dorman10-Mar-08 5:22
professionalScott Dorman10-Mar-08 5:22 
The best explanation can be found on MSDN. From ADO.NET Architecture[^]:
<blockqoute>
The ADO.NET DataSet is the core component of the disconnected architecture of ADO.NET.
(emphasis added)

If you create a custom business object and then populate fields internal to that business object from a database, you are only connected to the database long enough to retrieve the data. The same applies for data binding.

Scott.

—In just two days, tomorrow will be yesterday.
—Hey, hey, hey. Don't be mean. We don't have to be mean because, remember, no matter where you go, there you are. - Buckaroo Banzai

[Forum Guidelines] [Articles] [Blog]

GeneralRe: Connected Vs. Disconnected Pin
Guffa11-Mar-08 8:11
Guffa11-Mar-08 8:11 
Generaloff right click in webform Pin
yogeshpan7-Mar-08 20:49
yogeshpan7-Mar-08 20:49 
GeneralWrong forum Pin
pmarfleet7-Mar-08 22:51
pmarfleet7-Mar-08 22:51 
General.NET 2.0 configuration Pin
usermans7-Mar-08 8:25
usermans7-Mar-08 8:25 
GeneralRe: .NET 2.0 configuration Pin
Paul Conrad7-Mar-08 15:20
professionalPaul Conrad7-Mar-08 15:20 
GeneralRe: .NET 2.0 configuration Pin
Syed Mehroz Alam8-Mar-08 5:59
Syed Mehroz Alam8-Mar-08 5:59 
GeneralLocalization Support in .Net Framework 2.0 [modified] Pin
Mushtaque Nizamani5-Mar-08 21:05
Mushtaque Nizamani5-Mar-08 21:05 
GeneralRe: Localization Support in .Net Framework 2.0 Pin
Robert Rohde6-Mar-08 1:29
Robert Rohde6-Mar-08 1:29 
GeneralRe: Localization Support in .Net Framework 2.0 Pin
Mushtaque Nizamani6-Mar-08 1:59
Mushtaque Nizamani6-Mar-08 1:59 
GeneralRe: Localization Support in .Net Framework 2.0 Pin
Robert Rohde6-Mar-08 9:08
Robert Rohde6-Mar-08 9:08 
GeneralUsing Mole V4.2 Pin
Jammer5-Mar-08 8:43
Jammer5-Mar-08 8:43 
GeneralRe: Using Mole V4.2 Pin
Pete O'Hanlon5-Mar-08 9:42
mvePete O'Hanlon5-Mar-08 9:42 
JokeRe: Using Mole V4.2 Pin
Jammer5-Mar-08 9:57
Jammer5-Mar-08 9:57 
GeneralRe: Using Mole V4.2 Pin
Jammer5-Mar-08 10:02
Jammer5-Mar-08 10:02 
GeneralRe: Using Mole V4.2 Pin
Pete O'Hanlon5-Mar-08 22:20
mvePete O'Hanlon5-Mar-08 22:20 
GeneralRe: Using Mole V4.2 Pin
Scott Dorman10-Mar-08 5:25
professionalScott Dorman10-Mar-08 5:25 
GeneralRe: Using Mole V4.2 Pin
Pete O'Hanlon10-Mar-08 10:30
mvePete O'Hanlon10-Mar-08 10:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.