Page 65 - CSharp/C#
P. 65

}
                         }
                     }


            3.  Restore the needed packages with dotnet restore.

            4.  Optional Build the application with dotnet build for Debug or dotnet build -c Release for
              Release. dotnet run will also run the compiler and throw build errors, if any are found.


            5.  Run the application with dotnet run for Debug or dotnet run
              .\bin\Release\netcoreapp1.1\hello_world.dll for Release.




        Command Prompt output





























































        Creating a new query using LinqPad






        https://riptutorial.com/                                                                               11
   60   61   62   63   64   65   66   67   68   69   70