Artificial intelligence is a wide range of computers tasked with producing smart machines. The machines capable of executing and performing tasks similar to human intelligence. It has a number of approaches and advancements...
Archive - February 2021
Recently I came across great blogs regarding Episerver coding best practices from Adnan Zameer, Khurram Khan & Stefan Holm Olsen. They pretty much covered all code related pain points. I thought I should give my input...
This blog is the second part of Episerver Coupon codes Tool: Download single-use coupons. Let’s further extend the Coupon codes tool. Once the website starts generating thousands or millions of coupon codes, it’s...
As a developer lot of time, you come across ” Object reference not set to an instance of an object ” error and sometimes along with the yellow screen of death. This error is very generic and does not give you a lot of...
Recently I come across a requirement to generate single use coupon codes (Voucher codes) for Episerver promotions and use it in an email marketing campaigns or in affiliate marketing. I come across a very good article written...
Azure function apps are the perfect example of the KISS principle (Keep it stupid simple). In very simplest terms Azure Function is a piece of code you run based on some trigger. Azure Functions are triggered by an event such...
Local SEO is a fundamental part of any online business strategy. You can win new customers by making sure that your website and contact information is at the top of local search results. You can achieve local search optimization...
Recently i come access a build issue while in Debug mode Severity Code Description Project File Line Suppression StateError CA0001 CA0001 : Exception of type ‘Phx.FatalError’ was thrown. Active That means...
Sometimes we come across a requirement to expose your APIs to Third parties. Especially if you are developing a trading platform and your partners or aggregators need to access API to perform a sale or to do other critical tasks...
We come across a requirement to restrict specific products (not complete catalogue) to sale in specific countries (different products per country). On a website with multi-currency per country and worldwide delivery of products...