In this series of articles i will talk you through creating a serverless API using API Management, Logic Apps and Azure function. This is first article of this series. let’s…
This article shows how you can read nested and complex large XML file using XmlReader. few benefits of using XmlReader XmlReader reads data in a forward-only and read-only fashion. That’s…
A lot of times we come across a requirement to bulk insert data in SQL server. Now there are several ways to bulk insert data in SQL server table but…
When we are working with the Episerver website there are few page types that we want Content editors to create only one instance of the page. Such as the “Search…
Recently I come across a requirement to create .NET Core Web API using JWT (JSON Web Token) authentication. I have used ASP.NET identity to provide a role-based authentication model. I…
Last week I come across a requirement to get Episerver commerce list of customers based on filtered criteria such a get customers based on the validity of a certain field….
A lot of times we come across an issue when we forgot Episerver administrator password in our local environment or if we have restored the database from other environments and…
Recently I come across the requirement to do personalization based on UK postcodes. The format of UK postal codes is very well structured. It consists of two alphanumeric codes called…
Lot of times we come across the requirement to apply personalization based on visitor’s GeoCoordinates (latitude & longitude) & if visitor location is within specified distance to a ‘centre point…
we often need to use existing database and blobs to create new environment. For example, new Dev or staging environment using blobs and database from integration environment If for some…