|
|
CS 180 - Additional Resources
C# Language Information:
-
The basics of C#.
: I found this site to be very helpful and informative -
I recommend reading all the sections in this appendix.
-
What does .NET really mean?! -- Understanding .NET
- Safari
Database Help:
- 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.
-
Choosing Your DataType: A
description of the SQL Server datatypes available.
- 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.
|