Digital TechJoint
Digital TechJoint
  • Видео 128
  • Просмотров 876 694
How To Consume Secured Web API with JWT Token in ASP.NET MVC Application
Welcome to the 5th video in my ASP.NET Web API Tutorial Series, where we take a deep dive into consuming a secured ASP.NET Web API using JWT token authentication within an ASP.NET MVC application.
Series Recap:
1. Video 1: Develop a Web API from Scratch in 60 Minutes
We started with the basics-how to build a fully functional Web API using ASP.NET, walking you through setup, configuration, and testing using Postman.
Link - ruclips.net/video/AnnvpZu2XzM/видео.html
2. Video 2: Consuming Web API in an ASP.NET MVC Application
We showed you how to consume the Web API in an ASP.NET MVC project, setting the foundation for integrating APIs into your web applications.
Link - ruclips.net/video/jMIPAen4CF...
Просмотров: 143

Видео

How to Secure Your Web API with JSON Web Tokens (JWT)
Просмотров 24721 день назад
In this tutorial, we’ll dive deep into securing your web API using JSON Web Tokens (JWT) and testing it with Postman. Whether you’re a developer looking to enhance your API security or just getting started with JWT, this video has you covered! 🛠 What You’ll Learn: 1. What is JSON Web Token (JWT) and why it’s essential for API security. 2. Step-by-step guide to implementing JWT in your web API. ...
Mastering Web API : Best Practices for Consuming Web APIs
Просмотров 197Месяц назад
Welcome to our comprehensive tutorial on best practices for consuming Web APIs in ASP.NET MVC! In this video, we'll walk you through essential strategies and techniques to efficiently integrate and utilize Web APIs within your ASP.NET MVC applications. 🔍 What You'll Learn: Introduction to ASP.NET MVC and Web APIs: Get an overview of ASP.NET MVC architecture and how Web APIs fit into your applic...
How to Configure Ocelot Gateway in .NET Core: Complete API Setup Guide with ASP.NET Web API
Просмотров 403Месяц назад
Welcome to our comprehensive tutorial on setting up and configuring the Ocelot API Gateway in .NET Core! In this video, we'll guide you through the process of creating two API endpoints and integrating them with the Ocelot gateway to streamline and manage your API traffic effectively. What You'll Learn: 1. Introduction to Ocelot Gateway: Understand what Ocelot is and why it's a valuable tool fo...
How to Build a Dynamic ASP.NET MVC App with Azure Cosmos DB
Просмотров 2732 месяца назад
Welcome to Digital TechJoint! In this tutorial, we guide you through building a web-based CRUD application using ASP.NET MVC and Azure Cosmos DB, all within Visual Studio 2022 and targeting the .NET 8 framework. In this video, you will learn: 1. How to set up Azure Cosmos DB for your application. 2. Step-by-step creation of an ASP.NET MVC application in Visual Studio 2022. 3. Implementing CRUD ...
Microsoft Azure Cosmos DB Overview & Practical Guide
Просмотров 2462 месяца назад
Welcome to Digital TechJoint! In this video, we dive into the world of Azure Cosmos DB, giving you a comprehensive overview and a hands-on tutorial. Learn how to create an instance, add records, and run queries to fetch data from container items. 🚀 What's Next? Stay tuned for our next video, where we’ll build an ASP.NET MVC application that connects to Azure Cosmos DB to perform CRUD operations...
Consuming ASP.NET Web API in ASP.NET MVC with Visual Studio 2022 | Step-by-Step Guide
Просмотров 7693 месяца назад
Welcome back to our ASP.NET tutorial series! Following up on our previous video where we built an ASP.NET Web API and tested it using Postman, this tutorial focuses on consuming that Web API within an ASP.NET MVC application using Visual Studio 2022. In this professional and comprehensive guide, you will learn: 1. How to set up an ASP.NET MVC project in Visual Studio 2022 2. Step-by-step integr...
Build Your First Azure SQL Database from Scratch
Просмотров 6145 месяцев назад
In this step-by-step tutorial, you'll learn how to create your first Azure SQL Database from scratch! Whether you're a beginner or just need a refresher, this video will guide you through setting up your database, creating tables, and running SQL queries like a pro on the Azure platform. Get ready to master SQL and take your database skills to the next level with Azure! Please do Subscribe, Sha...
How To Securely Share files in MS Azure using SAS URL
Просмотров 1,1 тыс.8 месяцев назад
Welcome to Digital TechJoint 🚀 In this tutorial, we'll guide you through the process of securely sharing files using Azure Storage. Learn how to generate a Shared Access Signature (SAS) URL, granting temporary access to your Azure Storage resources. 🔍 What's Covered: Introduction to Azure Storage: We'll kick things off with a brief overview of Azure Storage and why it's a powerful solution for ...
Learn ASP.NET Web API in 60 mins - Complete Tutorial
Просмотров 18 тыс.9 месяцев назад
Dive into the world of ASP.NET Web API with our 60-minute tutorial using Visual Studio 2022 preview 2.0 ! Whether you're a beginner or seasoned developer, this crash course covers everything you need to know. From project setup and RESTful principles to Entity Framework integration till creating a complete web API that perform CRUD operation using MS SQL server database, and optimization tips, ...
How To Setup SFTP on Microsoft Azure - Step By Step Guide
Просмотров 4,7 тыс.9 месяцев назад
In this step-by-step tutorial, we're taking it slow and steady, guiding you through the basics to advance option in setting up SFTP on the Azure Portal. No confusing tech talk, just straightforward instructions to empower you to securely transfer files with confidence. Don't forget to check out our playlist of video tutorials designed for someone starting their journey with Microsoft Azure. Fro...
How To Implement Pagination in Blazor Using QuickGrid
Просмотров 1,7 тыс.10 месяцев назад
Welcome to another exciting tutorial on our channel! In this video, we'll dive into the world of Blazor Server Apps and explore how to implement pagination using QuickGrid using Visual Studio 2022 dotnet framework 8.0 Pagination is a crucial aspect of web applications, and QuickGrid makes it super easy to integrate into your Blazor projects. Key Highlights of Tutorial Introduction to QuickGrid ...
How To Save Images in MongoDB Database in ASP.NET MVC
Просмотров 88811 месяцев назад
In this tutorial, we'll guide you through the process of saving images in MongoDB using ASP.NET MVC. Storing images in a NoSQL database like MongoDB can be a powerful and efficient way to manage your media assets in a web application 🚀 Key Topics Covered: 1. Setting up MongoDB in your ASP.NET MVC project. 2. Creating a model for image data and configuring it for MongoDB storage. 3. Uploading im...
How to Upgrade .NET Framework using .NET Upgrade assistant
Просмотров 6 тыс.11 месяцев назад
How to Upgrade .NET Framework using .NET Upgrade assistant
How to Integrate Google Login in Blazor WebAssembly App
Просмотров 2,5 тыс.11 месяцев назад
How to Integrate Google Login in Blazor WebAssembly App
How To Add Google Authentication in ASP.NET MVC
Просмотров 18 тыс.11 месяцев назад
How To Add Google Authentication in ASP.NET MVC
How To Send Email with Attachment in ASP.NET MVC application
Просмотров 6 тыс.11 месяцев назад
How To Send Email with Attachment in ASP.NET MVC application
How To Implement Logging In ASP.NET MVC
Просмотров 3,8 тыс.Год назад
How To Implement Logging In ASP.NET MVC
How To Fill Dropdown in ASP.NET MVC
Просмотров 5 тыс.Год назад
How To Fill Dropdown in ASP.NET MVC
How To Add Toast Notification in ASP.NET MVC
Просмотров 9 тыс.Год назад
How To Add Toast Notification in ASP.NET MVC
Top 5 Visual Studio 2022 Preview 2 Features
Просмотров 499Год назад
Top 5 Visual Studio 2022 Preview 2 Features
Implementing AES 256 Encryption in ASP.NET - Step-by-Step Tutorial
Просмотров 6 тыс.Год назад
Implementing AES 256 Encryption in ASP.NET - Step-by-Step Tutorial
Learn Visual Studio Code Editor for ASP.NET MVC Application - Complete Tutorial
Просмотров 21 тыс.Год назад
Learn Visual Studio Code Editor for ASP.NET MVC Application - Complete Tutorial
How To Implement CRUD Operations in ASP.NET Using ADO.NET - Complete Guide
Просмотров 18 тыс.Год назад
How To Implement CRUD Operations in ASP.NET Using ADO.NET - Complete Guide
Top 10 Microsoft Azure Services - Cloud Computing
Просмотров 407Год назад
Top 10 Microsoft Azure Services - Cloud Computing
Learn Azure Cost Management - Manage & Control Your Cloud Spending
Просмотров 458Год назад
Learn Azure Cost Management - Manage & Control Your Cloud Spending
SOLID Principles : Guide for Software Developers
Просмотров 203Год назад
SOLID Principles : Guide for Software Developers
How To Integrate Stripe Payment Integration in ASP.NET MVC
Просмотров 18 тыс.Год назад
How To Integrate Stripe Payment Integration in ASP.NET MVC
How To Upload Files In Microsoft Azure Storage using ASP.NET Web-API
Просмотров 3,6 тыс.Год назад
How To Upload Files In Microsoft Azure Storage using ASP.NET Web-API
Learn Microsoft Azure Storage - Step by Step Guide
Просмотров 1,8 тыс.Год назад
Learn Microsoft Azure Storage - Step by Step Guide

Комментарии

  • @PACEONLINE224
    @PACEONLINE224 День назад

    make more videos like it please

  • @suryar8858
    @suryar8858 День назад

    bro why ur using httpput API method for deletion of a database

  • @giselavillegas4384
    @giselavillegas4384 4 дня назад

    Muchas gracias Thanks so much for your video very clear. It helped me. I sent it to my friends

    • @DigitalTECHJOINT
      @DigitalTECHJOINT 3 дня назад

      Thank You So Much for visiting our channel and also sharing with your friends. Really appreciate 🙂

  • @suryar8858
    @suryar8858 5 дней назад

    u use crud or cqrs , which is best for beginner while using along with mediatr

  • @suryar8858
    @suryar8858 5 дней назад

    tq brother

    • @DigitalTECHJOINT
      @DigitalTECHJOINT 3 дня назад

      Most welcome. Appreciate and thanks for visiting our channel. Do let us know if you need any topic to be covered in our channel. thanks once again

  • @Sabeeha441
    @Sabeeha441 6 дней назад

    Thanks a lot for excellent explanation 🎉🎉🎉

  • @anilmaurya1279
    @anilmaurya1279 6 дней назад

    It's free?

    • @DigitalTECHJOINT
      @DigitalTECHJOINT 6 дней назад

      It costs nothing to start with Azure. If you sign up for an Azure free account, you won't be charged anything unless you decide to move to pay-as-you-go pricing

    • @DigitalTECHJOINT
      @DigitalTECHJOINT 6 дней назад

      Please watch my video to register free account in MS Azure. ruclips.net/video/Pf99MemtjXw/видео.htmlsi=d6BXZMNEDscJtq-f

    • @anilmaurya1279
      @anilmaurya1279 5 дней назад

      @@DigitalTECHJOINT thank you sir

  • @phamkhanhhand
    @phamkhanhhand 7 дней назад

    thank you for sharing

    • @DigitalTECHJOINT
      @DigitalTECHJOINT 7 дней назад

      You are welcome. Thanks for visiting Digital TechJoint

  • @rakshithashettigar9160
    @rakshithashettigar9160 8 дней назад

    I am creating an application where I need to send notification the user who have registered in my application about the activities that will happen, and will send emails to their outlook regarding the activities in the application, I cannot use their personal Outlook account password right?? I will have a password when they registered to my application, Can I use that Password and their outlook Mail ID to send emails..?

    • @DigitalTECHJOINT
      @DigitalTECHJOINT 8 дней назад

      Hello, In principal you send them email on their email address using your SMTP credentials as shown in the project demo. Basis the activities done by users, you need to send them email on the email address that you capture in your application using your credentials. The demo shows you how to send email to customers. Hope you understood. Please do email us in case you need more clarifications. thanks for visiting Digital TechJoint

  • @sajjadabdullah
    @sajjadabdullah 9 дней назад

    Very useful...

  • @rickycurtis5782
    @rickycurtis5782 11 дней назад

    Thank you!

  • @MuqtadirRajapatel
    @MuqtadirRajapatel 12 дней назад

    When will the next part come. Please upload it asap.

    • @DigitalTECHJOINT
      @DigitalTECHJOINT 11 дней назад

      This week for sure. It will cover on how to consume the secured API with token in ASP.NET MVC web application. Thanks

  • @willgordon5737
    @willgordon5737 14 дней назад

    one thing i hate about Microsoft is that they keep changing the names and options and shuffle things around after literally one month the things will be changed. sa

  • @rajkumararora7366
    @rajkumararora7366 15 дней назад

    Very well summarized video worth of 15 mins. Just one question - how to change the domain from default azure websites to any custom one?

    • @DigitalTECHJOINT
      @DigitalTECHJOINT 15 дней назад

      Thanks for watching! To change the domain, you need to purchase a custom domain, then configure it in Azure by adding the custom domain to your App Service under 'Custom Domains' and updating your DNS settings with the domain provider. Thanks, Digital TechJoint Team

  • @irfankhairulazhar8497
    @irfankhairulazhar8497 16 дней назад

    i facing issue failed to verify phone number due to in the intial column phone number automatically add "()" , anyone facing same issue ?

  • @PruthvirajRaut-o8n
    @PruthvirajRaut-o8n 17 дней назад

    why it is not showing option of UPI payment??

  • @AthelstanEngland
    @AthelstanEngland 18 дней назад

    Thanks. Your for each loop though just overwrites answer each time. So the return reseult is just the last one?

  • @Msyoutube38
    @Msyoutube38 22 дня назад

    Nice and concise explanation, thanks for the video

  • @LukasHalleriNdrangheta
    @LukasHalleriNdrangheta 23 дня назад

    F i would spy as Microsoft Bill Gates on Linux systems with secret cloud mongo db since 20 or 10 years THEN by law as any spy the death penalty immediately follows.

  • @kalyantiparani9414
    @kalyantiparani9414 23 дня назад

    I'm working on one project I'm getting login successfully as Admin But getting 401 error for endpoint which are Authorized only for Admin

    • @DigitalTECHJOINT
      @DigitalTECHJOINT 23 дня назад

      There is possibility that you must be doing follwoing a) might not be sending the JWT token in the Authorization header when making the request. b) The token may have expired. c) The JWT token may not include the necessary claims for the user’s role. Make sure the token contains the appropriate roles (e.g., "Admin") that your authorization checks are looking for d) If the user is using a cached token that is outdated or not reflecting the correct role, they may encounter access issues Anyway, we are covering this topic in our next video where we will integrate the secured API having JWT in our ASP.NET MVC and demonstrated role based access. You should see this tutorial by next week for sure. Thanks for visiting Digital TechJoint.

  • @crollwtide9452
    @crollwtide9452 24 дня назад

    Good tip...that proably would have been hard to figure out without proper guidance

  • @gremlin576
    @gremlin576 27 дней назад

    Thank you for this video!

  • @JosephRivera517
    @JosephRivera517 28 дней назад

    Does this work for streamlit application?

    • @DigitalTECHJOINT
      @DigitalTECHJOINT 28 дней назад

      Deploying a Streamlit application on Windows IIS (Internet Information Services) is not straightforward because IIS is not natively designed to run Python applications. Streamlit applications are typically deployed using web servers like those built into cloud platforms or specialized Python web servers.

    • @JosephRivera517
      @JosephRivera517 28 дней назад

      @@DigitalTECHJOINT So I cannot deploy streamlit web app in IIS.

    • @DigitalTECHJOINT
      @DigitalTECHJOINT 28 дней назад

      @@JosephRivera517 As mentioned its not a straightforward solution However, if you really need to use IIS, you can consider a workaround by using a reverse proxy setup.

    • @DigitalTECHJOINT
      @DigitalTECHJOINT 28 дней назад

      If this helps discuss.streamlit.io/t/how-to-deploy-streamlit-on-windows-iis/15010/8

  • @Saarthiiii
    @Saarthiiii Месяц назад

    Explained so nicely

  • @thokankit007
    @thokankit007 Месяц назад

    Hi Sir. Great video. Can u please do same for a blazor server project? that will be very very helpful also

    • @thokankit007
      @thokankit007 Месяц назад

      Sir also there is a warning on the dependencies. how can that be resolved?

    • @DigitalTECHJOINT
      @DigitalTECHJOINT Месяц назад

      Sure, why not it's my pleasure to help you guys. I will surely plan to create the same in Blazor .NET 8 very soon. Stay tunned !!!!

    • @guglothnitheshnaik4273
      @guglothnitheshnaik4273 27 дней назад

      Sir is there any future for blazor technologies? Will blazor technologies will be in demand

    • @DigitalTECHJOINT
      @DigitalTECHJOINT 27 дней назад

      @@guglothnitheshnaik4273 Yes. I believe Blazor is here to stay and with Microsoft Backing and continued investment including regular updates and enhancements, its positioned to remain relevant tech landscape, also, it's part of .NET framewok which is widely used in enterprise application, support for Blazor WebAssembly allows developers to run C# in the browser eradicating the need to know javascript for client side app development. It is very similar to component based architecture like React and Angular. I do have plans to release more tutorials on Blazor along with complete mini projects to help all understand and learn Blazor In-Depth . I too like this technology and will deep dive to gain more inights on the platform. Hope that answers your query. thanks

  • @rushikeshsapkal2285
    @rushikeshsapkal2285 Месяц назад

    best

    • @DigitalTECHJOINT
      @DigitalTECHJOINT Месяц назад

      Thank You So much. Please do share our channel link with your friends and colleagues. Thanks

  • @raymohmoud2282
    @raymohmoud2282 Месяц назад

    Does it work with mongodb if I replaced context with the code

  • @Australia379
    @Australia379 Месяц назад

    Well done for the job. Thank you for Tutorial

  • @Gyanapriya-p2o
    @Gyanapriya-p2o Месяц назад

    Pura webpage ko kese chalaye matlab jisme data base bagera sab involved ho😊

  • @shivanshvish4879
    @shivanshvish4879 Месяц назад

    Can we do it with web api also?

    • @DigitalTECHJOINT
      @DigitalTECHJOINT 28 дней назад

      Yes you can very well do it using Web API as well. Do check my playlist on how to get started with ASP.NET Web API development. Thanks

  • @carnagelan
    @carnagelan Месяц назад

    Thank you for this, What would i change to add a go to last page. If i have 50 pages. Instead of clicking next all the time i want to go to last page

  • @SasiBhushanLavudi
    @SasiBhushanLavudi Месяц назад

    I am geeting an error of "type or namespace of "AzureBlobService" could not be found" even though I have added the name space of using Azure.Storage.Blobs; using Azure.Storage.Blobs.Models; please reply

  • @SasiBhushanLavudi
    @SasiBhushanLavudi Месяц назад

    Can I download the code?

    • @DigitalTECHJOINT
      @DigitalTECHJOINT Месяц назад

      Drop us email and we will share acorss the code . thanks

    • @SasiBhushanLavudi
      @SasiBhushanLavudi Месяц назад

      ​@@DigitalTECHJOINTI have already dropped the email and am waiting for your response sir

  • @creativearts4917
    @creativearts4917 Месяц назад

    Very nice explanation 👍🏻 It'll be more nice if you provide your project link 👀✌🏻

  • @nishanthini6633
    @nishanthini6633 Месяц назад

    Please post part 3 video with advance techniques. Thank you

  • @sujaeeshan2567
    @sujaeeshan2567 Месяц назад

    Thank you very much! .. It's very clean and easy to understand.. Looking forward to more tutorials

    • @DigitalTECHJOINT
      @DigitalTECHJOINT Месяц назад

      Thank You so much for your lovely comments. Really Appreciate !!!. Do you have any topic to cover in our tutorial ? we will surely release one. Thanks once again.

  • @ashokp5805
    @ashokp5805 Месяц назад

    this is very basic thing right,,, not much usefull

    • @DigitalTECHJOINT
      @DigitalTECHJOINT Месяц назад

      Thanks for you comments. Could you share us your requirements on this subject. We will include that same in our up coming tutorials . We are always welcome to suggestion after all it will only help our developer community. Thanks for visiting Digital TechJoint Channel.

    • @ashokp5805
      @ashokp5805 Месяц назад

      @@DigitalTECHJOINT please share the vedio how network tab can check for api and its performsance

    • @DigitalTECHJOINT
      @DigitalTECHJOINT Месяц назад

      @@ashokp5805 You mean the chrome developer tool network tab ?

    • @ashokp5805
      @ashokp5805 Месяц назад

      @@DigitalTECHJOINT yes all higlited topics in api

  • @jmoney2513
    @jmoney2513 Месяц назад

    thank your sir its work

  • @shamsnasiri6689
    @shamsnasiri6689 2 месяца назад

    Thank you so much✅

  • @johnsilva2806
    @johnsilva2806 2 месяца назад

    i'm developing a web app on windows. but when i deploy in production, the server is linux. is this suitable for my case? anyone?

    • @DigitalTECHJOINT
      @DigitalTECHJOINT 2 месяца назад

      So you have developed the web application using .net core and need steps to deploy on linux OS rigth ? Suggest to refer below article learn.microsoft.com/en-us/aspnet/core/host-and-deploy/linux-nginx?view=aspnetcore-8.0&tabs=linux-ubuntu

  • @znx.7en
    @znx.7en 2 месяца назад

    Thanks a lot, Really Helps

  • @lorraine28
    @lorraine28 2 месяца назад

    Thank you for this video, I got no errors compared to other videos . Best video I have watched!!! ⭐️

    • @DigitalTECHJOINT
      @DigitalTECHJOINT 2 месяца назад

      Thank Your for your lovely comments. Sure, do email us in case you face any issues also do drop if any specific video tutorial is required on .NET or Azure cloud computing. Thanks for Visiting our channel and do share our channel link with your friends and collegues. thanks

  • @BCSFM-ku2fr
    @BCSFM-ku2fr 2 месяца назад

    finalllyyyyy after watching 100s of tutorials thankss

    • @DigitalTECHJOINT
      @DigitalTECHJOINT 2 месяца назад

      Super !!! What a lovely comments. You motivate us to make more video tutorials for our developer community . Thanks for Visiting Digital TechJoint

  • @rajeevsingh-fg6in
    @rajeevsingh-fg6in 2 месяца назад

    Thanks

  • @oscarportorreal
    @oscarportorreal 2 месяца назад

    Plain and simple, thank you

  • @techno7761
    @techno7761 2 месяца назад

    How to select a row in QuickGrid?

    • @DigitalTECHJOINT
      @DigitalTECHJOINT 2 месяца назад

      You need to handle the row selection using onRowselected() Event. private void OnRowSelected() { } and bind the above method in quickgrid like below <QuickGrid Items="items" RowSelected="@OnRowSelected"> <PropertyColumn Property="Id" Title="ID" /> <PropertyColumn Property="Name" Title="Name" /> </QuickGrid> You should be able to view some example on internet but shared you the high level structure for managing row selection in quickgrid . Hope this helps. Thanks for visiting Digital TechJoint

  • @singhranavlog
    @singhranavlog 2 месяца назад

    Great tutorial towards AWS journey. I created database on AWS as per you suggested, on local Sql Server Management Studio I'm not able to connect to db its throwing error. I have checked below things: 1. Checked as Publicly accessible 2. Copied the endpoint and place in local ssms follwed by comma and port 1433. Can you please suggest the cause behind this. I followed video twice but still no luck.

    • @DigitalTECHJOINT
      @DigitalTECHJOINT 2 месяца назад

      Thanks for you comments. Please make sure you have setup the Inbound rules with the defined MSSQL port. Also, make sure your local PC firewall is not blocking the connectivity to DB instance on AWS .. If you still face the exception then request to share the screenshot on my email addresss. Will surely help you out to sort your issue. thanks

  • @sanketpanchmind5243
    @sanketpanchmind5243 2 месяца назад

    Do we need to keep the sql server connection on ? Or after closing aslo it will work ? If we want to let see the project to my friends can i send the link ? Will it work ?

    • @DigitalTECHJOINT
      @DigitalTECHJOINT 2 месяца назад

      Yes can share the link with your friends. It is publicly accessible so they should be able to access it. thanks for visiting Digital TechJoint

  • @BB-gj7de
    @BB-gj7de 2 месяца назад

    Thank you for the nice video!

  • @sanketpanchmind5243
    @sanketpanchmind5243 2 месяца назад

    Does it cost any charges ? Or free any upto what space it is free ?

    • @DigitalTECHJOINT
      @DigitalTECHJOINT 2 месяца назад

      Free till your free tier is valid post that it will be based on your usage. You watch our video on azure cost management that will provide insights how to manage your cost. Thanks for visiting Digital TechJoint .