Adding Data to an ASP.NET Core Website | ASP.NET Core 101 [3 of 13]

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

Now that we have an ASP.NET website that has Razor Pages, let's add some data dynamically!

Learn more about ASP.NET:

Follow us:

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

I have spent so much money buying tutorials and paying monthly fees for teaching websites to learn this stuff. Here you guys are offering some of the best I've seen for FREE! I love how you don't assume I know anything! Thank you!! You guys are awesome!

heathergray
Автор

These videos are totally understandable for aspiring web developers like us! Thank you for all your efforts! ☺

ivanvillahermosa
Автор

Guys, you helped me understand better in 10 minutes than my lecturer manages to explain me in 2 hours. Like... I don't care what you will be teaching but I will be watching those videos and learning :D Great job!!

Anachoreteee
Автор

I'm really getting the Bob Ross vibes from this "oh look at that, we have a happy little rocket ship"

Westonator
Автор

i love this series! i love your side comments and it makes it less intimidating haha

SammyV
Автор

Filling Kendra's shoes was a tough job, but Leslie did it great! You two work very well together!

sebastienmorin
Автор

Scott and Leslie are great partners . I loved their videos.

ZabedAnwar
Автор

I really love the way that Scott explain how the things works, he makes it sound very fun and easy. I your fan Mr. Scott Hanselman

oscarbonillarodriguez
Автор

Love it! This is one of the first tutorials I've watched that really made me smile :) Not to mention that it explains it all in a very straightforward way.

wojciechgrodzicki
Автор

Scott Hanselman is Awwesome. He is full of wisdom

VarunKumar-qdwl
Автор

I like this duo teaching technique. I find it easy to learn.

TheMrwanter
Автор

I'd sure love that Database tutorial, haha.

NegativeNezzy
Автор

I really love this guy straight forward

ibrahimmuhammad
Автор

you guys are awesome .. can I please know or even request that you actually do create that DATABASE series?? ( fingerscrossed).

manendrademel
Автор

Great video. You should provide a link in the comments to the products.json file.

colancaster
Автор

9:13 - It's a Lambda syntax, not LINQ. Just so people get it right if they need to look at it further :D

kenthub
Автор

The modern programmer do not understand or teach the real reason behind some of the methods. That is very bad when teaching.
Two simple one I noticed here were:
1. The main use of ToString() override is when the object is put in, for example, data structures. When a list is produced from the objects, eg in drop downs, it needs a way to represent them correctly. For example a Student object has many properties but which one and how do you want to represent them in a list. That is where you use ToString to print out Firstname + Surname or vise versa. So it is not meant to display the entire object as string. It is meant to display what you want the users to see as if it was an string.
2. The main use or serialisation is not to put them in a "nice" string format. It become very necessary to serialise an object when passing it over network or internet and deserialise on the other end. An object is made of complex properties and structures so it turns it into a block of text so it becomes a string and makes it easy to send across

happylittlemonk
Автор

Thanks for using a json so we don't have to get bogged down in database stuff... massive time saver for beginners.

FlavourlessLife
Автор

Great! I started reading a book. But it would take much time. And this series get you started quickly. Congrats

cllanoe
Автор

6:44 use
using System.Text.Json;
using

proibidobs
join shbcf.ru