Add some logging during application startup so you can clearly see when
the application started without hitting any application endpoints. For
example, in the Program.Main method write a timestamp to a log
file:System.IO.File.AppendAllText(@"C:\Temp\...
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.