Differences between revisions 11 and 12
Revision 11 as of 2010-03-26 13:05:42
Size: 2219
Editor: 24-183-238-75
Comment:
Revision 12 as of 2010-03-28 17:14:32
Size: 2280
Editor: wm-rtr
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

This class is about Database Management Systems. As such we talk about creating, managing and programming SQL databases. When time permits, we also cover spatial/spatial temporal data and database systems. This site contains content developed by Dr. Anderson for his classes. 
This class is about Database Management Systems. As such we talk about creating, managing and programming SQL databases. When time permits, we also cover spatial/spatial temporal data and database systems. This site contains content developed by Dr. Anderson for his classes.
Line 6: Line 5:
Line 8: Line 6:
  * Commandline [[DatabaseManagementSystems/DbConnectedExample|Connected Example]]
   * Forms [[DatabaseManagementSystems/DbDisconnectedExample|Disconnected Example]]
  * Commandline [[DatabaseManagementSystems/DbConnectedExample|Connected Example]]
  * Forms [[DatabaseManagementSystems/DbDisconnectedExample|Disconnected Example]]
Line 11: Line 9:
  * [[http://msdn.microsoft.com/en-us/library/system.data.dataset.aspx?PHPSESSID=tn8k5p1s508cop8gr43e1f34d2|DataSet Class]]
   * Filled by [[http://msdn.microsoft.com/en-us/library/bz9tthwx%28VS.80%29.aspx|TableAdapter]] contained in the [[http://msdn.microsoft.com/en-us/library/bb384426.aspx|TableAdapterManager]]
   * [[http://msdn.microsoft.com/en-us/library/system.windows.forms.bindingsource.aspx|BindingSource as a service provider]] 
    * How are GUI elements bound then?
      * How do the GUI elements change?
   * [[http://msdn.microsoft.com/en-us/library/system.windows.forms.bindingnavigator.aspx|BindingNavigator]]
   * Lecture 3: Detail Tables and other GUI Objects
   * For anything other than small, independent projects consider the [[http://msdn.microsoft.com/en-us/library/aa697427%28VS.80%29.aspx|Entity Framework with LINQ]].
  * [[http://msdn.microsoft.com/en-us/library/system.data.dataset.aspx?PHPSESSID=tn8k5p1s508cop8gr43e1f34d2|DataSet Class]]
  * Filled by [[http://msdn.microsoft.com/en-us/library/bz9tthwx(VS.80).aspx|TableAdapter]] contained in the [[http://msdn.microsoft.com/en-us/library/bb384426.aspx|TableAdapterManager]]
  * [[http://msdn.microsoft.com/en-us/library/system.windows.forms.bindingsource.aspx|BindingSource as a service provider]]
   * How are GUI elements bound then?
   * How do the GUI elements change?
  * [[http://msdn.microsoft.com/en-us/library/system.windows.forms.bindingnavigator.aspx|BindingNavigator]]
 * Lecture 3: Detail Tables, Validation and other GUI Objects
  * What you bind to makes all the difference.
  * Responding to the Validating Event
* For anything other than small, independent projects consider the [[http://msdn.microsoft.com/en-us/library/aa697427(VS.80).aspx|Entity Framework with LINQ]].
Line 21: Line 21:
Line 26: Line 25:
 * Naked Entites/Objects (http://www.nakedobjects.com) is a for pay framework   * Naked Entites/Objects (http://www.nakedobjects.com) is a for pay framework
Line 31: Line 30:


 

Database Management Systems

This class is about Database Management Systems. As such we talk about creating, managing and programming SQL databases. When time permits, we also cover spatial/spatial temporal data and database systems. This site contains content developed by Dr. Anderson for his classes.

Programming Examples

Programming Resources

Learning to program something more complex than a one off programming assignments for students can be difficult. Where do the experts learn to program large database applications and what tools and methods do they use? This section is not an answer, but a suggestion on where to look for those answers. Someday, I hope to have a class that explores this in depth.

And many more to follow I'm sure.

DatabaseManagementSystems (last edited 2024-02-25 16:33:21 by scot)