Sunday, July 19, 2009

ILMerge


ILMerge is a wonderful tool provided by MicroSoft to merge the assembly files.
If you have a licenesed third pary assembly using in the application and you really want to hide it from the users, then ILMerge is a good tool to assist you. It will merge the assemblies (Including EXE) into a single executable (EXE). It will also intenrnally reassign the entry point of the EXE to the merged one.





LosFormatter (Limited Object Serializer Fotmatter)

Limited Object Serializer Fotmatter
  • This formatter is used by .Net framework to serizalise viewstate for ASP.Net applications
  • Member of System.Web.UI namespace
  • This can be used to Serialize and Deserialize the viewstate data




Saturday, July 18, 2009

A free Zip Utility

DotnetZip is a wonderful free liberary which can be used in .Net frame work (Mobile too)
It can be used as a replacement of Deflate, GZip Streams.


A highly rated product.

What make this product good.
  • Open source
  • Can make self extraction Exe, just like WinZip / Win Rar .. does.
  • Compatability with Java.Util.Zip classes

Wednesday, July 15, 2009