Click here to Skip to main content
Sign Up to vote bad
good
See more: C#4.0
Hy
what does different between Resx and resource files ?
Posted 3 Sep '12 - 19:06


3 solutions

hi,
 
Please see the below link. you will get the idea about this.
http://www.c-sharpcorner.com/UploadFile/yougerthen/introduction-to-the-resources-resx-and-resources-files-part-i/[^]
 
I hope it will be help you.
 
Thanks,
Viprat
  Permalink  
RESX is one of the formats for 'Resource' files. Generally, they are used for localization.
RESOURCES are binary files embedded for CLR to use at later stage.
Here: MSDN: Resources in .Resx File Format [^]
 

Few more details here: Introduction to The Resources .resx and Resources Files: Part I [^]
It too says, RESX is a kind of structured XML format file, such as the XSD files those used to stock information about datasets elements and structures. It is, normally, used for structuring and organizing data in a given order.
Whereas
RESOURCES is a kind of file as a common language runtime binary file that one can embed within a runtime environment. In order to be used by the application core later.
  Permalink  

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 Sergey Alexandrovich Kryukov 449
1 Mahesh Bailwal 373
2 Maciej Los 255
3 Rohan Leuva 175
4 CPallini 175
0 Sergey Alexandrovich Kryukov 9,402
1 OriginalGriff 7,204
2 CPallini 3,933
3 Rohan Leuva 3,211
4 Maciej Los 2,743


Advertise | Privacy | Mobile
Web01 | 2.6.130516.1 | Last Updated 4 Sep 2012
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid