Blog
Blog posts on .NET, Azure, and more.
Uploading Files With ASP.NET Core and Angular
March 04, 2021 by Anuraj
Angular AspNetCore
This article discuss about uploading files from an Angular application to ASP.NET Core backend. First you need to create an ASP.NET Core Angular project. Once it is done, you need to create an angular component. And then you can modify the backend implementation.
Deploy a Docker image to an Azure Container Instance
March 02, 2021 by Anuraj
Azure Docker AspNetCore
This article discuss about how to Deploy a Docker image to an Azure Container Instance. Azure Container Instance aka ACI helps you to run your Docker image in Azure. So to deploy the Docker image to Azure, first you need publish your Docker image to a container registry then you can connect the Container Instance to the registry and deploy the image.
Add Azure Key Vault to support to your ASP.NET application
March 01, 2021 by Anuraj
Azure KeyVault AspNetMVC
This article will discuss about how to connect and use Azure Key Vault in your ASP.NET MVC application.
How to create social media posts from long form content using Python
February 24, 2021 by Anuraj
Python Docker Azure
This article discuss about generating social media posts from long form written content using Python. Most of the companies create technical blogs, white papers, articles as part of their marketing initiative. And they will push these content to social media with a summary, which helps them to bring customers to their websites. And most of the articles or blogs repurposed. This solution will help you to create such social media posts from the blog posts or articles. In this post you will learn how to implement a solution using Python and Flask, and hosting it on Azure App Service. You will also learn to use Azure Cognitive Services instead of using nltk package.
Getting started with Microsoft YARP
February 20, 2021 by Anuraj
AspNetCore YARP ReverseProxy
This article discuss about YARP - A Reverse Proxy. YARP is a library to help create reverse proxy servers that are high-performance, production-ready, and highly customizable. So what is a reverse proxy? A reverse proxy is an intermediate connection point placed at a network’s edge. It receives initial HTTP connection requests and behave like the actual endpoint based on the configuration. Reverse Proxy acts as gateway between your application and users.
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