MVC
MVC
-----------------
1. Using entity framework (DB First) perform CRUD operations without scaffolding. Also add
validations.
2. Create a ledger table which will have fields like CR, DR, User ID, Name, Date. using this Ledger
maintain the transactions like adding money to wallet, deductions.
3. On the navbar add an item like Account Balance which will be updated using AJAX on every
transaction.
4. Upload KYC like Aadhar, Pan using AJAX and entity framework. These images are to be stored in a
folder. If the upload successful, the upload button should be disabled. Now create page where you
will approve or reject these documents.
a) on upload there should be status of pending near the document name and the upload
button should be disabled.
b) if the document is rejected the upload button should be active and rejected status should
be shown.
c) if the documents are approved change the background color to green and status to
approved.
5. Add a form which will have cascading dropdowns like city, sate, country.
6. Create a list sorting area. Create a gender dropdown and filter the results in the list according to
selection.