What is Fluent UI? Getting started with the implementation: You can create a Blazor App with Fluent UI template using the below commands The above command will install the fluent…
Introduction: Secure authentication and authorization mechanisms are essential in modern application development. Microsoft Entra ID (formerly Azure AD) provides a powerful and scalable identity platform that integrates seamlessly with .NET….
Introduction .NET Aspire is a cloud-ready stack designed to simplify the development of resilient, observable, and production-ready distributed applications using the .NET framework. It provides a curated set of tools…
Introduction: Azure Key Vault Azure Key Vault is a cloud service provided by Microsoft Azure that allows you to securely manage and store sensitive information such as secrets, keys, and…
Introduction: Incorporating Azure Key Vault with ASP.NET Core web applications represents a pivotal development in the protection of sensitive information and configuration details. As the landscape of cybersecurity threats continues…
Introduction: What is AOT? Â Â With Ahead Of Time(AOT) compilation, publishing your apps as self-contained gives a platform-specific executable. The publish folder contains all the components of the app, including…
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…
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…
Introduction: Â In C# 9 and later we got an init keyword which defines an accessor method in a property, an init-only setter assign value to the property during object construction….
Introduction: The pattern matching was introduced with C# 7 from then itâs kept on evolving and now with C# 11 we got a new feature called List pattern matching….