By dotCore
via dotnet.dzone.com
Published: Jan 05 2013 / 03:25
If you want to share your application resources(like css, javascript, images, etc) between different projects then embedded resource is a great choice. Embedded resource is also good for component/control writers because it allows component/control writers to distribute all the application resources with just a single assembly.
Add your comment