Course Information
Course Overview
From Concept to Deployment: Develop a Fully Functional URL Shortener Application with ASP.NET MVC, API and Data Project
Want to learn how to build awesome web application with ASPNET? This course is for you! We'll show you how to create your own cool URL shortener using ASP.NET Core. You'll build the whole thing – the part users see (front-end) and the behind-the-scenes magic (back-end). Plus, you'll learn how to store info safely in a database with Entity Framework Core.
What will you learn?
Make a user-friendly website: Build the part of your URL shortener where people log in and manage their links (using ASP.NET MVC). Think of it like the control panel for your app.
Master those redirects: Set up a special system (ASP.NET Web API) to make sure shortened links take people to the right place. It's like the super-fast traffic cop for your website!
Get organized with a database: Use Entity Framework Core to store and manage your shortened links. Imagine a super neat filing cabinet for all your website's important info.
Become a full-stack pro: Learn how to fit all the pieces together (ASP.NET MVC, Web API, and Entity Framework Core) to create a complete web app.
This course is super hands-on, so you'll finish feeling like you can build your own amazing websites with .NET Core. Ready to get started? Let's do this!
Course Content
- 10 section(s)
- 103 lecture(s)
- Section 1 Welcome
- Section 2 Intro to the course
- Section 3 Introduction to ASP.NET MVC
- Section 4 Passing Data From Controller to View in ASP.NET MVC
- Section 5 Introduction to Application Controllers, Models and Views
- Section 6 Methods for Passing Data from a View to a Controller
- Section 7 Data Validation and Form Submission
- Section 8 Setting up Entity Framework Core in ASP.NET
- Section 9 Manage Data Using Entity Framework
- Section 10 Building and Configuring ASP.NET Core MVC Services
What You’ll Learn
- Build an ASPNET MVC client application for creating and managing short URLs, including user authentication and administrative functions.
- Develop an ASPNET Web API service to handle redirection from short URLs to the original URLs, utilizing custom routing.
- Configure Entity Framework Core within a ASPNET class library for robust database operations, including migrations and data access.
- Integrate ASPNET MVC, Web API, and Entity Framework Core to create a cohesive URL shortener application with a focus on full-stack development practices.
Skills covered in this course
Reviews
-
OOscar Augusto Rondon
Wonderfull course, teach averything you need to create a MVC project
-
MMarkela Elezi
A clear and practical course for learning how to build a URL shortener with ASP.NET.
-
AAgron Sverkaj
I am very satisfied with this course; the content is clear and the instructor explains everything very well!
-
JJohn Larimer
The examples provided are all working as described in the lectures. The only errors I've experienced have been my typos. Fantastic job with this course!