Getting started with ASP.NET Core 6.0

Опубликовано: 09 Май 2026
на канале: dotnetexplained
345
6

If you are new to ASP.NET Core and want a fast introduction to basic features this video is for you. we create a new project and walk through everything you need to know. we learn how to send data to view and receive back using web forms. and create a fully working web application!

00:00 Create new project
02:00 Program.cs explained
06:00 Launch setting
08:50 Project file
09:25 Static files
11:15 Views
13:00 Send a message to view
14:20 Send collection to view
16:30 Show images
19:10 Forms post data
27:10 Bind to properties
30:25 Redirect to another page
32:30 Using TempData
33:33 Conclusion