Skip to content

wisac/asp.net-mvc-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning ASP.NET Core MVc 8

Introduction

This is a simple project to learn ASP.NET Core MVC 8. This project is based on the tutorial from Youtube.

Prerequisites

  • Visual Studio Code
  • .NET Core SDK
  • C# Extension for Visual Studio Code

Getting Started

  1. Clone the repository
git clone
  1. Open the project in Visual Studio Code
code .

Running the project

  1. Open the terminal in Visual Studio Code
  2. Restore dependencies
dotnet restore
  1. Run the project
dotnet run
  1. Open the browser and navigate to https://localhost:5054

About

Learning ASPNET MVC 8

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published