Company
Date Published
Author
David Prothero
Word count
2933
Language
English
Hacker News points
None

Summary

The Employee Directory application is a Twilio-based ASP.NET MVC application that allows users to search for employees by name or ID and receive their contact information via SMS. The application uses Entity Framework Code First, C#, and ASP.NET MVC to build the directory. It includes features such as searching by partial names, handling multiple matches, caching employee IDs in cookies, and returning an employee's contact information based on user input.