ASP.NET Core Web API .NET 8 2024 - 18. Filtering

preview_player
Показать описание
ASP.NET Core Web API .NET 8 2024 - 18. Filtering

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

Hey. This filtering is so much easier than what I would have thought! Thanks for the tutorial series.

yesss
Автор

Thank you for this series!! It helps me alot <3

Sohneg
Автор

Man Love these series, would love you to do more in the future! Earned a sub from me !

mvisuals
Автор

Enjoying the series so fat, this WebAPI worked out really well, I dont know why I couldn't do the pokemon one in VS.
VSCode turned out to be pretty cool, also ejoyed the setup.

Thanks.

kvelez
Автор

Hey bro, thank you so much. I got new knowledge

yahyo_bey
Автор

thank you so much Teddy for another wonderful video. You could also add ToLower() methods to both your query object and the CompanyName/Symbol for better handling of input regardless whether upper or lowercase

curtisdave
Автор

Hey Teddy, thanks for the video. Have one question though. Are these query params not case sensitive ? I just tried it by using Uppercase for symbol and it worked while in db it is stored in lowercase. Can you please explain this behaviour ?

ujjwalkkumar
Автор

It is very complicated to implement Clean architecture in the project ?

ianck
Автор

Hi

Thanks for doing those videos.
Are you going to continue with this topic? You are not able to delete stock which contains comments. Would be nice to learn this. 👍

karse
Автор

Hey Teddy, I'm not sure why, but when I test the GetAll for Stocks, CompanyName and Symbol filters are required. Is there something that I'm overlooking?

Great series btw! :)

akindofmagik
Автор

hi friends, I did everithing about filtering query but i can´t see the parameters 'CompanyName' and 'Symbol' in my swagger on my endpoint getStock, why happens that? I m looking information but i not found explication. help me...thanks

fercho
Автор

Silly question but, which vscode theme are you using?

tomasbalducchi
Автор

why do both msft or MSFT work for the symbol query? I thought in c#, string Contains method is case sensitive by default

daveche