Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 224 Bytes

File metadata and controls

5 lines (4 loc) · 224 Bytes

WebApp

  1. Create an ASP.Net web api application using the .Net 6.0.
  2. Note rename the original Program.cs to Program.txt.
  3. Then use the created Program.cs to refactor the code into new Startup.cs and new Program.cs.