vs2022

  1. S

    Responding to context menu.

    I have a context menu in a view that calls the correct handler, but the command parameter is not being passed. <TextBlock DockPanel.Dock="Left" Margin="0,3,1,0" VerticalAlignment="Center"> <TextBlock.ContextMenu> <ContextMenu>...
  2. timdams

    Teaching C# and toplevel statements

    With the arrival of toplevel statements in C# 9 and Visual Studio 2022, the default console projects basically start out with an empty Program.cs file. Gone are the , for beginners, strange things likes class Program, namespace, endless curly braces, etc. From the perspective of “luring”...
Back
Top Bottom