Azure AD B2C Intergration With ASP.NET Core Application- Custom Layout
Introduction: This is a continuation of my last article about Azure AD B2C integration with the ASP.NET Core application. In this article, we are going to see how to use the custom Layout in the User workflow with Azure AD B2C. In my last article, we have seen the default layout of the user workflow…
ASP.NET Core as a Web App Service in Azure with Managed Identities
Introduction: What is Managed Identity? Azure Active Directory Managed Identities is one of the features in Azure App services to simplify the Secret management for our cloud services. Basically, our code can use the service principal created for the app service with Managed identity. As a developer we use to manage the client secrets of…
Quick Start – Azure AD B2C integration with ASP.NET Core application
Introduction: Azure B2C is a business to customer identity management as a service. Basically, using Azure AD B2C service, customer can use their social, and local account identities to get a SSO (Single sign on) access to your applications and APIs. In this blog you will learn how to integrate Azure B2C Service with our…
C# 11 – Generic Math Support
Introduction: The Generic Math support is also known as abstracting over static members. As the name indicates, it’s obvious that now you can declare static abstract methods as part of an interface and implement them in the derived types. In this blog you will learn how the C# 11 support to implement generic math…
C# 11- New Lines in String Interpolation
Introduction: C# 11 outcome with the new enhancement in the string interpolation to support a new lines, which means the text inside the { and } for a string interpolation can now span multiple lines. New Lines in String Interpolation: Before C#11 the below statement, new lines in string interpolation will throw a compile time…
Loading…
Something went wrong. Please refresh the page and/or try again.
Follow My Blog
Get new content delivered directly to your inbox.