Tagged Questions
The resourceproviderfactory tag has no wiki summary.
1
vote
1answer
1k views
.NET MVC Localization (resourceprovider) implementation not working correctly
i'm currently implementing a localized website. I've created a custom ResourceProvider + Factory for storing resources in a database. This all works, i'm storing data as follows:
resourceid | url ...
1
vote
1answer
543 views
ResourceProviderFactory periodic refreshing
I've created a custom resource provider which returns strings from our database to use for whatever.
The issue is I haven't found a way to "bust" the cache on these items and reload them from the ...
0
votes
1answer
178 views
How to empty asp.net Resources Cache, provided by SQLResourceProvider
I've just implemented a SQLResource provider in my MVC2 application. When I change something in the database by hand or by a webform, I want the ResourceProvider to drop all it's resources and fetch ...