Deep Dive Dotnet
Deep Dive Dotnet
  • Видео 110
  • Просмотров 322 487

Видео

DB Bulk Operations in .Net - Best Options
Просмотров 732 месяца назад
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.
Просмотров 1299 месяцев назад
Dotnet Upgrade Assistant - Tech upgrade to latest dotnet core version.
How to switch between dotnet versions - global.json file - dotnet version management
Просмотров 70110 месяцев назад
How to switch between dotnet versions - global.json file - dotnet version management
Node Version Manager - Switching nodejs runtime version
Просмотров 2910 месяцев назад
nvm for windows - switching between various nodejs SDK/runtime version without installing and uninstalling nodejs.
Implementing Windows Authentication in C# for Enterprise grade apps.
Просмотров 50011 месяцев назад
Implementing Windows Authentication in C# for Enterprise grade apps.
System Assigned vs User Assigned Identities in Microsoft Entra ID or Azure AD
Просмотров 154Год назад
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
Просмотров 780Год назад
OAuth 2 Grant Types
Securing Web API Data and Functionality using App Roles or Application Permissions in Azure MSAL
Просмотров 1,6 тыс.Год назад
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,3 тыс.Год назад
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
Просмотров 25 тыс.Год назад
Secure ASP.NET Web API with Microsoft Entra ID or Azure AD
Cloud Patterns - Asynchronous Request Reply
Просмотров 60Год назад
Cloud Patterns - Asynchronous Request Reply
Cloud Patterns - Anti Corruption Layer pattern
Просмотров 59Год назад
Cloud Patterns - Anti Corruption Layer pattern
MSAL Azure AD Authentication with React
Просмотров 44 тыс.Год назад
MSAL Azure AD Authentication with React
Cloud Patterns - Ambassador
Просмотров 18Год назад
Cloud Patterns - Ambassador
Ten Design principles for Cloud App development.
Просмотров 31Год назад
Ten Design principles for Cloud App development.
Azure Architecture Part 1
Просмотров 83Год назад
Azure Architecture Part 1
Memento Design Pattern
Просмотров 110Год назад
Memento Design Pattern
Mediator Design Pattern - Behavioral design Pattern
Просмотров 63Год назад
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
Просмотров 39Год назад
Strategy Design Pattern - Behavioral Design Pattern
Visitor Design Pattern - Behavioral Design Pattern
Просмотров 22Год назад
Visitor Design Pattern - Behavioral Design Pattern
Command Design Pattern
Просмотров 45Год назад
Command Design Pattern
Task vs Thread AND Multithreading vs Asynchronous Programming
Просмотров 347Год назад
Task vs Thread AND Multithreading vs Asynchronous Programming
Template Method Design Pattern
Просмотров 15Год назад
Template Method Design Pattern
State Design Pattern
Просмотров 35Год назад
State Design Pattern
How to triage Azure Redis Connection related errors and design decisions
Просмотров 302Год назад
How to triage Azure Redis Connection related errors and design decisions
Distributed Caching in ASP NET core with Azure Redis
Просмотров 444Год назад
Distributed Caching in ASP NET core with Azure Redis
Chain of Responsibility Design Pattern
Просмотров 117Год назад
Chain of Responsibility Design Pattern
The observer Design Pattern
Просмотров 18Год назад
The observer Design Pattern

Комментарии

  • @PiraoPuro
    @PiraoPuro 11 дней назад

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

  • @michaelmachado1404
    @michaelmachado1404 18 дней назад

    I love you! Thank you so much!

  • @eltonprng
    @eltonprng 21 день назад

    ok ok ok

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

    Is a license required to use stylecop?

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

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

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

    can this secret removed from here and moved to key vault

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

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

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

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

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

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

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

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

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

    Do you have any references to create this using msal java

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

    m not getting that secrete key in nuget package url

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

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

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

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

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

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

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

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

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

    Thanks for the video! Well explained.

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

    Amazing explanation, short and sweet. Clears all basic doubts

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

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

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

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

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

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

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

    could you post video with node js API

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

    how to get auth code for refreshtoken

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

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

    could you share code link?

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

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

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

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

    Azure active directory menu not showing on azure portal

  • @furwahr2891
    @furwahr2891 6 месяцев назад

    oke!

  • @progamer-dr8sn
    @progamer-dr8sn 6 месяцев назад

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

  • @kiranraj5003
    @kiranraj5003 6 месяцев назад

    Thanks a lot for step by step process

  • @tjldsl
    @tjldsl 6 месяцев назад

    Awesome, thank you!

  • @leonardonunessilva8407
    @leonardonunessilva8407 6 месяцев назад

    Thank You

  • @elijahugwu7239
    @elijahugwu7239 6 месяцев назад

    Pls share the github repo. Thanks 🙏 🙏

  • @rajat19961
    @rajat19961 6 месяцев назад

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

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

  • @vishalgangapuram6239
    @vishalgangapuram6239 7 месяцев назад

    can I please get a source code

  • @arel3708
    @arel3708 7 месяцев назад

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

  • @chintanparmar7533
    @chintanparmar7533 7 месяцев назад

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

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

  • @warrock0009
    @warrock0009 7 месяцев назад

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

  • @dancristian3673
    @dancristian3673 8 месяцев назад

    where is the sample code link ?

  • @jatinmehra8050
    @jatinmehra8050 8 месяцев назад

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

  • @praveenkumarp2322
    @praveenkumarp2322 8 месяцев назад

    Good explanation ❤

  • @sharvilshah6362
    @sharvilshah6362 8 месяцев назад

    OK

  • @NikhilShirgaonkar
    @NikhilShirgaonkar 8 месяцев назад

    this is just perfect thanks

  • @ryanfarahani4527
    @ryanfarahani4527 9 месяцев назад

    Thank you!!! great introduction video