Browse by Tags

All Tags » assembly (RSS)

Using Images embedded in Project’s Assembly by hajan

Few months ago, I wrote a blog “ Working with embedded resources in Project’s Assembly " explaining how you can embed resources in the project's assembly. Now, in this blog I will show one simple example on how to use these image files to bind in an IMG...
Filed under: , ,

Working with embedded resources in Project's assembly by hajan

Embedding resources in project’s assembly can be very useful for static data that exists in your project, such as images, some static files etc. For this purpose, .NET Framework is equipped with Assembly class which is derived from the System.Reflection...
More Posts