Angular ASP.NET Core Minimal APIs Tutorial (pt. 1 - back end)

preview_player
Показать описание
In this 3-part series you're going to learn how to combine the popular front end TypeScript framework Angular with an ASP.NET Core Web API.

At the end of it you'll have a minimal example CRUD Application that demonstrates how to combine the two. Can be used as a clean template to kickstart your CRUD apps.

In this first video we focus on the web API. In the second video we'll focus on the Angular front end and in the third video we’ll focus on publishing them both for free to the Microsoft Azure Cloud.

All the tools I’ll use in these tutorials are free for individuals.

This is an intermediate level tutorial so I’m assuming you know the basics of C#, ASP.NET, HTML, CSS, TypeScript and Angular. You don’t really need prior knowledge of Azure.

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

►► Interested in learning Blazor? Take a look at my course for it:

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

►► DOWNLOAD SOURCE CODE:

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

►► LINKS MENTIONED

MS Docs EF Core Tools:

Snippets Blog Post:

Fancy Windows Terminal Tutorial:

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

►► TIMESTAMPS

0:00 - Intro & Demo
5:44 - Creating the Solution and Project
9:10 - Removing Boilerplate
9:44 - Generating the Database
24:47 - Implementing the Minimal API
34:04 - Testing Our API
35:42 - Conclusion

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

Good luck on your developer journey!

#angular #minimalapi #aspnetcore
Рекомендации по теме
Комментарии
Автор

Join the Discord community to chat with other devs and get help if you're stuck on something.

RubenHeerenDev
Автор

This is great Ruben. Just what I've been looking for😉

raggardy
Автор

why do you use nullable strings, i didnt see same someone always used?

oleksandravolynets