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…

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.

Leave a Reply