Search results for query: *

  • Users: lyex81
  • Content: Threads
  • Order by date
  1. 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...
  2. 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