Top Course - Learn ASP.NET Core 5.0 MVC - CRUD Operations, EntityFramework Core

preview_player
Показать описание


In this video, you're going to learn ASP.NET Core 5.0 MVC. We are going to go over the basics and build an Expense Tracker.

And if you are interested in some more C# knowledge, check out our WPF course and our C# Masterclass!

And don´t worry, our older ASP.NET 5 course is still relevant as well!

00:00 Intro
01:36 What we will build in this video
06:21 Intro to the section
07:20 The Tools you will need
08:59 Introduction to .NET Core
16:58 Creating an ASP.NET Core Project
19:58 Project File and Program File
24:10 Dependency Injection
28:22 Startup file, .Net Core Pipeline and Middleware
34:47 Routing in MVC
40:52 Launchsettings, AppSettings, WWWRoot
45:00 What exactly is MVC
49:32 Shared Folder as well as ViewImports and ViewStart
1:00:24 Intro To the Controller Chapter
1:01:01 Creating your own controller in ASP.NET Core MVC
1:06:40 Creating your own view in ASP.NET Core MVC
01:10:48 Routing Explained
01:18:35 Conventional Routing
01:21:42 Attribute Based Routing
01:24:19 Controller Actions
01:26:24 Pass Values to Actions
01:33:39 Action Return Types
01:46:01 Intro Chapter Models
01:47:00 Model in MVC
01:53:37 Code First Approach and Migration
01:58:32 Setting up the Connection String
02:01:13 Setting up DBContext as Well es Entity Framework Core
02:04:54 Setting up DBContext in our startup File in ASP.NET Core MVC
02:08:52 Push our items to the Database, Migrations and checking the DB
02:14:05 Add a controller to our borrowed items
02:18:12 Passing Data to the Controller in ASP.NET Core MVC
02:23:19 Displaying our Data using HTML and Bootstrap
02:31:42 Add new columns to Database
02:37:17 Create Page and Button editing
02:42:57 Designing the create item page
02:52:23 Creating the Entry in the Database
02:58:42 Challenge - Expenses
03:00:13 Challenge Expenses - Solution
03:08:37 Server Side and Client Side validation
03:20:11 Delete Entry in Database
03:32:12 Update Entry in Databse

Learn ASP.NET Core 5
You can learn ASP.NET Core MVC for programming web applications
General ASP.NET Core MVC tutorial
We are going to use HTML and bootstrap.
You will first learn the ASP.NET core basics. Then we will dive deeper.

Please be aware of having to set up the right data model on your Database for this to work correctly.

tutorialsEU offers you free video tutorials about programming and development for complete beginners up to experienced programmers.

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

I literally bought your full course right away as soon as I've finished this tutorial. The best dotNet tutorial ever. I can't thank you enough for this tutorial.

Eagle_Ridaz
Автор

The only tutorial that I have followed without breaking changes. From first minute to the last, it was all flawless

nelsonmudanya
Автор

Really helpful! I loved that you showed how MVC works in real example as other people tutorials lacking real practical stuff after theory, like how to get, save data from DB and etc...

Rokazz
Автор

WOW, amazing tutorial. Thanks for putting this together.

chrisogonas
Автор

I just finished this course and man it was a lot of information. But I learned so much about dependency injections, as well as CRUD and MVC implementations. Thank you for this free resource man. I have a good foundation to begin web application development using .net core. Subscribed!

sheriffcrandy
Автор

Well explained tutorial, I love your teaching style. Thank you for your time.

neanderthal
Автор

Excellent course!! I like how you explained everything you were doing and why you were doing it. You’ve got yourself a new subscriber!

SpeedyMe
Автор

You courses are just really good. You don't put me to sleep when talking. I can understand what you are saying. The graphics and visual representations with colors etc...really get your points across in a way that is easy to understand. The focus on real world goals and explain everything so someone isn't just following along blindly. Just really great stuff man. Thank you, and keep up the great work.

johnnyvcrow
Автор

Finished this project video yesterday and your courses on sale today got both the c# and this course!

Mercino
Автор

Absolute great course and was for a change easy to follow. As a result purchased the full course.

tLetsGiveItaGo
Автор

Thank you for this great content. Just purchased the full course. Looking forward to it.

nickguerra
Автор

thank you so much for the video course, it helped my team to take 3rd place in the programming competition. Although none of my team members and I myself knew quite ASP. If you carefully delve into the material for these 3 hours, and completely repeat after the author, following his instructions, then you will get such an idea of the ASP that we received. Thank you very much!

iffkdwb
Автор

Just want to thank you dearly. I recently started a new job within healthcare after completing my Comp Sci degree and they use this technology for all of their internal web based apps. I loved the little tasks you gave, they really enhanced my learning because I paused the video and did them. I will look into buying the full course as this was excellent. Thanks again.

BluetonicUK
Автор

Best ASP.NET MVC tutorial I have seen so far. You are an amazing teacher. Thank you for this

danielmereugochukwu
Автор

You courses are really understanding. I understand what you are explaining. Thank you, and keep up the great work.

measshun
Автор

Thank you for a very good introduction to .Net Core basics. It helped me much. 👍

Nessus
Автор

Just a quick note at 27:45:
The 5th principle of solid is dependency inversion, not dependency injection.
Dependency injection is an implementation of dependency inversion. There are other ways than dependency injection to implement dependency inversion, like making an IOC container class for example.

markocoetzee
Автор

Fantastic work, simple and understandable

solodevelopers
Автор

Best beginners guide to ASP.NET CORE 5.0 so far. Much respect for your efforts sir really appreciated the course.

ameyashinde
Автор

Denis you're taking all my money! Why do your courses have to be so good?!

On a serious note, I can't wait for this course. This one and the WPF course, which will hopefully come out in March, as you stated.

pedromiranda