Tag: dotnet
All the articles with the tag "dotnet".
[.NET] Aspire, Simplifying Local Development Environment and Testing.
Published: at 12:00 PMSetting up a new project can be challenging, especially with the involvement of various technologies. This guide explores how .NET Aspire simplifies development by streamlining local environment setup, testing, and continuous integration, while also detailing the end-to-end process with an Azure DevOps CI/CD pipeline.
[.NET] Optimising .NET Core with Multi-Platform Docker Images: A Complete Guide
Published: at 12:00 AMIn this post, sharing about Docker optimisation for the .NET Core framework and build a multi-platform image using the capabilities of Docker buildx, enabling us to create multi-platform images that can seamlessly run on diverse architectures. Moreover, we will discuss the integration of GitAction into the image-building process, empowering us to automate creating and publishing multi-platform Docker images.
[.NET] Small tool for Azure AD to AD User Write back
Published: at 12:00 AMSharing a small tool-self developed to sync the users from AzureAD to on=premise Active Directory Service.
[.NET] Anti Forgery Token and Machine Key for MVC on IIS
Published: at 12:00 AMThe Medium post explains the importance of anti-forgery tokens and machine keys in web application security against CSRF attacks. It provides implementation details for ASP.NET, including the use of AntiForgeryToken and configuring the machine key. The post emphasizes the necessity of implementing both measures to enhance overall security.