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?
- There is no benefit to static linking. NET DLS.
- 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.
- Although iTextSharp is open source, you can create a strip-down version of iTextSharp to ship with your project.
- The way iTextSharp is small enough compared to the earlier DLL on non-day.
Comments
Post a Comment