Blog

Blog posts on .NET, Azure, and more.

Improving Angular CI Build Time Using Azure DevOps Cache task

June 28, 2021 by Anuraj

AzureDevOps Angular DevOps

This article will discuss about improving Angular CI build time using Azure DevOps Cache task. If you’re building Angular applications with Azure DevOps, you will be running npm install command every time even if you’re not changed anything in the package.json. It is a time consuming process. Azure Devops offers a Cache task, which will help you to cache downloaded libraries or tools your build pipeline. In this example, I am using a minimal angular application, which is added to Azure Repo - you can use GitHub or any other source control supported by Azure DevOps. And then I created a build pipeline for the Angular application.

Minimal APIs in ASP.NET Core 6.0 - Part2

June 22, 2021 by Anuraj

AspNetCore DotNetCore

This article will discuss about minimal APIs in ASP.NET Core 6.0 - How to implement Authentication and some C# 10 features which will help to minimize the code. Few days back I wrote a post of Minimal APIs in ASP.NET Core 6.0. I received one comment, asking about how to implement authentication in Minimal APIs. So I thought I will write another blog post on how to implement authentication. Like I responded to the comment authentication implementation is in similar way as we are implementing now.

Infuse Machine Learning into your ASP.NET Core apps

June 20, 2021 by Anuraj

aspnetcore dotnetcore machinelearning

This article is about infusing machine learning into your ASP.NET Core applications with ML.NET. ML.NET is a free, open source, and cross platform machine learning framework for the .NET developer platform. In this example, I am using ML.NET Model Builder with the help of Visual Studio. Few months back I wrote an article about Building mailinator clone using SendGrid and ASP.NET Core. In this example, I am integrating machine learning identify incoming emails are Spam or Not Spam.

Microsoft released Visual Studio 2022 Preview 1

June 18, 2021 by Anuraj

VisualStudio VisualStudio2022

Microsoft today announced the first preview version of Visual Studio 2022. Here is the Official Blog post on the Preview announcement. You will be able to run Visual Studio 2022 side by side with your other Visual Studio installations.

Deploying a Static Web App via Azure DevOps Pipeline

June 12, 2021 by Anuraj

Azure StaticWebApp DevOps

This article will discuss about deploying Azure Static Web apps from Azure DevOps Pipeline. Azure Static Web Apps is a service that automatically builds and deploys full stack web apps to Azure from a code repository.

Copyright © 2024 Anuraj. Blog content licensed under the Creative Commons CC BY 2.5 | Unless otherwise stated or granted, code samples licensed under the MIT license. This is a personal blog. The opinions expressed here represent my own and not those of my employer. Powered by Jekyll. Hosted with ❤ by GitHub