How to save state across requests for an entity in ASP.NET without saving to database using EntityFramework?

后端 未结 3 995
眼角桃花
眼角桃花 2021-01-14 10:40

I\'m working on a CRUD ASP.NET WebForms web application consisting of a couple of pages in which the user fills in data. My client doesn\'t want to store the entities in the

3条回答
  •  再見小時候
    2021-01-14 10:59

    Use MemCached.
    there are tons of examples on the internet.
    Try this :
    Implementing Distributed Caching using Memcached

提交回复
热议问题