Pages

May 9, 2013

Small Search Engine Project For NSU CSE 373




Acknowledgement

Firstly, I would like to take immense pleasure in thanking Dr. Nova Ahmed for permitting me to complete a project on Search Engine using C#.NET.

Throughout the project I have learned a lot and it was really a great experience. Experience that I had gained throughout will not be a part of my life, if Dr. Nova hasn’t permitted me in the first place. So all the credit goes to our excellent faculty of North South University Dr. Nova Ahmed.

Finally, I would like to express my heartfelt thanks to my beloved parents for their blessings and my friends/classmates for their help and wishes to try my best in this project.

Abstract     
(How the information has been processed)

First I have used Flash CS5.5 to design the user interface. In addition, I have used C#.NET 4, Entity framework 5, Microsoft LinQ and SQL Express to develop this software. For core programming, I have used pure C#.NET with its CLR libraries. To communicate with database, I have used Object Relational Model (ORM) as Entity framework and Microsoft LinQ. I have also made learning video on linq and entity framework 5. For additional helps I have used google, stackoverflow and so on.


Introduction               
(What is the project is about)

The primary goal of the project was to make a search engine that can search text files data from all nested folders inside a given folder. First, the search algorithm should look for the exact given text and then if not found then look for single parts without escape sequences (i.e. ‘I’,’am’,’was’,’were’ and so on) and then search for pluralize syntax or singularize syntax from a given dictionary. Finally, list the files as if found by those given search phrases.
  1. Presentation : http://www.mediafire.com/view/?rzw2hiyqdd3i6kj
  2. Report : http://www.mediafire.com/view/?588q63m7zmw38jc
  3. Published Project : http://www.mediafire.com/download.php?bqd22nywr8ptvb0
  4. Source Code : http://www.mediafire.com/download.php?phq66123ia8lc1y