Store .net assemblies in SQL databases

May 18 2010 5:54 PM
Hi All,

I need to find an efficient way to deal with assemblies. The number of these assemblies can grow considerably large (around 2000) in future. I can easily put can assembly in the GAC for web. But we have a desktop application too. So we don't want to create the maintainance overhead  of register/ un-register assemblies and dealing with different versions etc. on users machine. I was wondering if there is a way where we can store these assemblies in the database. And load it back in to the memory and cast it back to a custom object. That way it will be relatively easier to maintain in future.
Any ideas..?

Thanks.

Answers (3)