Application Demo - Create Your Own URL Shortener with ASP.NET MVC and Web API Tutorial

Опубликовано: 16 Октябрь 2024
на канале: Ervis Trupja
2,444
36

This is a sneak peek into what we're going to build together, step by step, starting with a blank canvas.

We're diving into the world of URL shorteners, and let's break down what that means:

You'll be the architect behind not one, but three distinct projects. Here's the breakdown:

The Admin Portal: Think of it as the control center. We'll build it using ASP.NET MVC, providing a user-friendly interface for managing our URL shortener application.

The Redirect App: This is where the magic happens for our users. We'll develop it using ASP.NET Web API, allowing seamless interactions and URL shortening capabilities.

Data Management: Sandwiched between these two projects, we'll have another project - a .NET class library app. It will be responsible for managing our application data.
------------
🔗 Source Code: https://github.com/etrupja/Shortly
------------
Full course: https://bit.ly/49nbHIN
------------
🌐 Connect & Learn:
Blog: https://dotnethow.net
Udemy: https://www.udemy.com/user/ervis-trupja
Pluralsight: https://www.pluralsight.com/authors/e...
LinkedIn:   / ervis-trupja  


00:00 Introduction
00:29 Application key features
01:01 Create new account
01:54 Login to your account
02:17 Shorten a link
03:09 Test a shortened link
03:48 Admin user
05:45 Thank you