QuickTech@AJ(Alok Jha)
QuickTech@AJ(Alok Jha)
  • 87
  • 16 782
Question : How to Implement End-to-End Encryption in Angular and .NET Core API.
"Secure Data Communication: End-to-End Encryption Between Angular and .NET Core API"
In this video explain
1. How to implement End-to-End Encryption Between Angular and .NET Core API
2. How to redirect to any old project
3. What is authguard and CanActiveGuard
4. What is interceptor and how to implement?
5. What is middleware and how to implement?
#aspdotnetcore #aspdotnetcore8 #aspdotnetcore5 #angular18 #encryption
มุมมอง: 8

วีดีโอ

Part 20: In the .NET Core MVC Code First approach,how do you add new properties in the database?
มุมมอง 3521 ชั่วโมงที่ผ่านมา
In this video explain: 1. how do you add and update new properties in the model to the database using migrations. 2. Modify views and add new properties and update in db. 3. Explain Add-migration and update-database #aspdotnetcore8 #codefirstapproach #programming #sqlqueryinterviewquestionsandanswers #aspdotecore8mvc
Part 19: In the .NET Core MVC Code First approach,CRUD functionality using Entity Framework Core ?
มุมมอง 6114 วันที่ผ่านมา
In this video explain: Step 1: Create a new ASP.NET Core MVC project. Step 2: Add Entity Framework Core Packages. Step3: Create New Model Step 4 : Create the DbContext Step 5: Configure Connection String Step 6 : Register the DbContext: Stepm7: Create the CRUD Controller Generate the controller using scaffolding #CodeFirstApproach #aspdotnetcore #aspdotnetcore8 #aspdotnetcore8mvc
Part18:In .NET Core MVC FormCollection,DataDictionary and Json Binding Data from view to Controller?
มุมมอง 3521 วันที่ผ่านมา
In this video explain 1. FormCollection Data Post or Binding 2. Json Ajax Data Post #sqlqueryinterviewquestionsandanswers #aspdotnetcore #aspdotnetcore8
Part 17:In .NET Core MVC Model Binding Pass Data from view to Controller?
มุมมอง 45หลายเดือนก่อน
In this video explain single model binding and also multiple binding. #aspdotnetcore #sqlqueryinterviewquestionsandanswers #programming #aspdotnetcore5 #aspnetcore8
Part 16 :In .NET Core MVC, Data binding or Pass Data from view to Controller?
มุมมอง 40หลายเดือนก่อน
In this video explain primitive Data binding #programming #aspdotnetcore #aspnetcore #aspdotnetcore5
Create Sql New Login User in SQL Server 2022 Database Using SSMS(Editor)
มุมมอง 158หลายเดือนก่อน
1. In this video explain , how to create new login user in sql server . 2. In this Video explain , how to enable Sqlserver Authentication Login . #sqlqueryinterviewquestionsandanswers #programming #aspdotnetcore
Part 15 : What is ViewModel in .NET Core MVC ?
มุมมอง 39หลายเดือนก่อน
In .NET Core, a ViewModel is a class specifically designed to represent data that the view (UI layer) needs to display. The ViewModel serves as a bridge between the Model (the application's data structure or business logic layer) and the View (the UI). This pattern is particularly useful in ASP.NET Core MVC and Razor Pages, where it facilitates separating concerns and organizing data for displa...
Part 14 : Database Con Using EF Core and Applying the DbFirst Approach to create models in .NetCore.
มุมมอง 60หลายเดือนก่อน
1. In this video explian db connection by Entity frmework core using db first approach. 2. How to create connection on appsetting. 3. How to register sqlserver service at program.cs. #linqinterviewquestion #sqlqueryinterviewquestionsandanswers #aspdotnetcore #dotnetcore8 #EFCoreDbFirstApproach Linq Tutorials : th-cam.com/video/9PDcUQ6xAP0/w-d-xo.html SqlServer Tutorials : th-cam.com/video/qvW0u...
Part 12 : Dot Net Core Dependency Injection Tutorial with code example.
มุมมอง 1022 หลายเดือนก่อน
Dependency Injection (DI) is a design pattern used to achieve Inversion of Control (IoC) between classes and their dependencies. In simpler terms, rather than a class controlling its dependencies (e.g., creating objects directly), these dependencies are injected into the class, typically through the constructor, methods, or properties. In this video exaplain, how to implement depency injection....
Part 11: How to Set Up and Use Sessions in ASP.NET Core?.
มุมมอง 652 หลายเดือนก่อน
TIn ASP.NET Core, sessions are not enabled by default. You need to configure and enable session management. #aspdotnetcore #sqlqueryinterviewquestionsandanswers #linq #aspdonetcoremvc Linq Tutorials : th-cam.com/video/9PDcUQ6xAP0/w-d-xo.html SqlServer Tutorials : th-cam.com/video/qvW0uhVNcyc/w-d-xo.html Azure : th-cam.com/video/T5sI2ZwXbK0/w-d-xo.html C# Program Logic: th-cam.com/video/lEp8ia97...
Part 10 : How to persist data in TempData?.
มุมมอง 262 หลายเดือนก่อน
1. Keep data in TempData : The Temp.Keep() method ensure that the data is preserved across multiple request even after , it has been read once. 2. Peek data in TempData : The TempData.Peek() method allows you to read the data without removing it. This is useful when you want to check the value but still want it to be available for future requests. #aspdotnetcore #aspdotecore8 #aspdotnetcore8mvc...
Part 9 : In ASP.NET Core MVC, understanding TempData with an example?
มุมมอง 322 หลายเดือนก่อน
What is TempData? How can tempdata be used? #aspdotnetcore #aspdotecore8 #sqlqueryinterviewquestionsandanswers #coding
Part 8: Understanding ViewData and ViewBag in ASP.NET Core: Why and How to Use Them?
มุมมอง 632 หลายเดือนก่อน
1. In this video, I will explain viewdata with a code example. 2. In this video, I will explain ViewBag with a code example. Http less protocol , by mistake I have used control. #aspdotnetcore #aspdotecore8 #asp.net core #sqlqueryinterviewquestionsandanswers #coding #mvctutorial #Asp.netCoreInterviewQuestionAndAnswer
Part 7 : What is middleware in. Net core , why use and order of middleware?
มุมมอง 372 หลายเดือนก่อน
Middleware in .NET Core is a software component that is assembled into an application pipeline to handle requests and responses. Each component chooses whether to pass the request to the next component in the pipeline and can perform operations before and after the next component in the pipeline is invoked. #sqlqueryinterviewquestionsandanswers #programminglogic #middleware #Asp.net Core Interv...
Part 6: .Net Core Project File and Folder.
มุมมอง 472 หลายเดือนก่อน
Part 6: .Net Core Project File and Folder.
Part 5: Creating .Net core Web Application?
มุมมอง 422 หลายเดือนก่อน
Part 5: Creating .Net core Web Application?
Part 4 : Explain ASP.NET MVC pipeline in asp.net core tutorial videos.
มุมมอง 262 หลายเดือนก่อน
Part 4 : Explain ASP.NET MVC pipeline in asp.net core tutorial videos.
Part 3 : What is MVC? Explain Mvc design pattern. Advantage of Mvc over web form.
มุมมอง 132 หลายเดือนก่อน
Part 3 : What is MVC? Explain Mvc design pattern. Advantage of Mvc over web form.
Part 2 : What is .Net Core and advantage of .net core. Difference Between .Net Framework .
มุมมอง 192 หลายเดือนก่อน
Part 2 : What is .Net Core and advantage of .net core. Difference Between .Net Framework .
Part 1 : Required software Installtion for Mvc and .Net Core Tutorial Video.
มุมมอง 232 หลายเดือนก่อน
Part 1 : Required software Installtion for Mvc and .Net Core Tutorial Video.
Part 20 : Write LINQ query to find 2nd highest salary?
มุมมอง 162 หลายเดือนก่อน
Part 20 : Write LINQ query to find 2nd highest salary?
Part 19 : What is Left Join and Cross join in Linq?
มุมมอง 272 หลายเดือนก่อน
Part 19 : What is Left Join and Cross join in Linq?
Part 18 : What is GROUP JOIN and Why use Group join?
มุมมอง 102 หลายเดือนก่อน
Part 18 : What is GROUP JOIN and Why use Group join?
Part 17: What are different types of joins in LINQ? Inner Join with And OR condition?
มุมมอง 412 หลายเดือนก่อน
Part 17: What are different types of joins in LINQ? Inner Join with And OR condition?
Part 16. What is Extension method?
มุมมอง 342 หลายเดือนก่อน
Part 16. What is Extension method?
Part 15 : How var type is different from anonymous type?
มุมมอง 122 หลายเดือนก่อน
Part 15 : How var type is different from anonymous type?
Part 14: What is lambda expression?
มุมมอง 162 หลายเดือนก่อน
Part 14: What is lambda expression?
Part 12:What is anonymous method?
มุมมอง 242 หลายเดือนก่อน
Part 12:What is anonymous method?
Part 11: Explain Union, Intersect and Except?
มุมมอง 92 หลายเดือนก่อน
Part 11: Explain Union, Intersect and Except?