Thank you very much for taking time to give feedback. This means a lot. I am very glad you found the videos useful. I have organised all the Dot Net & SQL Server videos in to playlists, which could be useful to you kzbin.infoplaylists?view=1&sort=dd If you need DVDs or to download all the videos for offline viewing please visit www.pragimtech.com/order.aspx Slides and Text Version of the videos can be found on my blog csharp-video-tutorials.blogspot.com Tips to effectively use my youtube channel. kzbin.info/www/bejne/r2ibYYCtnb5qZtU If you want to receive email alerts, when new videos are uploaded, please subscribe to my youtube channel. kzbin.info If you like these videos, please click on the THUMBS UP button below the video. May I ask you for a favor. I want these tutorials to be helpful for as many people as possible. Please share the link with your friends and family who you think would also benefit from them. Good Luck Venkat
@omkarmanjare49367 жыл бұрын
I have been mastering the windows platform tools and technologies by your videos... I have witnessed change in your voice and speed throughout these years.... Thanks a lot for years of knowledge transfer...
@shingao2478 жыл бұрын
Your videos save my life. Thanks Sir, Keep going..
@chandanadas78605 жыл бұрын
you teach the thing so Well and Precise..i can listen you for long and have learned a lot.your accent is nicely spoken.always wondered you should have 2M subs.i have so many doubt from the college days to till working have been cleared.thanks to you.
@sudarshanjadi45377 жыл бұрын
The tutorials are really really helpful, these really boost ones confidence, great content with precise information, wonderful clarity
@knp53014 жыл бұрын
Sir Amazing Videos.Very very Useful for carrier.
@itspreethisworld8487 жыл бұрын
i cant thank you enof for the awesome tutorials you provide, the questions which arises in my mind are immediately answered by you, i appreciate the way you think from a student perspective, May whole universe bless you and your teaching never stops.
@ashuuas3 жыл бұрын
Thank You man you are Best..
@richard_popov6 жыл бұрын
You save my life! Thank you for your tutorials
@SeaHorseIsFlying4 жыл бұрын
where did you write token api?? I checked through part 20-23, didn't find it.
@ShaoranDas598847 жыл бұрын
Thank you, it's a complete guide! Go on!
@krishnakishore25394 жыл бұрын
Hi Kudvenkat, In OauthAuthorizationserverOtions who will validate the generated token. if i modify the token how will it know the token has been changed. Is Owin running seperate server for validating tokens ?
@SIRborioVojta5 жыл бұрын
Could somebody please help me?? When I try running this project on IIS then /token and all /api/account/... don't work
@kathiravankkathir8 жыл бұрын
Thanks for your valuable video tutorials
@AnkitGupta-df9xo6 жыл бұрын
Hi Sir, I am not able to call the token api from another port. It throws an error of cross origin but I have enable the cors in my webApi though it works fine if I request from fiddler
@amjadaslam52707 жыл бұрын
these tutorials are good but i am little bit confuse. i want to use totally code my self. how can we use database first entity frame work here
@balajiravi69614 жыл бұрын
Hello, I am facing the same 401 unauthorized error in c#, how do I get the token in runtime. Because it is keep getting expired
@junaidameen83037 жыл бұрын
What if I don't want my webapi to be called even if I provide access token by fiddler and try to access webapi. Webapi should work only if request is coming from my site. could you please explain how can we achieve it?
@remiduplan84496 жыл бұрын
Hello ! I have no Auth.Startup.cs .... why ? i have create an asp.net website and choosen personnal user account as authentification. i've done the samne thing with a webApi project .... i don't get it ? why ? What do I need to have these files ? please. Thank you.
@lifaspk7 жыл бұрын
Hi Sir, I have an issue while testing Web API in fiddler,unnecessary traffics are created endless and i couldn't clear that,as its again creating.Any solution .Thank You in advance
@ChandanKumar-ik8pf7 жыл бұрын
While passing the get request with token value I am getting this error..{ "message": "An error has occurred.", "exceptionMessage": "The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or an illegal character among the padding characters. ", "exceptionType": "System.FormatException", "stackTrace": " at System.Convert.FromBase64_Decode(Char* startInputPtr, Int32 inputLength, Byte* startDestPtr, Int32 destLength) at System.Convert.FromBase64CharPtr(Char* inputPtr, Int32 inputLength) at System.Convert.FromBase64String(String s) at EmployeeService.BasicAuthenticationAttribute.OnAuthorization(HttpActionContext actionContext) in e:\\RnD\\WebAPI\\Kudvenket\\EmployeeService\\EmployeeService\\BasicAuthenticationAttribute.cs:line 26 at System.Web.Http.Filters.AuthorizationFilterAttribute.OnAuthorizationAsync(HttpActionContext actionContext, CancellationToken cancellationToken) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Http.Filters.AuthorizationFilterAttribute.d__2.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Http.Controllers.AuthenticationFilterResult.d__0.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Http.Dispatcher.HttpControllerDispatcher.d__1.MoveNext()" }do I need to convert the token to base 64??
@hermescondez60606 жыл бұрын
How can I configure this as a sub site. Its parent is using Windows Authentication
@dellajoseph3024 жыл бұрын
i am getting error while execute the fiddler with Rest Api request, could you please tell me the reason? i have given api url and body
@ej26497 жыл бұрын
I like the video but I don't understand how token is generated by the class. If those authorization classes are not created by the web api project, how can we create them? looks like it's kind of advance concept here beyond of my level.
@sharathbabumahankali78685 жыл бұрын
Can u make a video for that startup class and providers class
@vivekverma3195 жыл бұрын
I did not get about /token , where it came from? pls clarify me. From where I can get this file "Startup.Auth.cs".
@its4zahoor5 жыл бұрын
when you create the Web API MVC project, make sure you have set authentication (option on rightside) to Individual User Authentication.
@its4zahoor5 жыл бұрын
when you create the Web API MVC project, make sure you have set authentication (option on rightside) to Individual User Authentication.
@its4zahoor5 жыл бұрын
when you create the Web API MVC project, make sure you have set authentication (option on rightside) to Individual User Authentication.
@its4zahoor5 жыл бұрын
when you create the Web API MVC project, make sure you have set authentication (option on rightside) to Individual User Authentication.
@its4zahoor5 жыл бұрын
when you create the Web API MVC project, make sure you have set authentication (option on rightside) to Individual User Authentication.
@jeewanintube8 жыл бұрын
Thank you Master Venkat. Please Cover, file upload and MultiPart MIME if possible.
@pritishrivastava47474 жыл бұрын
I created the token and When I am running get verbs with Fidler getting this message Authorization has been denied for this request
@tabunaul2324 жыл бұрын
same here
@saurabhverma35795 жыл бұрын
please make complete tutorial on xamarin for android app
@CheeseBae5 жыл бұрын
Fiddler works OK here, but I prefer to use Postman.
@m7madonly7 жыл бұрын
not working in asp.net identity 2.2.1, how do i obtain token in this version ?
@wamiqmisbah65036 жыл бұрын
when token assigned to authorised header and goes to the server then how server know's that this token belongs to which user?Does it have any copy of token at server side for compare?
@FahadKhan-fq4zw6 жыл бұрын
Hi, localhost:64042/token works fine on local host , but when I deployed it on IIS , myapi.com/token its not working. getting error The resource cannot be found. any idea? thanks
@ghouse22093 жыл бұрын
Sir I am getting unsupported grant_type error please help.
@bassemzaitoun37247 жыл бұрын
Thank you for you helpful courses, just I didn't understand the Provider class, is it a new class I have to create or it has need created with the OAuth?
@JaydeepSakariya998 жыл бұрын
Great Explanation... Thanks..
@yoshkoneski4 жыл бұрын
How to do that in aspnet core?
@alenagontarenko34545 жыл бұрын
Thank you!!!!!!!!!!!!!!!!!!!!!!!
@kavithavishwanathen67788 жыл бұрын
Thank You Sir !!!
@AliHassanLearnMVC8 жыл бұрын
very nice tutorial....
@skandavishwanath64594 жыл бұрын
From where did we get method "TOKEN" in URI localhost:34838/token, can anyone pls tell. What if I don't have to use database for crosschecking username and password instead use username and password in web config file and compare the credentials
@TheImranbergi4 жыл бұрын
i get this error=unsupported_grant_type ....Can anyone help...Thanks...
@buzzkillbuddy45324 жыл бұрын
Check to ensure you are using localhost/api/users and not localhost/token and changing the post request to a get request.
@MrDpk277 жыл бұрын
thank you sir .
@AliHassanLearnMVC8 жыл бұрын
please make a video tutorial on asp.net mvc user roles and rights management ..and assigning different roles to different users ....Thanks in Advance...
@srinivaseppakayala2366 жыл бұрын
HI Venkat , Each time we are passing access token to get the access but can you please explain how server validates the token that we have sent for each request
@vacalepic67689 ай бұрын
In a few years, no one would care about this MVC style, even .net core 6 would be outdated in a few years. Yes, concept and convention may remain
@elderofzion6 жыл бұрын
ConfigureAuth looks different in .net 4.6.1. ApplicationOAuthProvider can't be found
@kosovacvr6 жыл бұрын
wtf is /token - i've got 500 Internal server error
@bctloaded9855 жыл бұрын
ctrl+f and search for /Token... for me it was located in Startup.Auth.cs. You should not be getting a 500 internal server error. If you can't find /Token, then you did not setup your project correctly.
@Wintainment9 ай бұрын
I also Find Error and i Have Checked /Token in Startup.Auth.cs file. please Help me @@bctloaded985
@muhammadrehbarsheikh84988 жыл бұрын
thank you venkat sir.
@scarletsphere6 жыл бұрын
where does the Startup.Auth.cs file come from? Is it auto generated?
@ytfilastu8 жыл бұрын
gr8
@neetasanas78947 жыл бұрын
thanks plz make video for CRUD operations with web api
@ashok-hg8se8 жыл бұрын
sir..please make a video asp.net mvc interview questions...