0% found this document useful (0 votes)
17 views1 page

MVC

latest job desc

Uploaded by

veribax896
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views1 page

MVC

latest job desc

Uploaded by

veribax896
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

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.

So, things should go in this manner -

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.

You might also like