CodeS
CodeS
  • Видео 55
  • Просмотров 865 173
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 commonl...
Просмотров: 5 985

Видео

Asp.Net Core Web API CRUD Operations Using EF Core and SQL Server
Просмотров 17 тыс.Год назад
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,1 тыс.Год назад
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
Просмотров 978Год назад
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,3 тыс.Год назад
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
Просмотров 17 тыс.Год назад
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
Просмотров 13 тыс.Год назад
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
Просмотров 23 тыс.Год назад
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
Просмотров 23 тыс.Год назад
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
Просмотров 10 тыс.2 года назад
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
Просмотров 3622 года назад
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
Просмотров 13 тыс.2 года назад
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
Просмотров 64 тыс.2 года назад
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
Просмотров 8 тыс.2 года назад
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,2 тыс.2 года назад
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
Просмотров 10 тыс.2 года назад
ASP.NET 6 CORE MVC Inventory Management Software With Full Source Code
Multi Table ASP. NetCore 6 MVC CodeFirst CRUD using EF Core
Просмотров 17 тыс.2 года назад
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
Просмотров 18 тыс.2 года назад
ASP .NET 6 CORE Database First CRUD with EF Core in MVC using Visual Studio 2022
remote validation asp.net core MVC
Просмотров 4,2 тыс.2 года назад
remote validation asp.net core MVC
Validations in ASP .NET Core
Просмотров 2,6 тыс.2 года назад
Validations in ASP .NET Core
File and Image Upload with JavaScript Validations
Просмотров 3 тыс.2 года назад
File and Image Upload with JavaScript Validations
.Net5 CRUD using Multiple repositories from Single Controller
Просмотров 6 тыс.2 года назад
.Net5 CRUD using Multiple repositories from Single Controller
ASP .NET Core MVC CRUD Operations with Foreign key using CodeFirst Approach
Просмотров 38 тыс.2 года назад
ASP .NET Core MVC CRUD Operations with Foreign key using CodeFirst Approach
Master Detail entry form using Advanced JavaScript CSS ASP.NET CORE MVC
Просмотров 26 тыс.2 года назад
Master Detail entry form using Advanced JavaScript CSS ASP.NET CORE MVC
ASP .NET Core 5 MVC project with full Source Code Multiple CRUDS
Просмотров 16 тыс.2 года назад
ASP .NET Core 5 MVC project with full Source Code Multiple CRUDS
ASP.NET Core Login and Register Screen Using Identity Framework
Просмотров 8 тыс.2 года назад
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,5 тыс.2 года назад
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
Просмотров 24 тыс.2 года назад
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,9 тыс.2 года назад
ASP.NET CORE MVC Tutorial
How to do Sort Search and Pagination in ASP.NET CORE 5 MVC CRUD with EF CORE Inventory Project
Просмотров 19 тыс.2 года назад
How to do Sort Search and Pagination in ASP.NET CORE 5 MVC CRUD with EF CORE Inventory Project

Комментарии

  • @MichealRaj-qz5kr
    @MichealRaj-qz5kr День назад

    Please teach this with Api method

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

    excume why u deleted transaction view in code

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

    Superb Aneez. Really liking it.👍👍👍

  • @CodeCLink88
    @CodeCLink88 17 дней назад

    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 28 дней назад

    @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 Месяц назад

    Thank you source code

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

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

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

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

  • @OtabekAlijonov-kj7xy
    @OtabekAlijonov-kj7xy Месяц назад

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

    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 2 месяца назад

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

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

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

  • @user-ic7zj5br7g
    @user-ic7zj5br7g 2 месяца назад

    can i get code of this

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

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

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

    This is the best course for master detail in asp

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

    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 2 месяца назад

    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 2 месяца назад

    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 2 месяца назад

    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?

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

    it is a true perfect tutorials....thanks

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

    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!

  • @user-vx4pw9oo3x
    @user-vx4pw9oo3x 2 месяца назад

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

  • @user-vx4pw9oo3x
    @user-vx4pw9oo3x 2 месяца назад

    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 3 месяца назад

    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 3 месяца назад

    Very good 👍

  • @jasonchooel
    @jasonchooel 3 месяца назад

    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 3 месяца назад

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

  • @talhamohamed3446
    @talhamohamed3446 3 месяца назад

    Thanks 🎉❤

  • @rafaelrodriguessilva9994
    @rafaelrodriguessilva9994 3 месяца назад

    Thanks for the video!!!

  • @surya.banerjee
    @surya.banerjee 3 месяца назад

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

  • @surya.banerjee
    @surya.banerjee 3 месяца назад

    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 3 месяца назад

    Thank you very much for this helpful and clear explanation

  • @zahary1624
    @zahary1624 3 месяца назад

    Thank you!

  • @muhammadzubair4857
    @muhammadzubair4857 3 месяца назад

    Did you use LINQ in this tutorial?

  • @khimacao
    @khimacao 4 месяца назад

    Best pagination video with an explanation. Ty so much.

  • @user-dq4kd9wk7r
    @user-dq4kd9wk7r 4 месяца назад

    I cannot find the source code from the link. It says I don't have the access to the website.

  • @surya.banerjee
    @surya.banerjee 4 месяца назад

    Waiting for your part 2❤

  • @ankurworld
    @ankurworld 4 месяца назад

    Thanks for detail explanation

  • @RAJESHV-si9yk
    @RAJESHV-si9yk 4 месяца назад

    Very well Explained, crisp, clear. Awesome video. Paging Works as smooth as butter.

  • @AhmedKhaled-tg3qs
    @AhmedKhaled-tg3qs 4 месяца назад

    i love you

  • @user-ok8pm1dp4l
    @user-ok8pm1dp4l 4 месяца назад

    It's Very Very Very usefull ,Thank yuo very much!!

  • @user-tk2ul5fh8t
    @user-tk2ul5fh8t 4 месяца назад

    where to download the source code???

  • @ayushkumar-ym4oz
    @ayushkumar-ym4oz 4 месяца назад

    can you please make this similar video using vs code with same crud operation like this one.

  • @nehatiwari2739
    @nehatiwari2739 4 месяца назад

    This is backend setup right, how to connect it to front end (react.js) please guide..

  • @user-ey1vu1pr2j
    @user-ey1vu1pr2j 4 месяца назад

    Hi

  • @Finncast
    @Finncast 4 месяца назад

    Very good and helpful😄

  • @mayankmaheshwari5471
    @mayankmaheshwari5471 5 месяцев назад

    Error in @page tag

  • @amamsharma372
    @amamsharma372 5 месяцев назад

    Code?

  • @harshpatel8055
    @harshpatel8055 5 месяцев назад

    Cicha Delete hone k bad nahi work horaha🤔 any suggestion

  • @mdzakirhossain5459
    @mdzakirhossain5459 5 месяцев назад

    Are you want to use fast report in. Net core 6, then see this tutorial. ruclips.net/video/lnwGqT84kKc/видео.htmlsi=b0H1BcsgxbT-LF3Y