Deep Dive Dotnet
Deep Dive Dotnet
  • 110
  • 336 847

Відео

DB Bulk Operations in .Net - Best Options
Переглядів 834 місяці тому
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
Dotnet Upgrade Assistant - Tech upgrade to latest dotnet core version.
Переглядів 15411 місяців тому
Dotnet Upgrade Assistant - Tech upgrade to latest dotnet core version.
How to switch between dotnet versions - global.json file - dotnet version management
Переглядів 865Рік тому
How to switch between dotnet versions - global.json file - dotnet version management
Node Version Manager - Switching nodejs runtime version
Переглядів 31Рік тому
nvm for windows - switching between various nodejs SDK/runtime version without installing and uninstalling nodejs.
Implementing Windows Authentication in C# for Enterprise grade apps.
Переглядів 582Рік тому
Implementing Windows Authentication in C# for Enterprise grade apps.
System Assigned vs User Assigned Identities in Microsoft Entra ID or Azure AD
Переглядів 166Рік тому
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
Переглядів 836Рік тому
OAuth 2 Grant Types
Securing Web API Data and Functionality using App Roles or Application Permissions in Azure MSAL
Переглядів 2 тис.Рік тому
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
Переглядів 1,5 тис.Рік тому
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
Переглядів 27 тис.Рік тому
Secure ASP.NET Web API with Microsoft Entra ID or Azure AD
Cloud Patterns - Asynchronous Request Reply
Переглядів 64Рік тому
Cloud Patterns - Asynchronous Request Reply
Cloud Patterns - Anti Corruption Layer pattern
Переглядів 61Рік тому
Cloud Patterns - Anti Corruption Layer pattern
MSAL Azure AD Authentication with React
Переглядів 47 тис.Рік тому
MSAL Azure AD Authentication with React
Cloud Patterns - Ambassador
Переглядів 18Рік тому
Cloud Patterns - Ambassador
Ten Design principles for Cloud App development.
Переглядів 35Рік тому
Ten Design principles for Cloud App development.
Azure Architecture Part 1
Переглядів 85Рік тому
Azure Architecture Part 1
Memento Design Pattern
Переглядів 115Рік тому
Memento Design Pattern
Mediator Design Pattern - Behavioral design Pattern
Переглядів 70Рік тому
Mediator Design Pattern - Behavioral design Pattern
Interpreter Design Pattern - Behavioral design Pattern
Переглядів 48Рік тому
Interpreter Design Pattern - Behavioral design Pattern
Strategy Design Pattern - Behavioral Design Pattern
Переглядів 40Рік тому
Strategy Design Pattern - Behavioral Design Pattern
Visitor Design Pattern - Behavioral Design Pattern
Переглядів 23Рік тому
Visitor Design Pattern - Behavioral Design Pattern
Command Design Pattern
Переглядів 46Рік тому
Command Design Pattern
Task vs Thread AND Multithreading vs Asynchronous Programming
Переглядів 378Рік тому
Task vs Thread AND Multithreading vs Asynchronous Programming
Template Method Design Pattern
Переглядів 16Рік тому
Template Method Design Pattern
State Design Pattern
Переглядів 35Рік тому
State Design Pattern
How to triage Azure Redis Connection related errors and design decisions
Переглядів 324Рік тому
How to triage Azure Redis Connection related errors and design decisions
Distributed Caching in ASP NET core with Azure Redis
Переглядів 458Рік тому
Distributed Caching in ASP NET core with Azure Redis
Chain of Responsibility Design Pattern
Переглядів 128Рік тому
Chain of Responsibility Design Pattern
The observer Design Pattern
Переглядів 20Рік тому
The observer Design Pattern

КОМЕНТАРІ

  • @OvRaf
    @OvRaf 6 днів тому

    I love it!

  • @ashshah3380
    @ashshah3380 22 дні тому

    Would look lovely with css stylesheets.

  • @hosannaliving
    @hosannaliving 22 дні тому

    What library did you use to mock this?

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

    Thank you.

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

    you have done great job. but you have jump the one step how to download nupkg file and push. i have done all task but unable to push package! can you assist me?

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

    Mister very happy for your explanation and help me to solve a problem here. Thanks...

  • @machado.michael
    @machado.michael 2 місяці тому

    I love you! Thank you so much!

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

    ok ok ok

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

    Is a license required to use stylecop?

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

    At 3min45 something i can hear the sound is that an elephant or something in the background ?

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

    can this secret removed from here and moved to key vault

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

    Hello, can I install Basic apps without the secret password? I just want to make sure they have Chrome, Edge and Office products, thanks!

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

    Can't see the secret lient code, oh I'm able to see it🤣

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

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

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

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

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

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

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

    Do you have any references to create this using msal java

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

    m not getting that secrete key in nuget package url

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

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

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

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

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

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

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

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

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

    Thanks for the video! Well explained.

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

    Amazing explanation, short and sweet. Clears all basic doubts

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

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

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

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

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

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

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

    could you post video with node js API

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

    how to get auth code for refreshtoken

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

    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

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

    could you share code link?

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

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

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

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

    Azure active directory menu not showing on azure portal

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

    oke!

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

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

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

    Thanks a lot for step by step process

  • @tjldsl
    @tjldsl 8 місяців тому

    Awesome, thank you!

  • @leonardonunessilva8407
    @leonardonunessilva8407 8 місяців тому

    Thank You

  • @elijahugwu7239
    @elijahugwu7239 8 місяців тому

    Pls share the github repo. Thanks 🙏 🙏

  • @rajat19961
    @rajat19961 8 місяців тому

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

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

  • @vishalgangapuram6239
    @vishalgangapuram6239 9 місяців тому

    can I please get a source code

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

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

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

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

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

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

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

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

    where is the sample code link ?