Deep Dive Dotnet
Deep Dive Dotnet
  • 109
  • 294 823
DB Bulk Operations in .Net - Best Options
This Video helps you to pick right option to perform Bulk operations in .NET
based on the performance results with various libraries like EF core, Dapper, EF Core Bulk Extensions, SqlBulkCopy
Переглядів: 48

Відео

Dotnet Upgrade Assistant - Tech upgrade to latest dotnet core version.
Переглядів 1067 місяців тому
Dotnet Upgrade Assistant - Tech upgrade to latest dotnet core version.
How to switch between dotnet versions - global.json file - dotnet version management
Переглядів 4698 місяців тому
How to switch between dotnet versions - global.json file - dotnet version management
Node Version Manager - Switching nodejs runtime version
Переглядів 288 місяців тому
nvm for windows - switching between various nodejs SDK/runtime version without installing and uninstalling nodejs.
Implementing Windows Authentication in C# for Enterprise grade apps.
Переглядів 3678 місяців тому
Implementing Windows Authentication in C# for Enterprise grade apps.
System Assigned vs User Assigned Identities in Microsoft Entra ID or Azure AD
Переглядів 12510 місяців тому
System Assigned vs User Assigned Identities in Microsoft Entra ID or Azure AD
OAuth 2 Grant Types explained with demo using Azure Ad or Entra Id auth server
Переглядів 63610 місяців тому
OAuth 2 Grant Types
Securing Web API Data and Functionality using App Roles or Application Permissions in Azure MSAL
Переглядів 99510 місяців тому
Securing Web API Data and Functionality using App Roles or Application Permissions in Azure
Securing Web API Data and Functionality from Client Apps using Scopes in Azure MSAL
Переглядів 89311 місяців тому
Securing Web API Data and Functionality from Client Apps using Scopes or Delegated Permissions in Azure
Secure ASP.NET Web API with Microsoft Entra ID or Azure MSAL
Переглядів 21 тис.11 місяців тому
Secure ASP.NET Web API with Microsoft Entra ID or Azure AD
Cloud Patterns - Asynchronous Request Reply
Переглядів 4611 місяців тому
Cloud Patterns - Asynchronous Request Reply
Cloud Patterns - Anti Corruption Layer pattern
Переглядів 5511 місяців тому
Cloud Patterns - Anti Corruption Layer pattern
MSAL Azure AD Authentication with React
Переглядів 37 тис.11 місяців тому
MSAL Azure AD Authentication with React
Cloud Patterns - Ambassador
Переглядів 1611 місяців тому
Cloud Patterns - Ambassador
Ten Design principles for Cloud App development.
Переглядів 30Рік тому
Ten Design principles for Cloud applications
Azure Architecture Part 1
Переглядів 75Рік тому
Azure Architecture Part 1
Memento Design Pattern
Переглядів 106Рік тому
Memento Design Pattern
Mediator Design Pattern - Behavioral design Pattern
Переглядів 54Рік тому
Mediator Design Pattern - Behavioral design Pattern
Interpreter Design Pattern - Behavioral design Pattern
Переглядів 44Рік тому
Interpreter Design Pattern - Behavioral design Pattern
Strategy Design Pattern - Behavioral Design Pattern
Переглядів 39Рік тому
Strategy Design Pattern - Behavioral Design Pattern
Visitor Design Pattern - Behavioral Design Pattern
Переглядів 22Рік тому
Visitor Design Pattern - Behavioral Design Pattern
Command Design Pattern
Переглядів 43Рік тому
Command Design Pattern
Task vs Thread AND Multithreading vs Asynchronous Programming
Переглядів 273Рік тому
Task vs Thread AND Multithreading vs Asynchronous Programming
Template Method Design Pattern
Переглядів 14Рік тому
Template Method Design Pattern
State Design Pattern
Переглядів 34Рік тому
State Design Pattern
How to triage Azure Redis Connection related errors and design decisions
Переглядів 257Рік тому
How to triage Azure Redis Connection related errors and design decisions
Distributed Caching in ASP NET core with Azure Redis
Переглядів 397Рік тому
Distributed Caching in ASP NET core with Azure Redis
Chain of Responsibility Design Pattern
Переглядів 113Рік тому
Chain of Responsibility Design Pattern
The observer Design Pattern
Переглядів 18Рік тому
The observer Design Pattern
Iterator Design Pattern
Переглядів 19Рік тому
Iterator Design Pattern

КОМЕНТАРІ

  • @DanielGonzalez_ARG
    @DanielGonzalez_ARG 2 дні тому

    Great video man!! question: I'm trying to authenticate using ADB2C with Google and Microsoft from my React.js code. Google works fine. However, Microsoft identity provider return me: App.js:41 Error en la autenticación: ServerError: server_error: AADB2C90273: An invalid response was received : 'Error: invalid_request,Error Description: Proof Key for Code Exchange is required for cross-origin authorization code redemption.' Correlation ID: 8bc4f8a5-f144-41c5-8558-0747ba55a5b3 Timestamp: 2024-09-05 02:47:13Z I'm very crazy how to work using PKCE in my react.js code... any suggestion/help/idea are welcomed!

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

    Do I need to create azure account first to create App Registration and then to generate client id?

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

    I am getting the exact exception in the title of your video, but I don't think it is the same error you described. The reason I say that the error does not occur while iterating through the first rows of data. I am using keyset pagination, and initially I tried page size of 200 records. What I found was that the code worked fine on the first page, but trying to iterate the second page would generate the above exception. If there was an invalid column name in the SQL Query generated by EF Core 8, then clearly the error would happen sooner, correct? Meaning, while processing the first row. I do have quite a complex query being generated due to having quite a few Include() calls, but I looked over the SQL statement and ran it myself and it executed in about 23 seconds without errors.

  • @mainhunhero
    @mainhunhero 26 днів тому

    What is the concept of authorizing here, i will get all the scopes which are exposed in app registration inside token ? Or only those which user has given. I mean how can we use thise scopes for a user level. In this video you exposed one scope now how to handle for one user which has this and another user who will not have it in token.

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

    Excelente!!! Could you indicate how to obtain user account information from Azure AD after successfully logging in. such as user account and roles

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

    Do you have any references to create this using msal java

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

    m not getting that secrete key in nuget package url

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

    Very useful! You finally unlocked me that topic, very appreciate. Thank you so much!

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

    I guess the code in index.js needs to be msalInstance.setActiveAccount(msalInstance.getAllAccounts()[0]); and not msalInstance.setActiveAccount(msalInstance.getActiveAccount()[0]);

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

    Thanks a ton man. People should make more niche contents like these more

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

    Not a good video, wtf is this man? 🤢🤢🤢🤢

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

    Thanks for the video! Well explained.

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

    Amazing explanation, short and sweet. Clears all basic doubts

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

    Hi Manoj. Great video. I already have an onprem api exposed via entra id. How do I pass authorization header to the api? Entra ID authentication is overwritting the authorization header.

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

    i am not sure about the authentication option here. if i want to authenticate ad user to access my web application how to do? we should have some demo with sample applicaton

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

    This is fantastic...never understood this despite going through courses

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

    Sir can we use our react login page instead of microsoft login page??

  • @madhand1472
    @madhand1472 3 місяці тому

    could you post video with node js API

  • @madhand1472
    @madhand1472 3 місяці тому

    how to get auth code for refreshtoken

  • @rahulgupta77
    @rahulgupta77 3 місяці тому

    Thanks for the c# generics constraint video, can you provide any references where we can explore more on this, like any online resource, books, articles

  • @user-si2gx5gz4s
    @user-si2gx5gz4s 3 місяці тому

    could you share code link?

  • @madhand1472
    @madhand1472 3 місяці тому

    i am getting error Module not found: Can't resolve '@azure/msal-common'

    • @madhand1472
      @madhand1472 3 місяці тому

      if you get this add below code in config "@azure/msal-common": path.resolve( __dirname, "node_modules", "@azure", "msal-common", "dist" )

  • @ShivaniNikam-kk4hx
    @ShivaniNikam-kk4hx 3 місяці тому

    Azure active directory menu not showing on azure portal

  • @furwahr2891
    @furwahr2891 3 місяці тому

    oke!

  • @progamer-dr8sn
    @progamer-dr8sn 3 місяці тому

    I want to register azure ad enterprise app through .net code.. suggest any video demo for this..

  • @kiranraj5003
    @kiranraj5003 3 місяці тому

    Thanks a lot for step by step process

  • @tjldsl
    @tjldsl 3 місяці тому

    Awesome, thank you!

  • @leonardonunessilva8407
    @leonardonunessilva8407 3 місяці тому

    Thank You

  • @elijahugwu7239
    @elijahugwu7239 3 місяці тому

    Pls share the github repo. Thanks 🙏 🙏

  • @rajat19961
    @rajat19961 4 місяці тому

    Thanks for this informational session. Please make a video on demo the user flows through which user can self signup and added to tenant as a Guest user.

  • @denji3397
    @denji3397 4 місяці тому

    Help how do i get or store the token from the url?????

  • @vishalgangapuram6239
    @vishalgangapuram6239 4 місяці тому

    can I please get a source code

  • @arel3708
    @arel3708 5 місяців тому

    followed exactly step by step i still get unauthorized in postman even when i get a valid token to use

  • @chintanparmar7533
    @chintanparmar7533 5 місяців тому

    I tried logging in to Azure account using personal outlook account, it does not allow to sign in, support says personal outlook account cannot be used to login to azure, pls suggest how to proceed

  • @uditgupta3429
    @uditgupta3429 5 місяців тому

    Thankyou this helped me in my project. Is there a way that i can view and edit these files too ?

  • @warrock0009
    @warrock0009 5 місяців тому

    Can use the Same token to logic to api project as an authorized user if you using same app registration

  • @dancristian3673
    @dancristian3673 5 місяців тому

    where is the sample code link ?

  • @jatinmehra8050
    @jatinmehra8050 6 місяців тому

    how to configure app roles for the application and what checks will be required for those app roles in the code?

  • @praveenkumarp2322
    @praveenkumarp2322 6 місяців тому

    Good explanation ❤

  • @sharvilshah6362
    @sharvilshah6362 6 місяців тому

    OK

  • @NikhilShirgaonkar
    @NikhilShirgaonkar 6 місяців тому

    this is just perfect thanks

  • @ryanfarahani4527
    @ryanfarahani4527 6 місяців тому

    Thank you!!! great introduction video

  • @user-sv2zz6nb7q
    @user-sv2zz6nb7q 6 місяців тому

    after msal login success, when i open it in next tab it is asking login again instead it should open main page , can you suggest how login can be avoided when we open in next tab

    • @ameen5788
      @ameen5788 6 місяців тому

      put cachelocation as localStorage

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

      Hi, did you get the successful results for this?

  • @jyothimammula9154
    @jyothimammula9154 6 місяців тому

    Is password grant type working in spring boot 3 version?

  • @prayush78
    @prayush78 7 місяців тому

    When I try to go to the `Users` dashboard, I get an error "Interaction Required : AADSTS160021: Application requested a user session which does not exist". What is the issue in this?

  • @cooking8897
    @cooking8897 7 місяців тому

    Can we install stylecop solution level instead of project level

  • @SweetPeachannel
    @SweetPeachannel 7 місяців тому

    why i don't have AUth-Config.js on my project?

  • @shamilJaey
    @shamilJaey 7 місяців тому

    How can I specify user roles to access specific endpoints ?

  • @user-qi4tg9tf2y
    @user-qi4tg9tf2y 7 місяців тому

    Thanks for the video! it would really be helpful if you could upload the link for your repo which has the code.

  • @priyankjoshi6869
    @priyankjoshi6869 7 місяців тому

    Does anyone have any idea how to implement Azure Ad Authentication using MSAL in Angular 8?