c# - How to access HttpRuntime.Cache in another project in the same solution -
i have 2 projects [main project, data access project] in 1 solution [ldm].
main project contains pages, scripts, images, etc.
data access project contains data base operations.
i need access httpruntime.cache in data access project.
how can that??
pass httpruntime.cache dal class want access. can pass parameter constructor of method.
void somemethodindal(httpruntime.cache httpruntimecache) { } it better pass required information httpruntime.cache dal instead of passing httpruntime.cache
Comments
Post a Comment