Les Jackson

Les Jackson

I aim to provide high-quality educational .NET content, specializing in APIs and backend development.

Asynchronous APIs with .NET

Asynchronous APIs with .NET

ChatGPT .NET API Client

ChatGPT .NET API Client

Welcome to my channel!

Welcome to my channel!

New Course Announcement!

New Course Announcement!

Пікірлер

  • @oleksiiprykhodko517
    @oleksiiprykhodko517Күн бұрын

    $cert = New-SelfSignedCertificate -certstorelocation cert:\localmachine\my -dns weather.ia $pwd = ConvertTo-SecureString -String "Pa$$word" -Force -AsPlainText $certpath = "Cert:\localmachine\my\$($cert.Thumbprint)" Export-PfxCertificate -Cert $certpath -FilePath c:\weather.pfx -Password $pwd

  • @AbhishekSingh-eu6wl
    @AbhishekSingh-eu6wlКүн бұрын

    Please share PPT

  • @supus3489
    @supus34892 күн бұрын

    Superb

  • @yasinakar2350
    @yasinakar23502 күн бұрын

    canlıda bu nasıl olacak bilen var mı?

  • @yasinakar2350
    @yasinakar23506 күн бұрын

    What will the process be like when I install the program on a real phone?

  • @percivalgebashe4376
    @percivalgebashe43766 күн бұрын

    I after following everything to the point 2:28:30 I encountered the error *resource xml/network_security_config not found*. Had to right click on the config xml, select properties, under Advanced, build action, select AndroidResource in the options. Resolved the error.

  • @A-M-F-A
    @A-M-F-A10 күн бұрын

    When I make the call from postman to localhost/8080/api/platforms I get: Client network socket disconnected before secure TLS connection was established". Someone has this problem and know a fix?

  • @mikhailslinko632
    @mikhailslinko63210 күн бұрын

    Uhh... i got some errors on 6:02:54 - First: My container run in the dev mode and in k8s i connect to InMemortDb. I start to find env in the container: ASPNETCORE_ENVIRONMENT and it not exist. FIX: In platforms-depl.yaml i added in the spec.containers env: - name: ASPNETCORE_ENVIRONMENT value: Production And It works. - Second: Container starts and die with this logs: "Only the invariant culture is supported in globalization-invariant mode. blablabla". I found solution -> Add to PlafromService Dockerfile shage final this RUN apk update && apk add --no-cache icu-libs ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false ENV LANG=en_US.UTF-8 ENV LANGUAGE=en_US:en ENV LC_ALL=en_US.UTF-8 before Entrypoint command. And it fix my problem. I will continue the course :)

  • @AcademiaCS1
    @AcademiaCS110 күн бұрын

    I think Les Jackson besides of being a passionate engineer, he's good at explaining. Really good. I hope he's ok, working hard and enjoying life. Congratulations Les.

  • @jesseemana9598
    @jesseemana959811 күн бұрын

    not sure if this is still worth it but still having a go at it

  • @jmpop4830
    @jmpop483012 күн бұрын

    thank you.

  • @parthasarathipatra9483
    @parthasarathipatra948313 күн бұрын

    Awesome content Les.

  • @MrKukuri44
    @MrKukuri4413 күн бұрын

    Hello, It is relevant to start this course in 2024 with .NET 8 ?

  • @oam-roinuy
    @oam-roinuy14 күн бұрын

    I did enjoy this. A lot of erroros I got, but I did it. Thank you for dedicating this resource.

  • @oam-roinuy
    @oam-roinuy16 күн бұрын

    That is the same I thought when I saw the onions, that k8 was something difficult, so much that it would make you cry. 🤣🤣

  • @nirajshiwantha7617
    @nirajshiwantha761717 күн бұрын

    Fantastic video, Les! Thanks a ton! I learned so much!

  • @alikorkmaz03
    @alikorkmaz0319 күн бұрын

    Thank you for your effort. It is very very good practice and education.

  • @jmbrjmbr2397
    @jmbrjmbr239719 күн бұрын

    Than you so much for this course! You are the king Les!

  • @monicadiep2006
    @monicadiep200623 күн бұрын

    Hi, it looks like that API url doesn’t work anymore?

  • @patrickcandlin7420
    @patrickcandlin742023 күн бұрын

    ❤ PowerShell here

  • @prometheus2625
    @prometheus262524 күн бұрын

    I really like the idea of giving a very basic example and explaining it as clear as possible. Enjoyed and learned very much. Thank you.

  • @prctjliwei
    @prctjliwei25 күн бұрын

    Thank you for your work. They are really helpful. For anyone just started following along with this tutorial, try to avoid using pre-release version of packages. I got server error when doing query without any detailed info. After rolling back to latest released versions, all worked. Also when implementing the Pooled context, the ScopedService attr is deprecated in HotChocolate 13.9.4, you can still use it to make the query work, but this set up worked for me: ... .AddGraphQLServer() .RegisterDbContext<AppDbContext>(DbContextKind.Pooled) .AddQueryType<Query>(); Then I dont need any attribute in the query class: public IQueryable<Platform> GetPlatform(AppDbContext context) { return context.Platforms; }

  • @emreaka3965
    @emreaka396525 күн бұрын

    3:34:50 fortunately in 2024, vs code works like a charm and we dont need to do that :) (Solution file required)

  • @rg99999
    @rg9999925 күн бұрын

    Awesome! But I had to add in my docker-compose.yml env vars ASPNETCORE_Kestrel__Certificates__Default__Password: <MY_PASSWORD> ASPNETCORE_Kestrel__Certificates__Default__Path: "/root/.aspnet/https/mycert.pfx" How does it work for you without specifying the things above?

  • @emreaka3965
    @emreaka396526 күн бұрын

    It is highly recommended to become familiar with Docker and Kubernetes (k8s) before enrolling in this course.

  • @Carlos-cf1lj
    @Carlos-cf1lj27 күн бұрын

    Loved it! Starting to watch it for the second time for picking up details I missed the first time.

  • @PickleRiiiiick
    @PickleRiiiiick27 күн бұрын

    No matter what i try i cannot connect to my sql server in SSMS. docker logs say Login failed for user 'sa'. Reason: Password did not match that for the login provided. I've changed passwords multiple times etc but nothing works EDIT: I needed to run the latest version. Rather than doing 2017-latest, i did 2022-latest and worked fine

  • @DevsDynasty
    @DevsDynasty27 күн бұрын

    Hi, does it work for .Net 8?

  • @jmpop4830
    @jmpop4830Ай бұрын

    2024 nginx dont work error when contacting the server empty reply from server from timeline's insomnia please help

  • @chienvuvan7156
    @chienvuvan7156Ай бұрын

    Woah. It simple but great.

  • @keithcarrillo8238
    @keithcarrillo8238Ай бұрын

    5:15:12 Kubectl Secrets

  • @manman7985
    @manman7985Ай бұрын

    Great job Les! Thanks a lot for the great tutorial. Would have been great if you could have also explained what changes when deploying release image in production, but even ASIS this is a tutorial of a great value. Thanks again!

  • @vishnukumartr
    @vishnukumartrАй бұрын

    Thanks Boss @Les Jackson🫡

  • @rajanekanthvs6183
    @rajanekanthvs6183Ай бұрын

    very good series Les. I learnt a lot from your series. can you help me find the most effective way to search through a Datagridview and filter the row the user wishes to view.

  • @ReyAlexam
    @ReyAlexamАй бұрын

    Thank you Les !

  • @user-hn2md6rv3w
    @user-hn2md6rv3wАй бұрын

    Appreciate the efforts done..... Auth would be good addition to this @lesjackson

  • @user-lo9ih5wd1l
    @user-lo9ih5wd1lАй бұрын

    is very very useful 😎😎😎😎😍😍😍😍 , thanks

  • @ShyamPatel-id9cw
    @ShyamPatel-id9cwАй бұрын

    Thank you

  • @AmirPourpanahi
    @AmirPourpanahiАй бұрын

    2:33:19 For those who have error: "socket hang up" in Postman. Starting with .NET 8, default .NET Core port changed from 80 to 8080. You can use: docker run -p 8000:8080 -d <docker hub id>/platformservice

  • @bdharmon92
    @bdharmon92Ай бұрын

    You're a hero.

  • @AmirPourpanahi
    @AmirPourpanahiАй бұрын

    And use port 8080 in "platforms-np-srv.yaml" file. 3:21:11 ports: - name: platformservice protocol: TCP port: 8080 targetPort: 8080

  • @keithcarrillo8238
    @keithcarrillo8238Ай бұрын

    @@AmirPourpanahi Thanks. Should we change the ports in platforms-depl? Not having much luck.

  • @AmirPourpanahi
    @AmirPourpanahiАй бұрын

    ​@@keithcarrillo8238 No, platforms-depl doesn't have port. You need to change it in platforms-np-srv.yaml when creating NodePort to give access to service running in Kubernetes.

  • @AmirPourpanahi
    @AmirPourpanahiАй бұрын

    ​@@keithcarrillo8238 No, platforms-depl doesn't have port. You need to change it in "platforms-np-srv.yaml" file when creating NodePort to give access to service running in Kubernetes.

  • @muhammadahsansaifi5182
    @muhammadahsansaifi5182Ай бұрын

    At the End I am Unable to run it locally but its working on K8s Some How Command Service Throwing Error While Connecting to Platform Service using GRPC on Local Developmented

  • @nittinvaghasia
    @nittinvaghasiaАй бұрын

    Hello Jackson Hope you are doing well. Thank you very much for this full video. is it possible to connect in person to discuss some points

  • @kandycan
    @kandycanАй бұрын

    @ 2:44:00 I am happy u made that choice. as viewers get to know what's underneath without thinking that it's some sorta magic.

  • @bartlomiejuminski
    @bartlomiejuminskiАй бұрын

    I love You <3

  • @pablosalas8586
    @pablosalas8586Ай бұрын

    excellent tutorial!!

  • @charlescasmir8098
    @charlescasmir8098Ай бұрын

    Bro, can one connect an MVC to a gRPC server?

  • @YngvinLion
    @YngvinLionАй бұрын

    great and very detailed, love it!

  • @swatijuneja123
    @swatijuneja123Ай бұрын

    Love all your videos. You make it so easy to understand.

  • @ahmedabd2259
    @ahmedabd2259Ай бұрын

    Can anyone that watched the whole course tell what the irrelevant parts to 2024 and .net8 ?

  • @Mr767267
    @Mr767267Ай бұрын

    Really appreciate the point "Don't demonize the monolith", that was really great point.

  • @lynnszen
    @lynnszenАй бұрын

    I know this series is more than five years old, but I am being pushed to learn EF. Thank you so much for your videos and simple explanations.