In ASP.NET which is better performance wise;
- Localization using the file based resx / resource system
- Localization by retrieving translations from a database
Thanks
In ASP.NET which is better performance wise;
Thanks
Localization using the file based resx / resource system. No network latency.
Normally the I/O of file on local disk should have better performance than the I/O of database connection.