Anyone know how to stop the ingress-nginx container? Mines keeps restarting when i kill it
@TheIgzyy14 күн бұрын
I think MS is an cancer of ICT industrie
@jyotigupta796217 күн бұрын
hi @les Jackson, this is an amzing course , but I'm getting a 404 not found error while try running through ingress, can anyone help me on that,,, HTTP Error 404.0 - Not Found</h3> <h4>The resource you are looking for has been removed, had its name changed, or is temporarily unavailable. IIS 10.0 Detailed Error - 404.0 - Not Found
@milanoforyou17 күн бұрын
Top
@koko-nl5tp18 күн бұрын
Best part is the meaning behide port 666.😁
@siddharthrainit18 күн бұрын
This course is an absolute gem! I am watching it for 3 hours to refresh my knowledge, and I found it incredibly helpful for beginners and experts alike who want to learn or brush up on their skills. Thank you!
@starspejd19 күн бұрын
Les, you keep emphasizing that the name of the attribute in our class should be the same as in the JSON. However, I have a nested object, which has the name "DE:Company Products" - and I'm pretty sure C# doesn't allow for neither colons nor spaces in their variable names, so how do I go about naming that? It's an array of string values if that helps.
@Silverforger20 күн бұрын
5 years later and 95% of this tutorial is still applicable for .NET 8 and SQL Server 2022. Thanks a lot Les! You explained a lot of the stuff I was not able to wrap my head around in with such ease.
@xilverlight25 күн бұрын
I'm glad to see you again, and you teach everything of .NET ... Cheers from Korea Republic!
@cbrschool26 күн бұрын
Do we need to register the client app also in azure portal registration?
@_PulpoPaul27 күн бұрын
The best course I've ever taken. You're great!
@_PulpoPaul28 күн бұрын
For anyone experiencing an error in the gRPC section, the solution is to add the following configuration in appsettings.Development.json:"Kestrel": { "Endpoints": { "Http": { "Url": "localhost:5057" }, "Http2": { "Url": "localhost:5058" } } } Amazing course, greetings from Argentina!
@DiegoDCastАй бұрын
You rock man! I'm not English speaker but I get your explanations!
@nrouslanАй бұрын
Just reached the end of the video and... I want to say you real thanks, this work is HUGE and very informative!
@itsjoe8443Ай бұрын
Great course! I just finished it and can say that I've learned a ton of new things and I'm impressed I could keep watching it all the way up 'til the end (which speaks a lot about the quality of this course), you´re awesome, Les! I'm looking forward to see more of your videos =-)
@liskardevАй бұрын
c# sucks
@vaibhavrevankar9369Ай бұрын
Fantastic tutorial, You are God send. Thanks a lot for the tutorial. Great learning.
@nrouslanАй бұрын
THANK YOU VERY MUCH!
@robertodev2002Ай бұрын
Thanks, i didn't know i had to write "localhost,1433" to connect to my docker database
@cristhiangonzalez6650Ай бұрын
Just finished this course. This is just the kind of selection of concepts I was looking for to dive deeper into the microservices architecture. Thank so much!
@POOYAKeshvariАй бұрын
Thank you men
@salvcriАй бұрын
Hi! Thank you very much for your video!! Do you know if it is possible connect a MAUI app to usb or BLE devices?
@subramanyaaithal4422Ай бұрын
What a content!! Crisp, Clear and to the point. Covered everything in less time Thanks much Les!
@tiagopereira8335Ай бұрын
Thank you! Great educational video! Regards from Portugal!
@aryanchaudhari8206Ай бұрын
how did you learn this??
@sachinvshishthАй бұрын
Best course on .NET Core microservices! Super informative and well-explained. Spend 11 hours here-you won’t regret it!
@simplehomelabАй бұрын
This is very detailed and I solved a huge problem I was facing with certificates. That simple point you mentioned about .pfx file name matching the library was the magic key!
@RANVEER.43212 ай бұрын
Thank you very much
@franksieckmann12212 ай бұрын
Les is really more ... thank you
@ChrisSargent-f5j2 ай бұрын
Jones George Harris Michelle Moore Cynthia
@ahmedsalah-rg1vj2 ай бұрын
Does gRPC is good for gust service to service communication or it will be good also with client side (front) and server side (back) communication ? and how we make it ?
@hunaidjamali43062 ай бұрын
You are simply awesome!!!
@SerikPoliasc2 ай бұрын
Gonzalez Paul Jones Donna Harris Christopher
@geco0ol2 ай бұрын
This is another rock solid piece of study material for its topic as the other videos you make. I was wondering if you could make another video show casing joins and subqueries. With joins in place this can become a very handy solution for high performance solutions.
@wandering_developer2 ай бұрын
Great video, I learned a lot, but one question though, I'm using .NET 8 Core. I'm on GRPC part, but when I tried running the CommandService, I encountered an error saying, 'Error connecting to subchannel.' and 'No connection could be made because the target machine actively refused it.'. I'm kinda new at this tech. Anyone encountered the same issue?
@Navid7h2 ай бұрын
Happy 100k followers 🎉😊
@StinkiiChan2 ай бұрын
Thanks for the great content. I have learned a lot from you. For anyone having issues with the network_security_config.xml file: 1. Right click the file in your Solution Explorer and select properties. 2. Change the Build Action to 'Android Resource'.
@CatharineAlbert-y6g2 ай бұрын
Gonzalez Jason Williams Mark Johnson Kevin
@ВадимПодоксенов2 ай бұрын
Man... You are Legend! Thank you from Russia!
@touseefghazanfar84872 ай бұрын
Fantastic!
@victorgarcia35262 ай бұрын
So I had a problem with the authentication. As I had special characters ($) it seemed that it gave some problems to the parser or something and changed the password. I noticed it checking the secret in my kubernetes and decoding the base64 encoded content of the secret. I lost almost 2 hours on that... So you better don't!
@NM-dc3ic2 ай бұрын
Hi All, Did anyone received an Error while running GRPC "--> Calling GRPC Service localhost:5001 C----> Could not connect to GRPC Service Status(StatusCode="Unavailable", Detail="Error connecting to subchannel.", DebugException="System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it.")" ........ Please suggest how to resolve the same.
@kartikbhargav63162 ай бұрын
My application is deployed but getting error when running api on docker. My database name is employee and if i am running any api tehn it throws error that employee.user (which is a table name does not exists).i have added the migrartion code in the program.cs file (database.migrate).Can you tell something ??
@Adam-6003 ай бұрын
Thanks for this video! It's very helpful)
@rd_453 ай бұрын
Thanks a lot
@wilneravila23723 ай бұрын
04:59:30 Instead of: /api/platforms for PlatformsService, and /api/c/platforms for CommandsServide Why not just: /api/platforms for PlatformsService, and /api/commands for CommandsServide ?
@SaikiranGattu-l7c3 ай бұрын
I cant say enough of God Bless you! :) I feel so good learning this...
@pavanmanjunath73123 ай бұрын
Best tutorial for docker learners. Please do some videos on kubernetes from .Net core developer prospective. - Pods deletion - increase replicas - High level overview for developers who can handle production builds.
@md-code90193 ай бұрын
LGBT Students Question Purpose of Life kzbin.info/www/bejne/e16uiGyqiqqHhJY “Jesus Didn’t Preach Christianity, but Islam!” kzbin.info/www/bejne/p6elf4mfj6xjg80 Islam: The True Religion of God? - Abdur-Raheem Green kzbin.info/www/bejne/fYDaYotqfK50j68