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
- Host: GitHub
- URL: https://github.com/engichang1467/firstdotnetweb
- Owner: engichang1467
- Created: 2019-11-22T06:02:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-22T06:03:57.000Z (over 6 years ago)
- Last Synced: 2025-03-11T02:48:33.953Z (over 1 year ago)
- Topics: asp-net-core, csharp, dotnet
- Language: HTML
- Size: 665 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)