Пікірлер
@referenceorg
@referenceorg 2 ай бұрын
Thank you - this was an awesome tutorial !
@CUERVO1207
@CUERVO1207 11 ай бұрын
you rock man!
@abdulmateen1970
@abdulmateen1970 Жыл бұрын
i got WRITE ERROR: This access control list is not in canonical form and therefore cannot be modified.this error at end
@andrewschonnesen7100
@andrewschonnesen7100 Жыл бұрын
Awesome! Solved an issue I was having :)
@andrestorres7343
@andrestorres7343 Жыл бұрын
This also allows you can locally test your pipelines to improve devx for the DevOps team 😊
@felipevasquezgomez5898
@felipevasquezgomez5898 Жыл бұрын
friend, you were a great help for a task that I had to hand in at work, thank you very much :)
@NajmeIranpour
@NajmeIranpour 2 жыл бұрын
how to get Firstname and last name when user log in with IIdentity.user and extentions methode
@oz1213-u4x
@oz1213-u4x 2 жыл бұрын
i cant hear you 😢
@wolfiebg
@wolfiebg 2 жыл бұрын
Could you please tell me when I seed admin - add to Users and Roles tables, how to insert to UserRoles as well?
@michaelacevedo1525
@michaelacevedo1525 2 жыл бұрын
Hi tanks for your video i have a question if i will go to pass the token in wnery endpoints automatically what is the way ?
@carlosf2690
@carlosf2690 2 жыл бұрын
Thanks for the tutorial. Quick question, can I publish a NuGet into a different collection? Or can I restore the NuGet from a different collection?
@paulhilton3037
@paulhilton3037 2 жыл бұрын
Great tutorial but I've got a question - You display @User.Identity.Name next to the the logout lin in _Layout.cshtm - but what if you wanted to show the LastName and FirstName?
@manaspal5
@manaspal5 2 жыл бұрын
There is option to select only one feed in NuGet restore. But my solution using nuget packages from multiple feeds. How can I configure it in CI pipeline?
@FernsDad
@FernsDad 2 жыл бұрын
Life saver... Thank you so much.
@escorpianoyqueee
@escorpianoyqueee 2 жыл бұрын
Title: "Build angular in visual studio" but you keep building in a separated console, you are not building in visual studio at all, you are just linking your angular to your MVC web :/ I was expecting some sort of "post build" script to run the npm i / npm build prod, The only thing I could possible use from this video is that I learned about the output path, that might help to build with post build actions.
@sechabamotaung8552
@sechabamotaung8552 2 жыл бұрын
That last part, awsome.
@hakangulcan7614
@hakangulcan7614 2 жыл бұрын
Thank you very much. It helps every time I need.
@sairaj6875
@sairaj6875 2 жыл бұрын
Amazing video. Thanks. Just a couple of questions. What was the deployment model of the Azure Function and what was the compute size chosen?
@hannahbaker411
@hannahbaker411 3 жыл бұрын
thank you very much for this tutorial i was really struggling on this subject
@nagendravc
@nagendravc 3 жыл бұрын
Also... Can I make a request...? to make one with .Net Core API instead of mvc... Coz what we really need for angular is just the api...
@nagendravc
@nagendravc 3 жыл бұрын
Great tutorial!! I'm surprised so few views. It is something so very essential... Had banged my head to get this to work
@piyushsharma7june
@piyushsharma7june 3 жыл бұрын
Perfect
@pankajpanther6577
@pankajpanther6577 3 жыл бұрын
Hi, greate tutorial jeff, helped a lot to understand the process.... Just 1 doubt, in tutorial you have demonstrated using .net core project, just wanted to know if it is also possible for .net framework based project as well? If yes do we have the same steps as you have mentioned in the video?
@melsheimy
@melsheimy 3 жыл бұрын
Thank you very much. Nice explanation. Straight to the point.
@omarabdou2599
@omarabdou2599 3 жыл бұрын
Greate one , Thanks !❤
@amirkian1181
@amirkian1181 3 жыл бұрын
please speck louder and zoom a little bit.
@TellaTrix
@TellaTrix 3 жыл бұрын
Wow, You have very good skills to teach. Appreciated your work.
@jointy
@jointy 3 жыл бұрын
At 2x speed I still find this video slow 🤣
@nrdcleaner1585
@nrdcleaner1585 3 жыл бұрын
Why do you mix cookies in there too? Why not just JWT?
@andreaskonarski
@andreaskonarski 3 жыл бұрын
Works perfectly, thanks for the great explanation.
@Mo-ef9yt
@Mo-ef9yt 3 жыл бұрын
Excellent video
@vegasvault8280
@vegasvault8280 3 жыл бұрын
For anyone watching in 2021 and working with Blazor. You need to install the the tools extension for entity framework in the package manager before the migration schema will work. This was my first stab at Identity and this tutorial was gold. Just wanted to point out some gotchas that may pop up for those like me trying to play catch up!
@lamiakabli3097
@lamiakabli3097 2 жыл бұрын
thanks a lot for your comment, it was very usefull for me
@vegasvault8280
@vegasvault8280 2 жыл бұрын
@@lamiakabli3097 love that this was helpful a year later 😀
@satyaswarupswain5235
@satyaswarupswain5235 3 жыл бұрын
What to do if I get ssl error while creating the agent. Plz help
@rs-tarxvfz
@rs-tarxvfz 3 жыл бұрын
I have a question: if the build server does not have some build packages capability, will the agent download & install those build packages or we have to do that explicitly.
@rs-tarxvfz
@rs-tarxvfz 3 жыл бұрын
Thanks a ton ! Mate !
@mfedatto
@mfedatto 3 жыл бұрын
Awesome content! Thanks!!!
@fxmdr82
@fxmdr82 3 жыл бұрын
Amazing video, the info that I searching for, thanks!!!!
@njaleide6725
@njaleide6725 3 жыл бұрын
How on earth did you figure all this out? The docs leave out almost all of this. Good job
@JoeBell9924
@JoeBell9924 3 жыл бұрын
I had to add the below to my context OnModelCreating modelBuilder.Entity<IdentityUserLogin<int>>().HasKey(x => new { x.UserId }); modelBuilder.Entity<IdentityUserRole<int>>().HasKey(x => new { x.UserId }); modelBuilder.Entity<IdentityUserToken<int>>().HasKey(x => new { x.UserId }); I also changed my existing context from DbContext to IdentityDbContext instead of making a new one and commented out the migration sections for existing tables. after that it worked great. Also there was no AspNet prefix to the tables. They probably changed it in my version of Identity. 5.0.7 Just what I needed, thanks :)
@amirsaleem4935
@amirsaleem4935 3 жыл бұрын
Thanks Man taking your time to go over the tutorial. You sound music to my ear.
@trg1896
@trg1896 3 жыл бұрын
Please improve your micro! We can't hear anything.
@jakubiszon6495
@jakubiszon6495 3 жыл бұрын
Very nice tutorial! I tried running the same for a .net5 library and it was failing. I needed to add "use net framework" task with version set to "5.0.0" and also update the "use nuget" task to version "5.8.x" and it worked.
@karimwahby7633
@karimwahby7633 3 жыл бұрын
Such an awesome tutorial, thank you very much for taking the time and putting in the effort to create it.
@himanshuthapliyal__
@himanshuthapliyal__ 3 жыл бұрын
Awaaj tej krle bhai
@Abdoo47
@Abdoo47 3 жыл бұрын
many thanks ♥ excellent tutorial.
@Abdoo47
@Abdoo47 3 жыл бұрын
many thanks ♥ excellent tutorial.
@tomc2745
@tomc2745 3 жыл бұрын
Adjusting the volume is a must here. Had to blast my volume, and then have a heart attack at each commercial break.
@htphong24
@htphong24 2 жыл бұрын
it's true lol
@UmmarFarooqMahroof
@UmmarFarooqMahroof 3 жыл бұрын
Can this please be reuploaded or the sound corrected so that it is audible?
@kumar-mi6bu
@kumar-mi6bu 4 жыл бұрын
After following your video i got this at time runing pipeline ##[error]No agent found in pool A pool of agents which satisfies the following demand: visualstudio. All demands: msbuild, visualstudio, Agent.Version -gtVersion 2.115.0
@armandoromanrodriguez3287
@armandoromanrodriguez3287 4 жыл бұрын
Awesome, thanks for this great tutorial.