Dev Tunnels Visual Studio in 10 Minutes or Less

Sdílet
Vložit
  • čas přidán 18. 06. 2023
  • Have you ever wanted to give someone a link to test out your web application but you didn't want to publish it first? That used to be complicated. Now it is incredibly easy with dev tunnels. Let's see how they work in 10-minutes or less.
    Full Training Courses: IAmTimCorey.com
    Mailing List: signup.iamtimcorey.com/

Komentáře • 68

  • @lukaskarlgerhard
    @lukaskarlgerhard Před rokem +10

    Hi Tim, you are honestly an incredible teacher and I just wanted to show you some appreciation. Thanks for everything!

  • @Wildertech
    @Wildertech Před rokem +3

    This is actually really cool. I work at a startup with 2 business partners who aren’t programmers. I end up demoing the app all the time but they never get to run it themselves when we are still working on the POC. Now I can run the app, give them the URL and all 3 of us can see how a block of functionality will work with multiple users at once. This will fix a complaint I get regularly about them not being able to mess with the app. Thanks for the walkthrough.

  • @PeterMagid
    @PeterMagid Před 8 měsíci +1

    Thanks Tim. I had no idea this feature even existed. It is very cool. Thank you for introducing it.

  • @MaddCoder
    @MaddCoder Před 11 měsíci

    Another awesome video! This is definitely useful!

  • @abouttimebrewing3215
    @abouttimebrewing3215 Před 9 měsíci

    So cool! Thank you Tim.

  • @ThePryanichek
    @ThePryanichek Před rokem

    Cool. I'll use it. Thanks Tim!

  • @stevefox1034
    @stevefox1034 Před rokem

    Nice, never heard about this feature, seems to be useful, thank you!

  • @andywalter7426
    @andywalter7426 Před rokem

    I actually currently use it a lot. I have a game package I created and this helps so me and my friends can test a brand new game before doing a huge publish.

  • @asad112
    @asad112 Před rokem

    This is a nice tool to use in combination with something like Azure Front Door. My use case has been using AFD with Dev Tunnels to test the backend with the luxury of a nice UI! It especially nice because AFD can allow you to set up specific pattern matching for routes.

  • @yuriy5376
    @yuriy5376 Před rokem +1

    I've been using ngrok for years to do this. It's nice to see tunnels getting native support by MS.

  • @DinandPower
    @DinandPower Před 5 měsíci

    Thanks Tim, using it 3 times a week.

  • @digestingpuma5597
    @digestingpuma5597 Před rokem

    This is super useful feature. Love this type of videos.

  • @DalTronPrinting
    @DalTronPrinting Před rokem +1

    This will be way nice! I have been using conveyor by Keyoti and it works well, but having this will be much simpler.

  • @Rusty254
    @Rusty254 Před rokem

    Great video, I hope this be used to test mobile apps that connect to APIs, but I'll check that on my system. Currently using konveyor to do that, but it would be very nice to have built in tools.

  • @TheSjoerd
    @TheSjoerd Před rokem

    Thanks Tim , never knew this

  • @husseinalbustany1367
    @husseinalbustany1367 Před rokem

    Very Good,Thank you

  • @Thistlebrew
    @Thistlebrew Před rokem

    Anyone know of any known issues of using this with separate API and blazor web assembly solutions? Keep getting COR errors that I don't get when I don't use tunnels....I tried each solution with its own configured persistent tunnel and both using the same one....tweaked my COR settings every way imaginable...don't have a big need for it....was just testing it out ....Thanks Tim for making me aware of the feature!

  • @petropzqi
    @petropzqi Před rokem +1

    Very interesting, would like to have a similar behavior for setting up a permanent test/dev environment on my local server

    • @IAmTimCorey
      @IAmTimCorey  Před rokem

      If you have a local server, I think the solution is to just allow web traffic to hit the IIS server (or whatever web server it runs). You can even just allow it to work internally to your corporate network.

  • @sglasgowaz
    @sglasgowaz Před rokem +1

    There is also a CLI version in preview as well, so you don't have to launch from VS just FYI.

    • @IAmTimCorey
      @IAmTimCorey  Před rokem +3

      Yep, I'll probably cover that one later as well.

    • @sglasgowaz
      @sglasgowaz Před rokem +1

      @@IAmTimCorey Thanks for covering this at all!

  • @hqcart1
    @hqcart1 Před rokem

    Thank you, i used ngrock in the past but it suck, then moved to CF zero trust, it needs some config, but this dev tunnel is a plug & play!

  • @anomalii7720
    @anomalii7720 Před rokem

    Thanks 🙂

  • @Esgarpen
    @Esgarpen Před rokem

    Can we debug (i.e. use breakpoints) using devtunnel? e.g. if my tester uploads a file to my application and I would like to debug that file, would it be possible?
    - meaning my tester uploads the file from his pc and it stops as expected at a breakpoint in my visual studio and I have the data in that file

    • @eawig
      @eawig Před rokem +1

      I just tried this and indeed you can debug. I set a breakpoint on one of my controllers in an MVC application and the debugger grabbed it just fine.

  • @BloodHaZaRd666
    @BloodHaZaRd666 Před rokem

    Hello, Does this work only for Web apps ? Or we could use it for apps build withg WPF for instance ?

    • @IAmTimCorey
      @IAmTimCorey  Před rokem +1

      I'm not sure how you would want to use it with a WPF app. The idea is that it opens a port on your computer (safely) so that others can make a call on that port. I'm not sure how that would help a WPF app unless you mean that the WPF app uses the dev tunnel to talk to an API. In that case, yes, it would work.

  • @devrajmahato9468
    @devrajmahato9468 Před 7 měsíci

    Its not working on blazor web assembly project give some error.... 🥺🥺

  • @cloudcomputing7509
    @cloudcomputing7509 Před 10 měsíci

    I dont see tunnel option in InteliJ. is there a plugin?

    • @IAmTimCorey
      @IAmTimCorey  Před 10 měsíci +1

      This video covers Visual Studio. I don't know if IntelliJ has an equivalent technology.

  • @MrPayTune
    @MrPayTune Před 7 měsíci

    I am trying to use tunneling to test my facebook oath login. i start the flow with the url created. but when facebook redirects back it goed to localhost. Any advise

    • @IAmTimCorey
      @IAmTimCorey  Před 7 měsíci

      When you set up your oauth on Facebook, you tell it where to redirect to. You should look there first to see if you specified localhost.

  • @Norman_Fleming
    @Norman_Fleming Před rokem

    Interesting feature. Not currently doing webdev, but cool.

  • @bzuidgeest
    @bzuidgeest Před 4 měsíci

    I don't see the option in my visual studio 2022 17.8.3 install. What do I need to install? Might have been a good thing to start the video off with...

    • @IAmTimCorey
      @IAmTimCorey  Před 4 měsíci

      You need the ASP.NET and web development workload installed, you need to be signed in to Visual Studio to create and use dev tunnels, and you need to be in an ASP.NET Core web project. There is nothing else that needs to be installed.

    • @bzuidgeest
      @bzuidgeest Před 4 měsíci

      @@IAmTimCorey so it's project specific. I'm working on some isolated style azure functions. They're literally a specialized webapp. Just like Microsoft to not provide such useful tooling. Now I have to do it all from the commando line.

  • @tecnologiaeinformacionmoyb2723

    algo bastante útil ahora que estamos trabajando desde casa

  • @jaygis5831
    @jaygis5831 Před rokem

    Unfortunately not a feature of vs for Mac ☹️

    • @IAmTimCorey
      @IAmTimCorey  Před rokem

      There is a preview version that works with the command line: learn.microsoft.com/en-us/azure/developer/dev-tunnels/cli-commands

    • @jaygis5831
      @jaygis5831 Před rokem +1

      Thanks @IAmTimCorey. Will test it and do a feedback here.

  • @JoaoQueroVerJogo
    @JoaoQueroVerJogo Před měsícem

    Is free?

    • @IAmTimCorey
      @IAmTimCorey  Před měsícem +1

      Dev Tunnels? Yes, they are.

    • @JoaoQueroVerJogo
      @JoaoQueroVerJogo Před měsícem

      @@IAmTimCorey Thanks. I thought Dev-Tunnels was charged.

  • @AhmedMohammed23
    @AhmedMohammed23 Před rokem

    why don't i just use live share?!

    • @IAmTimCorey
      @IAmTimCorey  Před rokem +3

      Because that requires that you have VS or VSCode on the other side. This allows you to share a URL with coworkers so they can test your website directly. You can also easily test on mobile devices and tablets this way.

    • @AhmedMohammed23
      @AhmedMohammed23 Před rokem

      @@IAmTimCorey ah, i only deal with other developers whom already have vs
      this possibility didn't cross my mind