Would you like to check my latest blogs?

Would you like to check my latest blogs?

azure data factory target xml file export xml

Export SQL Server query result as xml file in Data Factory

Author: Ramesh Kanjinghat

Data Factory doesn't have sink XML dataset. This is a work around for saving data from SQL query as xml file.

azure data factory integration runtime long living computing

Minimize data factory computing spin-up time

Author: Ramesh Kanjinghat

Keep computing infrastructure living longer for subsequent pipeline runs. This minimizes the time taken to spin-up computing infrastructure for an activity in Data Factory.

clickonce azure devops pipeline

Azure Devops CI/CD pipeline for ClickOnce applications (.Net Framework)

Author: Ramesh Kanjinghat

Azure Devops CI/CD pipeline for ClickOnce applications (.Net Framework). The pipeline is written in yaml files.

asp.net reactjs file upload

File upload with React frontend and asp.net core backend

Author: Ramesh Kanjinghat

Upload file along with other data as form data to an asp.net backend from a reactjs client app.

windows authentication iis Edge

How to fix Edge repeatedly asking for credentials where other browsers work first time?

Author: Ramesh Kanjinghat

How to fix Edge and Internet Explorer repeatedly asking for credentials where other browsers work first time?

warp dotnet warp azure devops

Warp (Dotnet Warp) with Azure Devops CI/CD Pipeline

Author: Ramesh Kanjinghat

How to use dotnet-warp to further trim Dot.net Core Self-contained, Single File deployments.

Deployment models dotnet core .net core

Dotnet Core 3.0 deployment models

Author: Ramesh Kanjinghat

Dotnet core 3.0 (.net core 3.0.) deployment models let you deploy dotnet core assemblies either as self-contained or framework dependent with different file options like, Produce single file, ReadyToRun compilation and Trim unused assemblies.

Azure devops ci/cd pipeline yaml yml

React app CI/CD pipeline using Azure Devops

Author: Ramesh Kanjinghat

Setting up CI/CD pipeline for a React web application using Azure Devops is relativley easy. Either we can use built-in npm job or can write our own powershell. I prefer powershell because it gives me more control.

ef core inheritance entity framework core 5 inheritance ef core 5 migrations

Inheritance with EF Core 5 and migrations

Author: Ramesh Kanjinghat

How inheritance works with entity framework 5 and how-to setup migrations with inheritance.

reactjs markdown md

react-markdown with custom renderers

Author: Ramesh Kanjinghat

How to customise react-markdown with custom renderers.

reactjs asp.net core react web app to asp.net core web app

Port a React Web app to .Net core react web app

Author: Ramesh Kanjinghat

How to port a serverless React Web app to react web app with ASP.Net core backend