CodeS
CodeS
  • 55
  • 882 406
JWT JSON WEB TOKEN in Asp .NET Core WEB API in MVC .NET 7
JWT JSON WEB TOKEN in Asp .NET Core WEB API in MVC .NET 7
What is a JWT?
JWT is stands for JSON Web Tokens.
JWTs are most commonly used to
identify an authenticated user.
They are issued by an authentication server
and are consumed by
the client-server (to secure its APIs).
JSON Web Token is an open industry standard
used to share information between two entities,
usually a client (it can be a Mobile App
or Desktop App or a MVC web App or whatever)
and a server (usually an API server or a
Web Application).
What Is JSON?
JSON means JavaScript Object Notation.
JavaScript Object Notation is a standard text-based format for representing
structured data based on JavaScript object syntax.
It is commonly used for transmitting data in web applications
JSON is used everywhere because it works natively with JavaScript.
and today almost all the browsers understands JavaScript very well.
What is an API?
API Stands for application programming interface.
An "application programming interface"
is a way for two or more computer programs
to communicate with each other.
it is a type of software interface,
offering a service to other pieces of
software.
OK lets see more about APIs, JWTS and JSONS in the Video.
So please watch the full video and download the
source code from the URL shown in the Video.
MVC API Web Client URL
th-cam.com/video/Vof7EXKymMw/w-d-xo.html
MVC API Server URL
th-cam.com/video/HUuQCUG9Fm4/w-d-xo.html
How to Convert Your API JSON to C# Classes using Asp. NetCore in MVC
th-cam.com/video/ZsTLTmnuvCA/w-d-xo.html
Best Regards,
Aniz
มุมมอง: 6 275

วีดีโอ

Asp.Net Core Web API CRUD Operations Using EF Core and SQL Server
มุมมอง 17Kปีที่แล้ว
In this video, we will go step by step and we will create an ASP.NET Core API that will perform CRUD operations in a SQL Server database. Learn how to create and build an ASP.NET Core Web API From scratch using C# and .NET 7. We will create a REST API CRUD Server and an MVC API Client Application. We will develop 2 projects in this Video. What is a CRUD?. CRUD stands for Create, Read, Update an...
How to Convert API JSON to C# Classes using ASP .NET Core in MVC
มุมมอง 2.2Kปีที่แล้ว
How to Convert API JSON to C# Classes using Asp .NET Core in MVC What Is JSON? JSON means JavaScript Object Notation. JavaScript Object Notation is a standard text-based format for representing structured data based on JavaScript object syntax. It is commonly used for transmitting data in web applications JSON is used everywhere because it works natively with JavaScript. and today almost all th...
REST API SERVER and MVC API Client tutorial for beginners in ASP.NET CORE C# 2022
มุมมอง 1Kปีที่แล้ว
What is an API? API Stands for application programming interface. An "application programming interface" is a way for two or more computer programs to communicate with each other. it is a type of software interface, offering a service to other pieces of software. Why do we use API? Because APIs simplify how developers integrate new application components into an existing architecture, they help...
ASP.NET Web API tutorial for beginners in C# 2022
มุมมอง 2.4Kปีที่แล้ว
What is an API? API Stands for application programming interface. An "application programming interface" is a way for two or more computer programs to communicate with each other. it is a type of software interface, offering a service to other pieces of software. Why do we use API? Because APIs simplify how developers integrate new application components into an existing architecture, they help...
Dynamic Cascading Select List CRUD ASP .NET Core 6
มุมมอง 17Kปีที่แล้ว
Dynamic Cascading Select List CRUD ASP .NET Core 6 In this ASP.NET Core Tutorial, We will learn how to Create Dynamic Cascading Select List. and populate the select list dynamically. In Here We Have two Select Dropdown list. The first select dropdown list has Country Names. and the second select List has City Names. When we select a Country From the Country Select list The cities of the Selecte...
Advanced .Net6 Asp.net Core MVC CRUD with pagination and search Bar
มุมมอง 14Kปีที่แล้ว
Advanced .Net6 Asp.net Core MVC CRUD with pagination and search Bar From this video tutorial you will learn how to add pagination bar with Page Size Changing functionality to an ASP.NET Core MVC CRUD application. This application is created using .Net6 EF Core DBFirst Approach. The customer listing page of this application has search bar, Pagination bar and page size changing Functionality. The...
Advanced AJAX CRUD in ASP.NET Core MVC and Dynamic Cascading Selectlist
มุมมอง 24Kปีที่แล้ว
Advanced AJAX CRUD in ASP.NET Core MVC and Dynamic Cascading Select list In this ASP.NET Core Tutorial, We will learn how to Create Cascading Select List. and populate the selectlist dynamically using AJAX. The first select dropdown list has Country Names. and the second selectList has City Names. when we select a Country From the Country Selectlist the cities of the Selected Country will be lo...
Full Source Code of Advance Master Detail CRUD in MVC ASP.NET CORE 6 using EFCORE
มุมมอง 24K2 ปีที่แล้ว
Full Source Code of Advance Master Detail CRUD in MVC ASP.NET CORE 6 using EFCORE - Purchase Order form In this video we are going to develop an Advanced Master Detail CRUD Application. using ASP.NET Core 6 with MVC and EfCore. As You know very well, I am using Visual studio 2022 as the development tool and Asp.Net core with MVC as the platform. The main objective of this application is to save...
JavaScript Master Detail CRUD with Page Total Summary with Scrollable Fixed Header Grid
มุมมอง 11K2 ปีที่แล้ว
In this video we are going to develop an Advanced Master Detail CRUD Application. using ASP.NET Core 6 with MVC and EfCore. As You know very well, I am using Visual studio 2022 as the development tool and Asp.Net core with MVC as the platform. The main objective of this application is to save the master and detail records together in a easiest and best way. In Here , I have used advanced featur...
Secret of Success Motivational Speech Steve Jobs, Arnold Schwarzenegger, LesBrown, Denzel Washington
มุมมอง 3662 ปีที่แล้ว
Here are some of the best motivational speeches from the famous icons of the life. Let's hear what they say about "Secret of Success." 1. Denzel Washington says "Put God First" as his secret for success. I am very impressed by his speech. so I share a bit of his speech here. 2. Steve Jobs is my Hero, and he says his Secret for Success is to "Love what You Do." His speech has made records and mo...
ASP.NET CORE MVC Master Detail CRUD
มุมมอง 14K2 ปีที่แล้ว
From this video tutorial you will learn how to make a Master Detail CRUD Application using ASP.NET Core MVC with EF Core, Advance JavaScript, JQuery and CSS. In Here , I have used advanced features of Entity framework core and JavaScript. This Application is done in ASP.net core 5 using MVC Pattern. The main objective of this application is to save the master and detail records together in a ea...
Advance Master Detail CRUD in MVC ASP.NET CORE 6 using EFCORE - Purchase Order form
มุมมอง 66K2 ปีที่แล้ว
Advance Master Detail CRUD in MVC ASP.NET CORE 6 using EFCORE - Purchase Order form In this video we are going to develop an Advanced Master Detail CRUD Application. using ASP.NET Core 6 with MVC and EF CORE As You know very well, I am using Visual studio 2022 as the development tool and ASP.NET core with MVC as the platform. The main objective of this application is to save the master and deta...
Entity framework core migrations in ASP .NET 6 Core MVC
มุมมอง 8K2 ปีที่แล้ว
In this video we will discuss the concept of Migrations in Entity Framework Core. What is a migration in entity framework core? Migration is an entity framework core feature that keeps the database schema and our application data model classes in sync. There are only 3 Mainly Used Migration Commands in the EF Core. Rest of the commands are needed only occasionally. So If you fully understand th...
Inventory Management Processes Explained
มุมมอง 2.2K2 ปีที่แล้ว
In this video we will see what are important processes should be present in a powerful inventory management software. The inventory management process starts from the quotation and then goes to the purchase order stage. After the purchase order is agreed by both the parties. I mean the buyer and the seller or otherwise called as Customer and the supplier. The Customer or the Buyer creates a LC ...
ASP.NET 6 CORE MVC Inventory Management Software With Full Source Code
มุมมอง 10K2 ปีที่แล้ว
ASP.NET 6 CORE MVC Inventory Management Software With Full Source Code
Multi Table ASP. NetCore 6 MVC CodeFirst CRUD using EF Core
มุมมอง 17K2 ปีที่แล้ว
Multi Table ASP. NetCore 6 MVC CodeFirst CRUD using EF Core
ASP .NET 6 CORE Database First CRUD with EF Core in MVC using Visual Studio 2022
มุมมอง 18K2 ปีที่แล้ว
ASP .NET 6 CORE Database First CRUD with EF Core in MVC using Visual Studio 2022
remote validation asp.net core MVC
มุมมอง 4.3K2 ปีที่แล้ว
remote validation asp.net core MVC
Validations in ASP .NET Core
มุมมอง 2.6K2 ปีที่แล้ว
Validations in ASP .NET Core
File and Image Upload with JavaScript Validations
มุมมอง 3.1K2 ปีที่แล้ว
File and Image Upload with JavaScript Validations
.Net5 CRUD using Multiple repositories from Single Controller
มุมมอง 6K2 ปีที่แล้ว
.Net5 CRUD using Multiple repositories from Single Controller
ASP .NET Core MVC CRUD Operations with Foreign key using CodeFirst Approach
มุมมอง 39K2 ปีที่แล้ว
ASP .NET Core MVC CRUD Operations with Foreign key using CodeFirst Approach
Master Detail entry form using Advanced JavaScript CSS ASP.NET CORE MVC
มุมมอง 26K2 ปีที่แล้ว
Master Detail entry form using Advanced JavaScript CSS ASP.NET CORE MVC
ASP .NET Core 5 MVC project with full Source Code Multiple CRUDS
มุมมอง 16K2 ปีที่แล้ว
ASP .NET Core 5 MVC project with full Source Code Multiple CRUDS
ASP.NET Core Login and Register Screen Using Identity Framework
มุมมอง 8K2 ปีที่แล้ว
ASP.NET Core Login and Register Screen Using Identity Framework
How to Create Login and Register Screen With LOGOUT Screen in ASP.NET Core 5 MVC using EFCORE
มุมมอง 4.5K3 ปีที่แล้ว
How to Create Login and Register Screen With LOGOUT Screen in ASP.NET Core 5 MVC using EFCORE
How to Show Modal Dialog alert or Popup Message Box in Asp Net Core using TempData in CodeFirst CRUD
มุมมอง 24K3 ปีที่แล้ว
How to Show Modal Dialog alert or Popup Message Box in Asp Net Core using TempData in CodeFirst CRUD
ASP.NET CORE MVC Tutorial
มุมมอง 1.9K3 ปีที่แล้ว
ASP.NET CORE MVC Tutorial
How to do Sort Search and Pagination in ASP.NET CORE 5 MVC CRUD with EF CORE Inventory Project
มุมมอง 19K3 ปีที่แล้ว
How to do Sort Search and Pagination in ASP.NET CORE 5 MVC CRUD with EF CORE Inventory Project

ความคิดเห็น

  • @technopakistani-t4t
    @technopakistani-t4t 4 วันที่ผ่านมา

    Great videos Sir I applied your code but details, edit, delete cant get data Create and display work good and one other problem Id also shown in all screens

  • @PoojaSivaraj-f9m
    @PoojaSivaraj-f9m 8 วันที่ผ่านมา

    Bro database update pandrapo ssl provider error varudhu... How to solve this error bro

  • @RaselAhmed-kt6hv
    @RaselAhmed-kt6hv 13 วันที่ผ่านมา

    I can't access the source code file.. please give me source code of this project

  • @sajalkantisahoo4287
    @sajalkantisahoo4287 20 วันที่ผ่านมา

    This tutorial is best and practical basis.But There is no source code. Website is not found.So pls give your contact details.I will contact you immediately.So pls pls.....

  • @pawansharma-sp4uz
    @pawansharma-sp4uz 20 วันที่ผ่านมา

    Can you provide the source code

  • @HassanYasser-qv2ri
    @HassanYasser-qv2ri 27 วันที่ผ่านมา

    The count of likes is 999 i made it 1k❤

  • @SAzamAnsari
    @SAzamAnsari 28 วันที่ผ่านมา

    I can pay because I need for my college project

  • @SAzamAnsari
    @SAzamAnsari 28 วันที่ผ่านมา

    Please send source code link is not open.

  • @AzamAnsari-p1t
    @AzamAnsari-p1t 28 วันที่ผ่านมา

    Sir Please Send Source Code Becouse URL not work which is in video , i can pay some amount for source code for my college project

  • @beebiafnithakn8196
    @beebiafnithakn8196 หลายเดือนก่อน

    when i select item in po this dropdown stay stucked why

  • @gregraitz6914
    @gregraitz6914 หลายเดือนก่อน

    Great job creating this tutorial!! Best of luck on your future programming!!!

  • @Andrew-k5t
    @Andrew-k5t หลายเดือนก่อน

    thank you a lot for this video, it helped so mutch

  • @carnagelan
    @carnagelan หลายเดือนก่อน

    Thank you so much for this. One problemi am having is when i click next. It refreshers the indext page to go to the next page as if the table isnt responsive. I cant get the table to only go to next page with out the index page been refreshed

  • @AzizulHakim-m6b
    @AzizulHakim-m6b หลายเดือนก่อน

    your website doest work sir

  • @marianna496
    @marianna496 หลายเดือนก่อน

    Thanks a lot! it was exactly that I looked for!

  • @MichealRaj-qz5kr
    @MichealRaj-qz5kr หลายเดือนก่อน

    Please teach this with Api method

  • @mojtabaghasemi1195
    @mojtabaghasemi1195 2 หลายเดือนก่อน

    excume why u deleted transaction view in code

  • @rajeshmajumdar4999
    @rajeshmajumdar4999 2 หลายเดือนก่อน

    Superb Aneez. Really liking it.👍👍👍

  • @CodeCLink88
    @CodeCLink88 2 หลายเดือนก่อน

    Your tutorials are awesome, sir. Thank you so much for putting your heart in your videos; they are so much detailed and so helpful. I hope you can give me guide on how to make a teacher scheduling system using .net core. The best!

  • @bl7937
    @bl7937 2 หลายเดือนก่อน

    @CodeS I hope your doing well. Noticed you have not been making newer videos. Take care and God Bless, hope you are doing well.

  • @nexttamer8716
    @nexttamer8716 3 หลายเดือนก่อน

    Thank you source code

  • @jasonchooel
    @jasonchooel 3 หลายเดือนก่อน

    This is the best tutorial I have ever seen. Thank you.

  • @nilaykShah
    @nilaykShah 3 หลายเดือนก่อน

    Horrible way to demonstrate some thing. Doing copying and pasting.

  • @OtabekAlijonov-kj7xy
    @OtabekAlijonov-kj7xy 3 หลายเดือนก่อน

  • @whatsappstatusclips3833
    @whatsappstatusclips3833 3 หลายเดือนก่อน

    Alo aniz Ji, Waiting for your .net related stuffs videos.. One of those days, I was got better exposure on devlopement pravtices from watching your videos.. It really helped me to get a switch of role from support to development. Pls resume your knowledge sharings via yt.. Thanks a lot to you..❤

  • @muhammadmufly23
    @muhammadmufly23 3 หลายเดือนก่อน

    I'm sorry, but is there any source cide for the database?

  • @cissemy
    @cissemy 4 หลายเดือนก่อน

    Hi The selected country and city are reset to blank in the situation where you have : if (!ModelState.IsValid)

  • @AjinkyaTambade
    @AjinkyaTambade 4 หลายเดือนก่อน

    can i get code of this

  • @mojtabaghasemi1195
    @mojtabaghasemi1195 4 หลายเดือนก่อน

    I really need the source code, and the link not working, please review the link and fix it,

  • @mojtabaghasemi1195
    @mojtabaghasemi1195 4 หลายเดือนก่อน

    This is the best course for master detail in asp

  • @nakibrahaman2228
    @nakibrahaman2228 4 หลายเดือนก่อน

    For the error no popup shown I think some part of the code are missing here for open the modal when we got error. Also After I add the code for showpopup for error it only shows when I redirect to Index page. But what if I want to see it inside create page?

  • @nakibrahaman2228
    @nakibrahaman2228 4 หลายเดือนก่อน

    data-dissmiss is not not working with latest bootstrap I just found it should be data-bs-dismiss in the popup modal for closing the popup window. Great tutorial by the way.

  • @nakibrahaman2228
    @nakibrahaman2228 4 หลายเดือนก่อน

    As I Implement the whole code and found that When I select more than 5 as selectOption then at the type of sorting it came to 5 records. How can this be adjusted?

  • @nakibrahaman2228
    @nakibrahaman2228 4 หลายเดือนก่อน

    I think when you use dll here. It is not sorted for any column descending. Can you please give me any suggestion why descending is not working for any column? I am talking about every column when you use dll. If you carefully look 45 min 40 sec you can find. Do we need to implement getCustomers like getunits here?

  • @Hcxsjjitxaekoih
    @Hcxsjjitxaekoih 4 หลายเดือนก่อน

    it is a true perfect tutorials....thanks

  • @jasonchooel
    @jasonchooel 4 หลายเดือนก่อน

    Hi Aniz, Thank you for the tutorial. It is a very helpful video. I followed your instructions and was able to display the result on the Create page. However, I am unable to save the data when I click the Create button. Could you please advise which part of my code might be causing this issue? Thank you!

  • @NAEEMAHMED-n9d
    @NAEEMAHMED-n9d 4 หลายเดือนก่อน

    I Waste my time in last finely didn't save data

  • @NAEEMAHMED-n9d
    @NAEEMAHMED-n9d 4 หลายเดือนก่อน

    I already Waste my time Totally fake in the last of video finally didn't work correctly, this guy clever only gain views on video

  • @patelujjaval7026
    @patelujjaval7026 5 หลายเดือนก่อน

    Sir this project is very good and helpful for my training session...so thank you sir... Please sir send the zip file this project Given zip file is not found Please sir share your source code...

  • @eslamelsherif01
    @eslamelsherif01 5 หลายเดือนก่อน

    Very good 👍

  • @jasonchooel
    @jasonchooel 5 หลายเดือนก่อน

    Thank you for the video; it's truly fantastic. I've gained valuable skills from watching it. I'm eager to learn more about reporting, charts, or QR code generation from your future tutorials.

  • @maiphuong0512
    @maiphuong0512 5 หลายเดือนก่อน

    Can I ask for the code of startup.cs? I can't find it in my Visual code

  • @talhamohamed3446
    @talhamohamed3446 5 หลายเดือนก่อน

    Thanks 🎉❤

  • @rafaelrodriguessilva9994
    @rafaelrodriguessilva9994 5 หลายเดือนก่อน

    Thanks for the video!!!

  • @surya.banerjee
    @surya.banerjee 5 หลายเดือนก่อน

    Thank you so much Sir.❤ Waiting for Inventory Management projects stock part video

  • @surya.banerjee
    @surya.banerjee 5 หลายเดือนก่อน

    Great Video Sir 👏 it's really valuable and helpful 💯 Please make more videos on this database first approach topics. From very long time waiting for your videos.

  • @jasonchooel
    @jasonchooel 5 หลายเดือนก่อน

    Thank you very much for this helpful and clear explanation

  • @zahary1624
    @zahary1624 5 หลายเดือนก่อน

    Thank you!

  • @muhammadzubair4857
    @muhammadzubair4857 5 หลายเดือนก่อน

    Did you use LINQ in this tutorial?

  • @khimacao
    @khimacao 5 หลายเดือนก่อน

    Best pagination video with an explanation. Ty so much.