Search results for query: *

  1. L

    Question Can I use a GitHub Library with GNU License in commercial C# software?

    Thanks so much Skydiver for helping me again! :) I know my question was probably a little bit stupid but I thought to confirm my doubt to be compliant. Have a great day!
  2. L

    Question Can I use a GitHub Library with GNU License in commercial C# software?

    1. Can I use a GitHub Library with the "GNU Lesser General Public License v2.1" license for a commercial computer software? (C#) What I wish to do- Install the library through Nuget Package in Visual Studio Add a reference to a function in that library to perform a specific task Installer of...
  3. L

    Question Linq: Group items that have equal elements > 200

    Thank you so much for your help John and Skydiver! I really appreciate both of you taking your valuable time to help me 😍
  4. L

    Question Linq: Group items that have equal elements > 200

    I'm using the below code to determine the number of equal elements in two lists (x of 256): List<string> secretData1 = new List<string>() {...
Back
Top Bottom