(#48) Get list of data from database using entity framework core | Asp.Net Core tutorial

preview_player
Показать описание
Asp.Net core tutorial: We will get a list of all books (data) from the database using entity framework core. To get the data from database we will use ToListAsync() method for async call. We will display this data on our view (cshtml) file.

#GetListFromDatabase #WebGentle #Nitish
Join this channel to get access to perks:

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

Follow us on
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

Popular free courses from WebGentle
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Рекомендации по теме
Комментарии
Автор

Very nice way to explain this topic. Thanks

sohailakbar
Автор

Thanks for the very simple and clear tutorial so that anyone can understand very easily.

jitendrakumar-wvsd
Автор

Thank you. great way to explain about all the concept

Dineshkumar-icel
Автор

I think u just saved me, thanks! I will try it

angelapaza
Автор

started 1 week ago and i dont wanna stop, great videos to learn...thank u sir..love from nepal

pranishpoudel
Автор

What if there is no any data available and if you use allbooks?Any() then would it raise an error?

dhawalparmar
Автор

.Any() method is missing it says, because tolistasync returns Iqureyable
?

ammadkhan
Автор

There is Automaper. Should you use it?

theKingOfAsp.NetCore
Автор

can you provide video by using sql database

rabinsubedi
Автор

You map all of your data to BookModel class list collection, is that for security reasons or something else?

pourianayeb