In .NET, What is the difference between Embedded Resource and Resource ? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-01T04:24:31Z http://stackoverflow.com/feeds/question/590725 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/590725/in-net-what-is-the-difference-between-embedded-resource-and-resource 4 In .NET, What is the difference between Embedded Resource and Resource ? Nicolas Dorier 2009-02-26T14:18:55Z 2009-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#590754 4 Answer by Franci Penov for In .NET, What is the difference between Embedded Resource and Resource ? Franci Penov 2009-02-26T14:25:36Z 2009-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>