An open API service indexing awesome lists of open source software.

https://github.com/engichang1467/firstdotnetweb

My first web application written in ASP.NET
https://github.com/engichang1467/firstdotnetweb

asp-net-core csharp dotnet

Last synced: 3 months ago
JSON representation

My first web application written in ASP.NET

Awesome Lists containing this project

README

          

# My First .NET Web application

My first web application written in ASP.NET

To set up the web application
```bash
dotnet new mvc
```

To run it
```bash
dotnet run
```

Once you run it, click here to see what it looks like
[Click here to check it out](localhost:5001)

[More info here](https://ej2.syncfusion.com/aspnetcore/documentation/getting-started/vscode/)