Hi,
With my project turning out to have around an enormus different dataTablees, and forms, the compilation time taken has started to show up.
Is there a way to convert parts of it as libraries, considering that there will be datasets (Strongly typed) which will need the main program to supply the connection strings, and these datasets will be a part of almost most of the code files
With my project turning out to have around an enormus different dataTablees, and forms, the compilation time taken has started to show up.
Is there a way to convert parts of it as libraries, considering that there will be datasets (Strongly typed) which will need the main program to supply the connection strings, and these datasets will be a part of almost most of the code files
Comment