CRUD using CSharp


The program includes the following:

  1. The program is capable is inserting new records.
  2. The program is capable of updating records.
  3. The program is capable of deleting records.
  4. The program is capable of viewing records to the datagridview.
  5. The program is capable of retrieving records from the database.
  6. The program is capable of counting no of records.
  7. The program is capable of invoking and passing parameters from form to another.
  8. The program has a login form.