Address search from large text file
Posted
by
user73809
on Programmers
See other posts from Programmers
or by user73809
Published on 2012-11-28T01:44:26Z
Indexed on
2012/11/28
5:24 UTC
Read the original article
Hit count: 197
Basically I want to develop a Address lookup(part of my project) using C# (and I can use SQL if necessary). I have a very large text file which have all the UK address and postcodes. Addresses needs to be looked up from this text file.
For example, as soon as a user type in the first letter of the postcode it should list all the postcodes starting with that letter and as they type in further, the list should narrow down.
Could you guys please how I can do this search very fast and list the results in a efficient way. If you guys know any methods and technologies pls do advice.
© Programmers or respective owner