C#C
C#3y ago
Shiv

✅ AppContext in web api project

Team, Do we have something like appcontext in .net core web api project where we store all the frequently used objects and all the users need to access the objects(application scope). (To reduce the call to db)
Was this page helpful?