ASP.NET Core Web API - 9. POST & Create Methods [PART 1]

preview_player
Показать описание
ASP.NET Core Web API - 9. POST & Create Methods [PART 1]

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

Another good video, when creating the new mappings, you don't need to type out both sets of CreateMap<Categorydto, Category>(); & CreateMap<Category, CategoryDto>();
You can just add .ReverseMap(); onto the end so that it maps both ways so with the previous example: CreateMap<Category, CategoryDto>().ReverseMap(); 🦌

Mooseontheloose
Автор

Great lectures, terrific job! I would just suggest to change the video order in the playlist, the part 1 comes after the part 2 of the POST Methods.

lucash.o.koyama
Автор

You never responded to my previous comment. That would have been helpful but aside from that. I have learned more in this series, solidifying my knowledge than my formal education. I am about to graduate with a software engineering degree in September and this goes to show YouTube is the biggest university. I am paying it forward by liking each video, and plan to check out your Unit Testing course. I hope that course will help with debugging API's. Debugging is my weak point.

Matthewthetechie
Автор

While creating data...
do we need to mention the name of table like,

context.Category.Add(create category)

How will entityframework know in which table to add data.

neelkamal
Автор

thank you for doing these kind of videos you are the best ;

nabiljebokji
Автор

Why don't you add an attribute named "Countryid" in the Owner Model to present the relationship between Owner and Country?

huynguyenluonggia
Автор

hello, im trying to find your authentication and authoraziation serie, have you created it yet?

gonna work through ur testing but really liked all your videos, i have finnished em all. Couln't find autherization or authentication.. have you implemented it yet?

Mroosskkaarr
Автор

When i try to post, i get an 404 not found?! Do anyone have similiar issue, or know how to solve this

Mortalstefan
Автор

FYI: Play list #9 is in the wrong order.

JeffZiegler
Автор

Why dont you make a foreign key can be null? That may solve for the promblem?

hugnt
Автор

i did not know that tom felton is .net developer.

shivpratapshukl
Автор

public bool Save()
{
return _context.SaveChanges() > 0;
}

Dovmial
join shbcf.ru