views:

4

answers:

0

I am localizing a site where the content is frequently updated.

With the resx approach (if i understand correctly) if i want to change text within a localization tag, i'd have to recompile (which means a redeploy to live). This seems like a disguting way to go about things to me.

As an alternative I've been looking into DBResourceProvider approach provided by Rick Strahl of WestWind ( http://www.west-wind.com/presentations/wwDbResourceProvider/ ), but I'm worried about the extra load on the Database. How intensive will it be on the database?

Which approach do you guys feel is better?

Is there any alternatives that you would recommend?

using: ASP.NET, C#, SQL