Home > asp.net core

ContentFul: create asset for the uploaded file using .Net Core

When we upload a file in contentful, then it must be linked with an asset, other wise the uploaded file cannot be viewed or linked to an entry. Below are the steps mentioned that must be followed serially: 1) Upload the file in contentful from Blob Storage public async Task UploadFile(string filename)

This Article is TAGGED in , , . Read more

Refresh datasource, reset and run indexer using .NET Core and RestSharp

In this article, we are going to demonstrate the steps to refresh the data source, reset and run indexer in an azure cognitive search using .Net Core and RestSharp. Since we are going to refresh the data source and the data source here we are referring to is

This Article is TAGGED in , , , . Read more