-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Jolisa Tran edited this page Mar 11, 2019
·
1 revision
Welcome to the CourseRegistration wiki!
Knowledge: ADO.NET(Existed database) and ClassLibrary
Login Window Create ClassLibrary with SecureString for Passwordbox
Register Window Create the database based on the .sql file Create ADO.NET file with the existed database. Implement logic:
- StudentID on the top
- Datagrid: enrolled courses
- Combobox: all available courses (either enrolled or not)
- Register button: if already enrolled => message, if not yet => registered
Using some noticeable code knowledge: Any, Contains, LINQ query, SecureString