HTTPGET: Create API to get all items from database | ASP.NET Core 5.0 Web API tutorial

preview_player
Показать описание
Asp.Net Core Web API 5.0 Tutorial

===================================
===================================

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

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

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

One more question....What is purpose of using Select on Books DbSet in BookRepository ? I changed GetAllBooksAsync to return Task<List<Books>> and changed the code to

var records = await _context.Books.ToListAsync();
Isnt this easiest?

rameshk
Автор

Hi, why didnt your used book class in dbcontext?

TheAbubakarbaig
Автор

can i work front end of react js working in visual Studio Code and Backend dot net core web api working in visual studion 2019? and how i will request to this web api

sportscity