I'm using Jquery autocomplete with a textbox which gets its data from the database(SQLserver) every 400ms.
Can I use EF for getting a faster fetch time from the database (lets say the entity fetches data every 1 hour and then I select from it every 400ms) intead of selecting straight from the database?