c# - .net library (dll) optimization -


I am trying to use the PDF library ITextSharp in my project. Iitchshops have so many features, I am not even using 5% of them. I'm just thinking, why should I send the entire DLL file, when I use it only 5%.

Is there any way to permanently link the library to my site and remove all unused methods? , Library features?

  1. There is no benefit to static linking. NET DLS.
  2. It is not easy to decide that you are using only 5% of the library, the library may be using too many internal codes to do very little things, with naked eyes.
  3. Although iTextSharp is open source, you can create a strip-down version of iTextSharp to ship with your project.
  4. The way iTextSharp is small enough compared to the earlier DLL on non-day.

Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -