In .NET, What is the difference between Embedded Resource and Resource ? - Stack Overflow most recent 30 from stackoverflow.com2009-12-01T04:24:31Zhttp://stackoverflow.com/feeds/question/590725http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/590725/in-net-what-is-the-difference-between-embedded-resource-and-resource4In .NET, What is the difference between Embedded Resource and Resource ?Nicolas Dorier2009-02-26T14:18:55Z2009-06-19T20:39:32Z
<p>Hi </p>
<p>Does someone knows the difference between Embedded Resource and Resource ? Because these two resources type are stored in the assembly and accessible with Assembly.GetManifestResourceStream.</p>
<p>Thanks,</p>
http://stackoverflow.com/questions/590725/in-net-what-is-the-difference-between-embedded-resource-and-resource/590754#5907544Answer by Franci Penov for In .NET, What is the difference between Embedded Resource and Resource ?Franci Penov2009-02-26T14:25:36Z2009-02-26T14:25:36Z<p>You can read on MSDN about <a href="http://msdn.microsoft.com/en-us/library/ht9h2dk8%28VS.80%29.aspx" rel="nofollow">Linked vs. Embedded Resources</a>.</p>