Build a URL Shortener App with ASP.NET: Step by Step
This hands-on course teaches you to create a URL shortener from scratch. Learn to build user interfaces with ASP.NET MVC, handle redirects via Web API, and manage data with Entity Framework Core.
Application Demo
What to expect from this course?
What you should know?
Setting up development environment
Github Branching and Pushing Your Code to Github Repository
Quiz: Intro to the course
What is ASP.NET MVC?
ASP.NET MVC Project Default Files
Creating Your First Controller in ASP.NET MVC
Creating Your First Model in ASP.NET MVC
Creating Your First View in ASP.NET MVC
Quiz: Introduction to ASP.NET MVC
Introduction to Passing Data From Controller to a View
Using a Model to Pass Data from a Controller to a View
Using ViewData to Pass Data from a Controller to a View
Using ViewBag to Pass Data from a Controller to a View
Using TempData to Pass data from a Controller to a View
ASP.NET MVC Data Passing Methods Quiz
Introduction to Application Controllers, Models and Views
Cleaning up the Homepage Controller
Designing the Homepage
Designing the Navigation Bar
Designing the All Links Page
Passing Fake Data to All Links Page
What is a ViewModel in ASP.NET MVC
Creating the User Model
Creating User Controller and View
Updating Footer Style
Designing the Login Form
Designing the Register Form
Application Controllers, Models and Views Quiz
Introduction
Passing Data in Query Strings
Passing Parameters as Route Data
Passing Data with Form Submission
Form Data Submission view ViewModel
Passing Data to Controller with Ajax
Passing Data from a View to a Controller