Blog
Blog posts on .NET, Azure, and more.
Developing and Deploying Azure Functions with GitHub Codespaces
July 03, 2021 by Anuraj
Azure Serverless GitHub Codespaces
This article will discuss about developing and deploying Azure Functions with GitHub Codespaces. Codespaces sets up a cloud-hosted, containerized, and customizable VS Code environment.
Integrating Tailwind into an ASP.NET Core Project
July 02, 2021 by Anuraj
AspNetCore Tailwind
This article will discuss about integrating Tailwind CSS into an ASP.NET Core Project. Tailwind CSS is a highly customizable, low-level CSS framework that gives you all of the building blocks you need to build bespoke designs without any annoying opinionated styles you have to fight to override.
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.
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