Digital TechJoint
Digital TechJoint
  • 131
  • 928 148
How To Create Microsoft Azure DevOps Organization
Welcome to the first video of our Azure DevOps Key Components !
In this video, we dive into Azure DevOps Organization, the foundational step to kickstart your DevOps journey.
📌 What You’ll Learn:
What is an Azure DevOps Organization?
How to create and configure your first organization.
Best practices for organizing projects and teams.
Navigating the Azure DevOps interface.
This video is perfect for beginners or anyone looking to set up their development workflows using Azure DevOps. Stay tuned for upcoming videos in the series where we’ll explore Boards, Repos, Pipelines, and more!
Thanks for visiting Digital TechJoint Channel and we wish all the very Best Learning experience .
Please do Subscribe, Share and like our videos
🚀 .NET Razor Pages Course
www.udemy.com/course/learn-asp-net-razor-pages/
How To Implement AES 256 Encryption in ASP.NET MVC
ua-cam.com/video/LctYdd-fen8/v-deo.html
Learn Visual Studio Code Editor for ASP.NET MVC Application - Complete Tutorial
ua-cam.com/video/ChhupWwNCgo/v-deo.html
How To Implement CRUD Operations in ASP.NET Using ADO.NET - Complete Guide
ua-cam.com/video/6MLLzFZ6P2w/v-deo.html
How To Integrate Stripe Payment Integration in ASP.NET MVC
ua-cam.com/video/HQnHdKVDCL4/v-deo.html
How To Upload Files In Microsoft Azure Storage using ASP.NET Web-API
ua-cam.com/video/mvNwWWdMWlQ/v-deo.html
How To Upload Files In Microsoft Azure Storage using ASP.NET Web-API
ua-cam.com/video/mvNwWWdMWlQ/v-deo.html
How To Register Microsoft Azure Free Trial Account
ua-cam.com/video/Pf99MemtjXw/v-deo.html
ASP.NET MVC - How to Upload, Download and Delete Files in AWS S3
ua-cam.com/video/RFEz7PMHgR0/v-deo.html
How To Deploy ASP.NET Application with Azure SQL Database on Microsoft Azure Cloud
ua-cam.com/video/jT8eA9A7qXE/v-deo.html
How To Integrate ChatGPT in ASP.NET Web API
ua-cam.com/video/dNJvLv3MCXQ/v-deo.html
RazorPay Payment Integration in ASP.NET MVC
ua-cam.com/video/zXFK6YXtjbA/v-deo.html
Blazor Server Vs Blazor WebAssembly Application
ua-cam.com/video/RbNQUriqXKI/v-deo.html
Develop Full-Stack Application using Blazor WebAssembly
ua-cam.com/video/Wd8RMMJXJNQ/v-deo.html
How To Deploy ASP.NET Appliction on AWS Cloud Platform
ua-cam.com/video/KBaDCPl9gM4/v-deo.html
How To Apply Free Bootstrap in ASP.NET Application
ua-cam.com/video/bUgFQeUaze0/v-deo.html
Razor Pages Complete Course Dotnet Framework 6.0
ua-cam.com/video/BCjxKJcQt4I/v-deo.html
Complete Course in ASP.NET MVC 6.0
ua-cam.com/video/H14S7x8q_vQ/v-deo.html
How to Setup Amazon AWS Free Account
ua-cam.com/video/lk-GqtZY8Dc/v-deo.html
AWS Secure Root User Using Identity Access Management Service (IAM)
ua-cam.com/video/Evsx0SarBeQ/v-deo.html
Intro To ASP.net CORE
ua-cam.com/video/mBOCnKRYdHQ/v-deo.html
How To Upload Images in Database ASP.NET Razor Pages
ua-cam.com/video/K61wZruCJl8/v-deo.html
Dependency Injection Explained
ua-cam.com/video/ps6Tdl4IZWs/v-deo.html
ASP.net CORE Using ADO.net
ua-cam.com/video/ox3x3JQHCgo/v-deo.html
Repository Pattern Explained
ua-cam.com/video/5HahAQ6V35k/v-deo.html
Getting Started with Razor
ua-cam.com/video/F2u30ALEiHA/v-deo.html
Working with Images
ua-cam.com/video/MAK1r_A7uV4/v-deo.html
Razor Page Short Videos Playlist
ua-cam.com/play/PLqVWQ84m1Q7E_ePNUqFN7uQRp3AxgFvL6.html
Complete ASPNET MVC Course
ua-cam.com/play/PLqVWQ84m1Q7EiKKyOpiWSVcpG3qUmJ0Xc.html
AWS S3
ua-cam.com/play/PLqVWQ84m1Q7E5sDm4cBljoVdEN0BPSeJd.html
Переглядів: 131

Відео

How To Implement Paging In Web API
Переглядів 202Місяць тому
Welcome to Digital TechJoint! In this tutorial, we’ll explore a powerful feature to improve data navigation and performance: paging. You’ll learn how to implement paging in an ASP.NET Web API project and effectively consume that paged data in an ASP.NET MVC application. 🔹 What You’ll Learn: Implementing Paging in Web API: Step-by-step process to add paging functionality to your Web API, allowin...
How to Implement API Caching in ASP.NET Web API & MVC | Boost Performance with Caching
Переглядів 540Місяць тому
In this tutorial, learn how to enhance the performance of your ASP.NET Web API and MVC applications through effective response caching. We’ll cover the step-by-step process of creating cache profiles and implementing caching at both the API level and client (MVC) level. Whether you're a beginner or an experienced developer, this video will help you optimize your API for faster responses and red...
How To Consume Secured Web API with JWT Token in ASP.NET MVC Application
Переглядів 5272 місяці тому
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 t...
How to Secure Your Web API with JSON Web Tokens (JWT)
Переглядів 4142 місяці тому
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
Переглядів 3433 місяці тому
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
Переглядів 8543 місяці тому
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
Переглядів 4074 місяці тому
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
Переглядів 6854 місяці тому
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
Переглядів 1,6 тис.5 місяців тому
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
Переглядів 8407 місяців тому
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,5 тис.10 місяців тому
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
Переглядів 20 тис.11 місяців тому
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
Переглядів 6 тис.11 місяців тому
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,9 тис.Рік тому
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
Переглядів 969Рік тому
How To Save Images in MongoDB Database in ASP.NET MVC
How to Upgrade .NET Framework using .NET Upgrade assistant
Переглядів 7 тис.Рік тому
How to Upgrade .NET Framework using .NET Upgrade assistant
How to Integrate Google Login in Blazor WebAssembly App
Переглядів 2,8 тис.Рік тому
How to Integrate Google Login in Blazor WebAssembly App
How To Add Google Authentication in ASP.NET MVC
Переглядів 21 тис.Рік тому
How To Add Google Authentication in ASP.NET MVC
How To Send Email with Attachment in ASP.NET MVC application
Переглядів 6 тис.Рік тому
How To Send Email with Attachment in ASP.NET MVC application
How To Implement Logging In ASP.NET MVC
Переглядів 4,2 тис.Рік тому
How To Implement Logging In ASP.NET MVC
How To Fill Dropdown in ASP.NET MVC
Переглядів 6 тис.Рік тому
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
Переглядів 523Рік тому
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
Переглядів 23 тис.Рік тому
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
Переглядів 20 тис.Рік тому
How To Implement CRUD Operations in ASP.NET Using ADO.NET - Complete Guide
Top 10 Microsoft Azure Services - Cloud Computing
Переглядів 448Рік тому
Top 10 Microsoft Azure Services - Cloud Computing
Learn Azure Cost Management - Manage & Control Your Cloud Spending
Переглядів 501Рік тому
Learn Azure Cost Management - Manage & Control Your Cloud Spending
SOLID Principles : Guide for Software Developers
Переглядів 206Рік тому
SOLID Principles : Guide for Software Developers

КОМЕНТАРІ

  • @RoberBot
    @RoberBot 10 годин тому

    The education system is shit compared to random Indians on UA-cam. Big respect to my fellow Indian brothers.

  • @samuelbowie8589
    @samuelbowie8589 7 днів тому

    Nice video. Works well. Any videos that show drilldown from the initial chart to more detail level charts from sql?

  • @Domidude
    @Domidude 8 днів тому

    Most useful video on the topic! Thank you🫡

  • @gopimathi8137
    @gopimathi8137 9 днів тому

    Great explanation

  • @takebayukari-n
    @takebayukari-n 11 днів тому

    Hi, thanks for your video. I'm actually having an issue at around 26:00-29:00 part where you performed dotnet build command. Here's the specific error: "error CS0234: The type or namespace name 'Data' does not exist in the namespace 'ProjectB' (are you missing an assembly reference?)" Hope you can help me answering the question.

    • @DigitalTECHJOINT
      @DigitalTECHJOINT 11 днів тому

      Sometimes missing dependencies cause such errors. Run dotnet restore Alternatively Ensure the namespace ProjectB.Data is correctly declared in the file where you’re using it. Ensure that the Data folder and its associated files (like DbContext) exist in your project structure.

  • @still_thinking8956
    @still_thinking8956 12 днів тому

    Hi, I am new to this concept.. Is it possible to use repository pattern in this project and is it necessary?

    • @DigitalTECHJOINT
      @DigitalTECHJOINT 11 днів тому

      Yes. I have uploaded video in my channel on Respository Pattern as well. Please watch and implement the same . Thanks for visiting our channel . Do subscribe, share and like. thanks

  • @Arturrr31
    @Arturrr31 13 днів тому

    Thanks, very concise tutorial, easy to apply in personal project.

  • @itsme9877
    @itsme9877 16 днів тому

    Hello.. Thank you very much for this tutorial but could you please give one for CRUD operations? CR operations are done in this.. Please do the UD operations too as it is very helpful😢❤

    • @DigitalTECHJOINT
      @DigitalTECHJOINT 15 днів тому

      Sure, we will surely release this tutorial as well . thanks

  • @vigneshwaran-ravi
    @vigneshwaran-ravi 20 днів тому

    Thank you! This video is very useful for learning how to implement an API gateway. Keep up your amazing work!

  • @nayanthapavlogs130
    @nayanthapavlogs130 24 дні тому

    Great tutorial. I do have a question though. I saw you've added a singleton for the specific class. What to do if I have another service class and want to use CosmosClient on that class as well? Do I create another singleton class for that newly created class, on Program.cs??

    • @DigitalTECHJOINT
      @DigitalTECHJOINT 24 дні тому

      Thanks for your comments The best approach is not to create another singleton for the newly created class. Instead, you can reuse the CosmosClient singleton instance across different service classes Example public class AnotherService { private readonly CosmosClient _cosmosClient; public AnotherService(CosmosClient cosmosClient) { _cosmosClient = cosmosClient; } // Use _cosmosClient for database operations }

    • @nayanthapavlogs130
      @nayanthapavlogs130 19 днів тому

      @@DigitalTECHJOINT Thank you for the response. Not sure this is the right channel to ask, but I added the CosomClient as Singleton on Program.cs builder.Services.AddSingleton((provider) => { var cosmosClient = new CosmosClient(builder.Configuration["ConnectionStrings:CosmosDB"]); return new ConsumerRepository(cosmosClient); //return cosmosClient; }); Now, I don't want the client to be tied to object ConsumerRepository. But whenever I remove the object and instead return the client only,i get DI error. If you could help, would be great. A code sample would be awesome.Just starting out, so a bit of novice in this case, apologies in advance for being bothersome. Thank you.

  • @lees7836
    @lees7836 25 днів тому

    Great tutorial. Worked perfectly. Thank you

  • @ramyask3795
    @ramyask3795 28 днів тому

    Brother, I am a big fan of you you are my teacher, last 1 week I watched your web API videos, and I learned I have 5 years of experience in .net, but first 2.5 years, I have worked on dev. After I moved to service based company I worked only on support projects, After I came to support i forgot to do code. Thank you very much for your help, keep posting practical hands-on videos

    • @DigitalTECHJOINT
      @DigitalTECHJOINT 28 днів тому

      Thank you so much for your kind words and for sharing your journey! It means a lot to know that my videos could help rekindle your passion for coding. Your dedication to learning, even after transitioning to support projects, is truly inspiring. Don’t worry about the gap - once a developer, always a developer! Keep practicing, stay curious, and you’ll see your skills coming back stronger than ever. I’ll continue creating practical, hands-on tutorials to support learners like you. Wishing you all the best

    • @ramyask3795
      @ramyask3795 27 днів тому

      ​ Thank you so much, ❤brother

  • @abdulrasheedolarinde5832
    @abdulrasheedolarinde5832 28 днів тому

    Very explicit, thanks for the knowledge sharing

  • @PaulGreen-ju1hr
    @PaulGreen-ju1hr 29 днів тому

    Great video. I was able to follow along, create and test my Azure SFTP site quickly.

    • @DigitalTECHJOINT
      @DigitalTECHJOINT 29 днів тому

      Thanks for your lovely comments. Please do share our channel link with your friends & collegues to help us grow our network. thanks ua-cam.com/users/digitaltechJoint

  • @gorkemiriagac7642
    @gorkemiriagac7642 Місяць тому

    i dont have programcs folder? why

    • @DigitalTECHJOINT
      @DigitalTECHJOINT Місяць тому

      Ensure they select an "ASP.NET Core Web App" which includes Program.cs and Confirm they're targeting .NET 6 or later for the most recent SignalR setup, as earlier versions of .NET Core may differ slightly in configuration.

  • @Mo-dg8xi
    @Mo-dg8xi Місяць тому

    Thank you! Great video and really solid step by step.

    • @DigitalTECHJOINT
      @DigitalTECHJOINT Місяць тому

      Thanks for your lovely comments. It motivates us to do more for our developer community .

  • @dinethkumara
    @dinethkumara Місяць тому

    Thank you so much bro

    • @DigitalTECHJOINT
      @DigitalTECHJOINT Місяць тому

      Thanks for your lovely comments. It motivates us to do more for our developer community .

  • @dinethkumara
    @dinethkumara Місяць тому

    Bro thank you so much for this ..

  • @sureshpal5569
    @sureshpal5569 Місяць тому

    great , can you share the git report for this

  • @ShahzadAli-bb1ou
    @ShahzadAli-bb1ou Місяць тому

    Great !

  • @Xabs_Universe
    @Xabs_Universe Місяць тому

    Great, this is what I was looking for..Thanks

  • @tomaslanza5564
    @tomaslanza5564 Місяць тому

    can you pass the code of the index cshtml? the one in the note block

  • @suryar8858
    @suryar8858 Місяць тому

    which video u talking about migration and could u pls share that link in comment pls

    • @DigitalTECHJOINT
      @DigitalTECHJOINT Місяць тому

      Hello Surya, Migration is covered in this video itself for creating the tables for storing data.

    • @suryar8858
      @suryar8858 Місяць тому

      @@DigitalTECHJOINT ok tq bro

  • @shabanelmogy7912
    @shabanelmogy7912 Місяць тому

    can you share github repo ?

  • @shabanelmogy7912
    @shabanelmogy7912 Місяць тому

    github link please

  • @mcm80123456
    @mcm80123456 Місяць тому

    Great video, thank you

  • @aliotman9610
    @aliotman9610 Місяць тому

    how to send token

    • @DigitalTECHJOINT
      @DigitalTECHJOINT Місяць тому

      Please watch the videos for learning developing web API and consuming API in ASP.NET MVC including Joken generation and passing it to application. Hope this helps. Thanks for visiting Digital TechJoint ua-cam.com/play/PLqVWQ84m1Q7EkF8bE2HeGP6GOyEowfh5j.html&si=IFT9ZZ0j_EgN06iE

  • @Klutern
    @Klutern Місяць тому

    Awesome guide, it worked for me! Can you please make a Azure PS CLI script for these exact same steps? Would help alot to automate it and save some time.

    • @DigitalTECHJOINT
      @DigitalTECHJOINT Місяць тому

      Sure, Thanks for your lovely comments. Really appreciate . Please do share our channel link with your friends & colleagues . Thanks

  • @bcspatch_
    @bcspatch_ Місяць тому

    Super helpful, thanks so much for the thorough walkthrough

  • @saminu2965
    @saminu2965 Місяць тому

    Thanks!

    • @DigitalTECHJOINT
      @DigitalTECHJOINT Місяць тому

      Thank You So Much ... Really Appreciate the kind gesture . 🙂

  • @educationisveryimportant231
    @educationisveryimportant231 Місяць тому

    thank you

  • @jorgerustomvillanueva9645
    @jorgerustomvillanueva9645 Місяць тому

    Good tutorial! Thanks

  • @DMC3586
    @DMC3586 Місяць тому

    Great one! Thank you

  • @mdsafikulislam9113
    @mdsafikulislam9113 Місяць тому

    Thanks

  • @FandM-d5k
    @FandM-d5k Місяць тому

    thank you, for explaining it in very much detail

  • @DigitalNexus-b9u
    @DigitalNexus-b9u Місяць тому

    Now to upload it to production, Google asks you for verification.

  • @paulevans4905
    @paulevans4905 Місяць тому

    Excellent....I liked that you also did the follow up for changes to the app. Sometimes the obvious things are overlooked. :)

  • @TrudyReiser
    @TrudyReiser Місяць тому

    Sir, can you tell me when getting the "free" Stripe account, that you need to go through all of the account activation to receive payments in Test Mode? I implemented your code and the Stripe window to gather credit card information doesn't show for me. Thanks in advance.

  • @PACEONLINE224
    @PACEONLINE224 2 місяці тому

    make more videos like it please

    • @DigitalTECHJOINT
      @DigitalTECHJOINT 2 місяці тому

      Sure, it will help us if you list down what exactly you want us to cover in the tutorial. thanks

    • @PACEONLINE224
      @PACEONLINE224 Місяць тому

      @@DigitalTECHJOINT make full project with complete details

  • @suryar8858
    @suryar8858 2 місяці тому

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

    • @DigitalTECHJOINT
      @DigitalTECHJOINT 2 місяці тому

      Thanks for your question! I understand the confusion. In a RESTful API, HTTP PUT is typically used for updating or replacing a resource, and HTTP DELETE is the standard method for removing resources from the server or database. If it appears that I used HTTP PUT for deletion, this might be a misunderstanding or specific to the demo setup. In general, I would recommend using HTTP DELETE for such operations as per best practices in REST API design. I'll review the code to ensure clarity, and I appreciate your feedback!

  • @giselavillegas4384
    @giselavillegas4384 2 місяці тому

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

    • @DigitalTECHJOINT
      @DigitalTECHJOINT 2 місяці тому

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

  • @suryar8858
    @suryar8858 2 місяці тому

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

  • @suryar8858
    @suryar8858 2 місяці тому

    tq brother

    • @DigitalTECHJOINT
      @DigitalTECHJOINT 2 місяці тому

      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 2 місяці тому

    Thanks a lot for excellent explanation 🎉🎉🎉

  • @anilmaurya1279
    @anilmaurya1279 2 місяці тому

    It's free?

    • @DigitalTECHJOINT
      @DigitalTECHJOINT 2 місяці тому

      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 2 місяці тому

      Please watch my video to register free account in MS Azure. ua-cam.com/video/Pf99MemtjXw/v-deo.htmlsi=d6BXZMNEDscJtq-f

    • @anilmaurya1279
      @anilmaurya1279 2 місяці тому

      @@DigitalTECHJOINT thank you sir

  • @phamkhanhhand
    @phamkhanhhand 2 місяці тому

    thank you for sharing

    • @DigitalTECHJOINT
      @DigitalTECHJOINT 2 місяці тому

      You are welcome. Thanks for visiting Digital TechJoint

  • @rakshithashettigar9160
    @rakshithashettigar9160 2 місяці тому

    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 2 місяці тому

      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 2 місяці тому

    Very useful...

  • @rickycurtis5782
    @rickycurtis5782 2 місяці тому

    Thank you!

  • @MuqtadirRajapatel
    @MuqtadirRajapatel 2 місяці тому

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

    • @DigitalTECHJOINT
      @DigitalTECHJOINT 2 місяці тому

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