nashville-software-school / server-side-dotnet-curriculum

A student-driven, server-side web development course using C#/.NET, ASP.NET Core, PostgreSQL and React
22 stars 11 forks source link

strings chapter #6

Closed joshdbarton closed 1 year ago

joshdbarton commented 2 years ago
  1. intro to creating variables with types in c# (type declaration, the difference between declaring and referencing a variable)
  2. string methods
  3. five algorithmic problems using those methods
  4. writing to the console, reading input from it
  5. running a program with the dotnet cli
  6. debugging C# in VS Code
joshdbarton commented 1 year ago

this chapter also needs to introduce creating a dotnet console program with the cli