c# - Will included references somehow can change how the compiled program works? -


i wonder because when i, example install-package microsoft.aspnet.webapi.helppages install pages + 6 dependencies razor etc.. when try uninstall it uninstall package , none of dependencies.

now know bit on ocd side, it's , wonder if keep referenced in project somehow worsen/make slower application?

i'm using empty webapi example here.

the references loaded when needed (there dll's), make slower application use it, if none used, none loaded.


Comments

Popular posts from this blog

Using 'OR' and 'AND' in SQL Server -

c++ - NetBeans Remote Development with additional configuration -

visual studio - TFS will not accept changes I've made to a Java project -