Skip to content

katerebekah/RazorIntro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Intro To Razor ###Setup

Clone repository and cd into it

dotnet restore
cd .\src\IntroToRazor.DAL
dotnet ef update database
cd ..\IntroToRazor
dotnet run

###What's here for you

  1. Working Data Access (Abstraction) Layer
  2. Home Views, Controllers, and styling
  3. Vendor Views, Controllers, and Models
  4. Product Controllers and Models

###What we're doing today

  1. Adding Views to Product leveraging Razor

Important Note: While your work in this project is "fair game" when completing future assignments, do not "borrow" or copy/paste the code that already exists in this repository. Take time to understand what's going on and implement it yourself instead.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages