Database connectivity gives desktop and Web applications much of their value. .NET developers have products and framework objects that can tie a front-end application to SQL Server, MySQL, Sybase, ...
Let's say you have a simple class like the one from the MSDN article "Windows Forms Data Binding and Objects": You add some code for loading up your Customer object from a SQL database. Let's say your ...