Пікірлер
@VipinMehta08
@VipinMehta08 27 күн бұрын
Well Explained..👍👍
@caveatashish
@caveatashish 2 ай бұрын
Thank you for detailed explaination!
@caveatashish
@caveatashish 2 ай бұрын
Simple and up to the point explaination
@SukhrajMohammad
@SukhrajMohammad 2 ай бұрын
Thank You !!
@utkarshdewan8736
@utkarshdewan8736 2 ай бұрын
i spent 4 hours tryin to correct this and only your video helped. Thanks For anyone who wants a short answer just use the aws cli to setup a profile and then the EC2 whatever error will be solved
@yuvrajingale526
@yuvrajingale526 2 ай бұрын
Can you help me with DAPR yaml file configuration to connect to azure redis cache using user assigned managed Identity feature.I am facing challenges to get this configuration for MI
@johnsilva2806
@johnsilva2806 2 ай бұрын
i'm developing a web app on windows. but when i deploy in production, the server is linux. is this suitable for my case? anyone?
@SukhrajMohammad
@SukhrajMohammad 2 ай бұрын
If you are using.net core then Yes,
@manishchourasia20001
@manishchourasia20001 3 ай бұрын
How do you differentiate PUT & PATCH? PUT is to update the resource where as PATCH is used to update some part of the resource? Ideally we can use both, what is the key difference?
@SukhrajMohammad
@SukhrajMohammad 3 ай бұрын
When you want to update multi record or single record with more than one column, use PUT . If you want to update a cell of a record use patch.. we can do the same using PUT as well but it's a principle which ask to follow for Restful API.
@yuvrajingale526
@yuvrajingale526 3 ай бұрын
Very nice video ..could you please cover all components block of dapr
@shifamalik3021
@shifamalik3021 3 ай бұрын
Explained very well with real life example 👍
@thejass4536
@thejass4536 3 ай бұрын
You have used httpdelete not httpget for productversion endpoint 😅
@SukhrajMohammad
@SukhrajMohammad 3 ай бұрын
Is it... Anyways, we can use this method to delete record 😜😝
@SukhrajMohammad
@SukhrajMohammad 3 ай бұрын
First migration -> kzbin.info/www/bejne/npa2qWWBYp6ceNU
@Only_ibrahim_rajpal
@Only_ibrahim_rajpal 3 ай бұрын
Well described in simple way
@Only_ibrahim_rajpal
@Only_ibrahim_rajpal 3 ай бұрын
Very informative ❤
@siddheshkambli5583
@siddheshkambli5583 3 ай бұрын
Hi Sukraj, will I be able to know how the request, response Api error type in this series? Coukd u please respond me on my comments plz
@SukhrajMohammad
@SukhrajMohammad 3 ай бұрын
Yes, in upcoming videos , I am covering the different http Status Code and these codes will be returned based on exception,error, success, information,no content change etc. Also, Exception at Action Method level, controller level and Global exception will be covered. Web API versioning, Patteren in APIs and many more videos will be uploaded. Almost 35 videos will be there to cover the full APIs course
@Only_ibrahim_rajpal
@Only_ibrahim_rajpal 4 ай бұрын
Well done keep it up 👍
@Only_ibrahim_rajpal
@Only_ibrahim_rajpal 4 ай бұрын
Good information.
@SavitaBegam-o2d
@SavitaBegam-o2d 4 ай бұрын
👌👌
@RakhiPatil-z4m
@RakhiPatil-z4m 4 ай бұрын
Explained everything properly.. In a Simple and understandable language. Please keep posting more videos on APIs...
@Ahtishamdogar-420
@Ahtishamdogar-420 6 ай бұрын
sir g hindi ma hi samjha dete.
@gerardcuriel7880
@gerardcuriel7880 6 ай бұрын
I have followed all the steps but I get the error ca't reach this page
@chomuekez
@chomuekez 6 ай бұрын
where is the implementation of GetData(), and GetColor()
@giorgioturri2085
@giorgioturri2085 7 ай бұрын
you missing route for get with param
@archanasahu7103
@archanasahu7103 7 ай бұрын
Thank you sir.
@SukhrajMohammad
@SukhrajMohammad 7 ай бұрын
One Correction - Infrastructure can have Application layer reference. Not the application layer have reference of Infrastructure Layer. Interface Repository can be in Domain layer or we can have in Application layer. If interface repositories are in Application layer add its reference to Infrastructure Layer. Both are correct rule or principal to have interface repositories in Domain or Application layer
@gurutechnique9074
@gurutechnique9074 7 ай бұрын
❤❤
@AbhishekGupta-hs8nh
@AbhishekGupta-hs8nh 8 ай бұрын
Good explanation 👍
@rashaabas4906
@rashaabas4906 8 ай бұрын
I have problem in asp.net core mvc 8.0
@ajlamkhan9834
@ajlamkhan9834 8 ай бұрын
Nicely Explained
@sivakumarakunuru8469
@sivakumarakunuru8469 8 ай бұрын
can you explain DB part also or please provide source code
@SukhrajMohammad
@SukhrajMohammad 8 ай бұрын
To get data from DB you can use EF or Ado.Net or any ORM, but after getting data from DB it must be converted or loaded the classes as shown in video. (Chart data Class)
@chomuekez
@chomuekez 6 ай бұрын
@@SukhrajMohammad how on this part, i mean the implementation of GetData(), and also GetColor()
@SukhrajMohammad
@SukhrajMohammad 6 ай бұрын
I didn't get your query..
@Dehati-Laika
@Dehati-Laika 8 ай бұрын
Thanks for this insight. This was very helpful
@margietillman
@margietillman 9 ай бұрын
'Promosm' 😥
@vktop2
@vktop2 9 ай бұрын
Nice video!, I have a question, does DAPR support HTTP/2?
@SukhrajMohammad
@SukhrajMohammad 9 ай бұрын
Yes
@vktop2
@vktop2 9 ай бұрын
@@SukhrajMohammad Thank for your answer, Ok, but I understand that you support it with gRPC only, or also when I choose to communicate with HTTP?
@SukhrajMohammad
@SukhrajMohammad 9 ай бұрын
DAPR Application works on both HTTP and gRPC..
@radhathakur-e6c
@radhathakur-e6c 9 ай бұрын
How MyKey (api token) was generated?
@SukhrajMohammad
@SukhrajMohammad 9 ай бұрын
I didn't get what your exact query is?
@inayathadil
@inayathadil 9 ай бұрын
I highly appreciate your kind help to share a complete code on my Gmail.... thank you once again
@mohammadrezakazemiesfeh2294
@mohammadrezakazemiesfeh2294 10 ай бұрын
Thanks
@shashankrastogi3320
@shashankrastogi3320 10 ай бұрын
Are you planning videos for the other services?
@Ayalaskin
@Ayalaskin 10 ай бұрын
If you followed all the steps buts keeps getting the error 500, make sure to add to the program.cs: app.UseDeveloperExceptionPage(); Now you can check if the error is in the application.
@Rundtj45
@Rundtj45 Жыл бұрын
How we should add multiple functions of filter and search
@shifamalik3021
@shifamalik3021 Жыл бұрын
❤❤
@faiselchabli9607
@faiselchabli9607 Жыл бұрын
Thanks. But what if we call directly the second api without passing by the first one ? I think that in this case we can consume the api without authentication, no ?
@SukhrajMohammad
@SukhrajMohammad Жыл бұрын
In startup.cs we have used the middleware, each request will pass through it, and each time the api key will be validated...
@masumehoseini8370
@masumehoseini8370 Жыл бұрын
hi, thankyou for video but where is the next session? because your result id different from table in start of video
@SukhrajMohammad
@SukhrajMohammad Жыл бұрын
Next session was not uploaded but you can find the code in pinned comment
@harshkadam5508
@harshkadam5508 Жыл бұрын
Hey hey please please tell me how did you add microservices to this solutions
@SukhrajMohammad
@SukhrajMohammad Жыл бұрын
You can add Web API and then ocelot to it and configuration file to define streams so that it can work as Gateway...
@MdRakibulBiswas-x7c
@MdRakibulBiswas-x7c Жыл бұрын
can get the middleware code
@SukhrajMohammad
@SukhrajMohammad Жыл бұрын
Yes, share your GitHub or email to add you in the repo..
@personalaristobulo7148
@personalaristobulo7148 Жыл бұрын
Great video! Do you happen to have information on deploying to IIS? I'm currently running some tests, and I can't seem to get it to work
@SukhrajMohammad
@SukhrajMohammad Жыл бұрын
kzbin.info/www/bejne/i3SXp3ttnp2ZeJY here the video..
@doom4917
@doom4917 Жыл бұрын
Thank you so much man! from Peru!
@saurabhsingh-f2m
@saurabhsingh-f2m Жыл бұрын
why are you using [HttepPost] verb for getting the data from database?
@SukhrajMohammad
@SukhrajMohammad Жыл бұрын
Because mine C# code function is with httpPost , you can try with Get,it will work...
@HarshitaBhardwaj-b2v
@HarshitaBhardwaj-b2v Жыл бұрын
Its not complicated at all, you explianed it very easily. Thanks a ton for the video.
@basitnisar1045
@basitnisar1045 Жыл бұрын
owsumm
@bkcy18
@bkcy18 Жыл бұрын
Is there a server side implementation for this? I've a table with huge amount of data that is growing every year. Fetching all the records at once is out of the question.
@SukhrajMohammad
@SukhrajMohammad Жыл бұрын
Yes, we can use pagination with server side logic, where we will use logic to get data for current page only,but in that case sorting and search also post back to server to get data..
@amannur8604
@amannur8604 Жыл бұрын
if an internet connection breaks in between then how do we resume the process.
@SukhrajMohammad
@SukhrajMohammad Жыл бұрын
Enable multipart upload: To facilitate resumable uploads, you should use Amazon S3's multipart upload API. This API allows you to break large files into smaller parts and upload them independently