Sacramento Linux Users’ Group

general meeting

July General Meeting

When: Tue July 15, 2025 06:30 PM to 08:30 PM

Speaker: Brian Lavender

Location: Strad Meadery

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
Published Fri 27 June 2025 by Brian E. Lavender