Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
1.67/5 (2 votes)
See more:
Hi,

I want to develop a project (application) which will scan all the resumes uploaded on a site and it will scan the number of experience for a particular technology.
For example:
The candidate has mentioned
Java: 4 yrs
C++: 2 yrs

Then the resume should go to a directory named "Java". If no. of experience is equal, then Java and C++ directory should have this resume.

Also, the format in which people specify the experience should also be considered.

For example:
1. A resume can be in a table format like below:

Technology No. of exp
Java 2yrs
C++ 3yrs


2. A candidate can mention the period of the project like:
2001-2002
Project 1: Worked on Java

2002-2003
Project: worked on C++

2004-2006
Project: worked on Java

So in this case, experience in Java is more so this resume should go to Java Directory.

I just want a start like how this can be developed. I dont know asp.net at all :(
Also, let me know in which all platforms i can develop this application? Excluding VB,Access and HTML.

Thanks in advance.

Regards,
Archies
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900