Jill A. Brady
University of California, Riverside
Department of Computer Science and Engineering



Home

About Me

Teaching

Projects



CS 180 - Additional Resources

C# Language Information:
  1. The basics of C#. : I found this site to be very helpful and informative - I recommend reading all the sections in this appendix.
  2. What does .NET really mean?! -- Understanding .NET
  3. Safari

Database Help:
  1. Database Tutorial Video: A REALLY helpful video showing all the basics to build your own database application. You will need sound and a media player, so you'll have to try this at home. I recommend playing the video at 1.4X normal speed. Watch Video. Webpage with other tutorial videos.

  2. Choosing Your DataType: A description of the SQL Server datatypes available.

  3. Data Constraints: To place constraints on a column in the database (for instance, limiting a zip code field to only five integer places), right click on the column in the database explorer, and choose 'Check Constraints.' Then, for help on how to format your constraint, see this page.

Other Tidbits:
  1. Design Patterns Overview