I have a VS2017 project composed by: - Main console application `App.exe`, compiled in .NET Framework 4.6.1 --- (referenced by `App.exe`) Custom dynamic library `LibOne.dll`, compiled in .NET Standard 2.0 ----- (referenced by `LibOne.dll`) Another dynamic library `LibTwo.dll`, compiled in .NET Framework 3.5 By default, both LibOne.dll and LibTwo.dll are [...] read more
I'm new to .net and might not have understood the concepts completely. I know this a pretty old question but couldn't find an appropriate answer for it and I need help. We have a 3rd party project(lets call it "Record" for understanding) to manage all the records. My goal to [...] read more