Answered step by step
Verified Expert Solution
Question
1 Approved Answer
The link above is a tutorial covering ASP.NET Core MVC full stack web development. It is designed to show you the bleeding edge of what
The link above is a tutorial covering ASP.NET Core MVC full stack web development. It is designed to show you the bleeding edge of what Visual Studio was made for. There is no paradigm of programming that is bigger or more lucrative right now than full stack web application development. Almost all business entities have some sort of web presence and many are using web apps to offer products and services to users. An equal number use web apps internally on their corporate intranets to manage employees, benefits, training, business requests, and other organizational processes.
We will go through parts of the above tutorial together as a class in a lab style study.
Each student must create their own copy of the web application for the lab activity
The deliverable is a video you make of your web application working and going through the basic CRUD operations of a database
You should demonstrate the running web application displaying the supplied sample data, plus an end to end use case example of each of the CRUD operations.
Do each step of the tutorial in order, following the written instructions exactly ASP.NET using Visual Studio is a very challenging development environment.
There is no detailed rubric.
Evaluation Criteria A video demonstration of the software running with a voice over narration of the demo explaining what is happening.
Be sure to include the following page actions in your demonstration video.
ViewsStudentsIndexcshtml show the basic page of the list of students in the school database include data for additional student
ViewsStudentsCreatecshtml show the create new student page include demo adding data for additional student entries
ViewsStudentsEditcshtml show the edit student page, set new last name values for records. Change one of the last names to Hendrix, change the other one to Clapton.
ViewsStudentsDeletecshtml show the delete page for a student, and the resulting omission from the Index.cshtml page after deletion
Show the SQL Server Object Explorer showing the Students.dbo table using the View Data command. Make sure the two new added students, Hendrix and Clapton, are clearly readable in the video and point them out.
AVOID FULL SCREEN VIDEO SHOTS AND SIZE YOUR BROWSER TO A SMALLER PORTION OF YOUR SCREEN FOR READABILITY. YOU ARE RESPONSIBLE FOR READABILITY. IF I CAN'T READ THE CONTENT ON THE SCREEN IN YOUR VIDEO, I WILL NOT GRADE IT
If there is no narration voice over guiding me through the video, I will not grade it
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started