first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

WPF: “What is the difference between the ‘Resource’ and ‘Embedded Resource’ build actions?”

What is the difference between the “Resource” and “Embedded Resource” build actions?

“Resource” and “Content” build actions are to access the WPF resources using the Uris. However “Embedded Resource” is for prior technologies. However both options embeds the resource in assembly but “Resource” option to be used for WPF.

[http://csharpsimplified.wordpress.com/2009/02/16/resources-in-wpf-i-binary-resources/]

mod date: 2010-03-22T20:32:43.000Z