Giter Club home page Giter Club logo

studentdb's Introduction

StudentDB

StudentDB is a Windows application I am developing that stores and retrieves student information using a local MSSQL database. When this project is completed the user will be able to add/edit student information as well as add/view registered courses for each student. Each student's GPA will be calculated by the grades received in their registered courses.

Selecting a student:
Nature

Adding a student:
add

Features (completed)

  • Search For Students by ID #
  • Storing, Editing, & Retrieving Information
    • ID #
    • Name
    • Address
    • Birthdate
    • Phone
  • Storing & Retrieving Information
    • Courses
    • Grades
  • Relational Data Tables
    • Student
    • Course
    • Subject
    • StudentCourse
  • Event-Driven Textboxes
    • Example text is removed/returned to/from each textbox when necessary
    • Real-time string formatting for phone number
    • Instant rejection of non-numeric input for phone number, zip code, birthdate
    • Instant rejection of numeric input for state combo box
  • Additional User Input Validation
    • Reject the user's entry if any fields are outside of the range of characters allowed within the database
    • Check for null values and handle them accordingly
    • Reject impossible date selection (including support for leap years)
    • Confirmation boxes before any database queries that would add/change information
    • Generate a realistic range of drop-down options for birthdate and term based on the current year

Features (in development)

  • Removing & Editing Data
    • Courses
    • Grades

Code

You can view the code I wrote for this application here.

Thoughts

I chose to develop this application because I am graduating this year and will be pursuing a career in programming. Realizing that database programming is an essential skill for any business, I wanted to expand my knowledge. I also wanted to challenge myself to learn a new language. With plenty of practice with C++ and Visual Basic, learning C# has been a lot easier than anticipated! Through this process I have reinforced my knowledge on relational data and how to implement it correctly in a programming environment.

Author

This Visual C# project was created by Anthony Wickham. The project is still in development as of April 20, 2017.

studentdb's People

Contributors

wickhama09 avatar

Watchers

James Cloos avatar  avatar

studentdb's Issues

imagehost

This is here to host images for the README.

db1
db2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.