Storing resources in DB

G

Guest

Hi,
We are considering storing our resources in a DB table.
My question is whether using a custom provider with the resources stored in
DB can downgrade the application performance? I understand that the .net
framework use the resource as assembliles and store them in cache.
My custom provider should get the resources and store them in cache also.
Is there a diffrence on how the framework treats the resource assemblies
with the default provider in terms of caching?

Thanks
 
K

Karl Seguin [MVP]

Unless you are seeing actual performance issues, I wouldn't worry about
micro optimizations. If you cache your resources in memory coming from your
DB, you are going to get optimal performance.

Karl
 
G

Guest

Hi Karl,
Thanks for your reply.
Does the default provider of localization with asp.net 2.0 cache the
resource in the way?

Thanks

Yoav
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,073
Latest member
DarinCeden

Latest Threads

Top