Showing posts with label Extras. Show all posts
Showing posts with label Extras. Show all posts

Wednesday, December 10, 2008

Native Image Compilation with Future Gac Browser

I've got thumbs down for messing up with windows registry from my friends, saying mostly they replace an assembly and do not expect to remove registry information as next thing to removal of assembly is installation of latest one into GAC for them. 
But nobody can stop me giving next version of GAC browser. I've got a 'good' idea about integrating Native Image Compilation through/with GAC Browser itself. 
Presently there is no way you can see if you dearly assembly is Natively Compiled or not. I think it would be nice to represent that in GAC Browser search result :) 
Happy GACing!

Thursday, October 9, 2008

GAC with Mono

I don't think many people uses Mono but I was eager to see how GACing works on linux, and came though this link: http://www.mono-project.com/Assemblies_and_the_GAC
It gives good overview on discovering and loading assembly.
Less number of developers have prevented me developing GACBrowser in Linux. Hopefully some hardcore Mono guy (sorry! gender no bar) will do when time is right.

My next venture is a small .NET software to mass compress of images with couple of guys. We are going to port that into Windows as well as Unix like systems. It will use MVP (Model View Presenter) pattern so that we can reuse most of my code. Target audience is bigger and so we can afford to do so.