New in Visual Studio 2008 (Local and Global Resources)
Local and Global Resources
In the past, Global Resources were compiled to satellite assemblies, where as local resources were XML files, this usually has some performance penalties when using Local Resources, but in Visual Studio 2008 you can now choose how you would like your Local Resources to be compiled (Not Compiled, Internal or External)
(It's a drop down list on the top right of the resource file), sorry I couldn't add a screen shot since the insert Image/File is disabled for some reason :), maybe next time.
Revision number 1, Thursday, July 10, 2008 10:21:10 PM by Mohamedcherifmo
You must Login to comment.
|
Fri, Jul 11, 2008 6:48 AM
by anas
|
I think its not an enhancment in 2008 version , it can be used if your are wrking with web application projects.
|
|
Fri, Jul 11, 2008 8:04 AM
by Mohamedcherifmo
|
if so, can you please tell me how to set local resources as satellite assemblies in visual studio 2005?
|