general meeting
July General Meeting
We will discuss C# on GNU/Linux.
Many thanks to James at Strad Meadery for hosting SacLUG for the July meeting
Strad Meadery graciously provided their facility to us for hosting the meeting. James (from Strad Meadery) says that if we plan to eat during the meeting that we should bring our own food or order food for delivery.
C# discussion agenda
Some stuff in the meeting.
This is a loose collection of notes and links for our dicsussion during the meeting.
Microsoft only allows the use of vsdbg from within VSCode. Samsung has a Command line debugger.
Command line project creation
dotnet new console -o ./CsharpProjects/TestProject
The namespace declaration provides a way to logically organize your code.
Add dependency to CSharp project such as IText
dotnet add package itext --version 9.2.0