DotNetWeb

Bonus Part 1: Create and build a website

1- Create ASP.NET Core Web App

2- Check your csproj content (Currently empty)

3- Add “Newtonsoft.Json”

4- Check your csproj again

csporj

5- Restore Nuget Packages

6- Compile your project (Generate a release folder)

7- Publish Your app

publish

8- Published App

published