This open source project is based on Naukri type
application functionality. Below is the
working of my this project.

Image 1.
Now I am going to explain all pages functionality step
by step. As I told you that there are 2 types of user can use this project.
1. Employee
2. Employer
First I am going to explain all pages of Employee.
This is the start-up page from where user can search
jobs:

Image 2.
Job Search Result..

Image 3.
User Registration Page..

Image 4.
User login Page...

Image 5.
If User Login as Employee then My Account...

Image 6.
Employee My Profile Page...

Image 7.
To Edit Profile...

Image 8.
After searching job when click on job detail then here
you have option to apply this job like below..

Image 9.
By clicking on My Applied job you can see all job for
which you applied...

Image 10.
Now if you login as Employer then in that case your My
Acco8unt page will be look like below...

Image 11.
user can view his/her profile and edit profile and can
search resume according to their need.
If employer wants to post a new job then page will be..

Image 12.
Employer all posted jobs

Image 13.
Employer can view which user applied for his job...

Image 14.
Now move to database structure. For this project I used
3 tables.
1. User_Registration (To keep user records)

Image 15.
2. Job (To keep job records)

Image 16.
3. Job_Applied (To keep record which user applied for
which job)

Image 17.
I copied database in App_Data folder..

Image 18.
To run this project just attach the database and make
change in connection string in database class like below...

Image 19.