Home / Companies / Twilio / Blog / Post Details
Content Deep Dive

Employee Directory with C# and ASP.NET MVC

Blog post from Twilio

Post Details
Company
Date Published
Author
David Prothero
Word Count
2,933
Language
English
Hacker News Points
-
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.