So many dlls! #1984
-
Let's suppose i have an "hello world" app, that just read, insert 1 row, update the row and the delete it. The app is 10kb, single exe. Why i need 23 more dlls? If i want to make my single dll full of my common classes/functions and a simple connection to a database, i really need my dll + these 23? There is a way to merge them? Considering i'm building a dll, can't these be merged in the man dll? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
You needed most of these when you used System.Data.SqlClient, they were just installed machine wide. |
Beta Was this translation helpful? Give feedback.
-
For a lot of these, see #1108. |
Beta Was this translation helpful? Give feedback.
-
🆕 Microsoft.Data.SqlConnect:WinExe app:
Personal DLL library:
👴🏻 System.Data.SqlConnect:WinExe app:
Personal DLL library:
Sorry but i stick with the old libraries until Microsoft will split mandatory dlls from useless ones. (as me, i think many other will do the same) |
Beta Was this translation helpful? Give feedback.
For a lot of these, see #1108.