OMG, Thank you, I have been trying to learn _why_ all these magic lines make the application work and this was a great explanation. Everyone else just does some some stupid get it working bookstore with no background but now I know how this works and how to use it, for the basics and concepts at least. This is my first time watching one of your videos; I'm definitely checking out some more
@zanejohn27573 жыл бұрын
you probably dont care at all but does anybody know of a trick to log back into an instagram account?? I somehow forgot my account password. I would love any help you can offer me.
@marklord76143 жыл бұрын
Wow, you are so thorough. Not only do you explain the components, but you also demonstrate why they are needed.
@SM-om6tw3 жыл бұрын
Thank you for this video! very clear and simple I understood better here than anywhere else !
@cebabu3 жыл бұрын
Sir, at15.42: why we are not using next() , when calling multiple UseEndPoints middleware. Please explain
@shaheerkhan_khawjikzai Жыл бұрын
did you get any answer? if Yes kindly reply
@estebanairasca64353 жыл бұрын
It's a really nice tutorial, so simple and understandable!!
@syedfahadshamim45413 жыл бұрын
yaar bht zabardast explain kartay ho aap buddy.
@mustafaghoneim4682 жыл бұрын
Thanks my friend, you are a good software teacher
@meerapaul13152 жыл бұрын
Best vedio on middleware👍🏻
@BitcoinBabu3694 жыл бұрын
Clear explanation thank you so much Nitish for your training 🙏
@anindyakumarsarkar6813 жыл бұрын
Hello Respected Sir, After all Middleware we are using in application after that writing Next() method to call next middleware but in case of app.UseRouting() we are not using any
@WebGentle3 жыл бұрын
Good question. This is because the next() method is called internally in the UseRouting(). To verify, You can also refer to dot net code on GitHub official repo and navigate to the UseRouting method.
@anindyakumarsarkar6813 жыл бұрын
@@WebGentle Thanks a lot sir for quick guidance .
@DerSkillomat3 жыл бұрын
Isnt it bad practice to write to the response-body after calling next()?
@thirumanitheivarajan72954 жыл бұрын
Thank you Nitish, very good explanation, we need some more in depth.
@CodeSample3604 ай бұрын
Great one. Thank you
@rameshgywali28092 жыл бұрын
sir please make a video what are removed in dotnet 6 and what are still available
@sagarmallik7102 жыл бұрын
In .net6 you have to use in third middleware app.Run(async (context) => { await context.Response.WriteAsync("hello from third middleware!"); });
@mr_jay2119 Жыл бұрын
Tnq
@venkatachakrapaninandi70453 жыл бұрын
Very good explanation 👍
@nishanths35423 жыл бұрын
Hi , Could you please explain about exception middleware and how pipeline handle exception middleware??
@joelqrq4 жыл бұрын
Great video! Would appreciate if there is an auto caption for english so i can do 2x.
@sivakumarkoneti27704 жыл бұрын
Very good explanation.. and helpful a lot please do a curd operations in asp.net core
@bramburn4 жыл бұрын
this is actually a pretty good tutorial! very clear
@dineshsaini60512 жыл бұрын
app.Use(async (context, next) => { await context.Response.WriteAsync("Hello from my first middleware"); }); Doesn't work in .NET Core 6.0. What changes do we need to make in order to make it work in newer version?
@dineshsaini60512 жыл бұрын
app.Run(async (context) => { await context.Response.WriteAsync("Hello from my first middleware"); }); For anyone who is facing similar issue.
@shaheerkhan_khawjikzai Жыл бұрын
@@dineshsaini6051 thanks brother
@sachinrajput4746 Жыл бұрын
Its a really nicr tutorials
@NeerajKumar-zh9bv3 жыл бұрын
Very good tutorial.
@anastaleb36172 жыл бұрын
Greate content
@anuragmohanty12382 жыл бұрын
Hi Nitish Sir, Kindly try to give real time example of Middleware which is use in real time Application. It's my humble request.
@kitchenking92312 жыл бұрын
excellent
@souravdas53384 жыл бұрын
sir please post any realtime project in asp.net core in udemy...
@gauravsaini45k913 жыл бұрын
Error from app.useRouting and useEndpoints(iapllicationBuilder does not contain a definition use routing and no accessible extension method) please solve my error
@MXDMND_3 жыл бұрын
Clear explanation! Thank You :)
@mickykumar75734 жыл бұрын
Sir please make complete tutorial Mean it should be in depth
@pramodwayal42074 жыл бұрын
Sir how we will identify this is middle ware ?
@sandipmodanwal37662 жыл бұрын
Wonderful✨😍
@dorlevi34 жыл бұрын
Amazing series. Can you add English subtitles in all videos?
@RahulGupta-jk9lb4 жыл бұрын
Great Explanation 👏👏
@RDLATASHA Жыл бұрын
what is => used for ? how it should be read?
@WebGentle Жыл бұрын
This is used for Lambda expressions. Learn more: learn.microsoft.com/en-us/dotnet/csharp/language-reference/operators/lambda-expressions
@miguelcaballero32883 жыл бұрын
Well done!
@mangeshsawant75353 жыл бұрын
Thanks
@maheshgupta5684 жыл бұрын
Bhai ji asp.net core mvc wake vedio Hindi main banaiye....jayada esay rahte Hain learning main....
@ankursrivastava28094 жыл бұрын
why don't we use await next() in UseRouting() pipleline
@vircycure4 жыл бұрын
Fan for you sir 😍🙏
@WebGentle4 жыл бұрын
Welcome to WebGentle's professional network :)
@rafaelrodriguessilva99948 ай бұрын
Thanks!!
@DevMan883 жыл бұрын
Hi sir please make the playlist support auto translate plz
@msayeed784 жыл бұрын
Super!!!
@shelancergetinfotech5454 жыл бұрын
great sir
@madankuamr63073 жыл бұрын
thank you
@Neerajkumar-pb1fe3 жыл бұрын
and also cover Facade layer
@jaeen76654 жыл бұрын
Thank you.
@ibrahemmohamed46152 жыл бұрын
thx
@skylocker57424 жыл бұрын
Thank u!
@gor2em4 жыл бұрын
i need subtitle (automatic)
@jasminshrestha65733 жыл бұрын
As a beginner, i am getting real hard time to understand the tutorial. Its not so beginners friendly. I wish you simplified much more further.
@shaikhzoyeb3 жыл бұрын
if you have an error when trying to use your first custom middleware then use the below steps 1). use NuGet package manager command line and run this command Install-Package Microsoft.AspNetCore.Http.Abstractions -Version 2.2.0 2). and import this namespace using Microsoft.AspNetCore.Http;
@SlenderMan44663 жыл бұрын
MIDELWEAR
@LIGHTBLESSINGFOREVER4 жыл бұрын
JESUS LOVES YOU! GOD BLESS YOU! FOR ALL THIS
@hmto9194 жыл бұрын
kontoler.. nice..
@sagarsingh-wd1pp4 жыл бұрын
Copy from kudvenkat
@vircycure4 жыл бұрын
I watched Kudvenkat's videos But I can't understand so I jumped to this playlist and now I am getting things well... Lots of difference