Setting up Environment Variables in .NET Core 3.1

What is Environment Variable? Typically, in real-world application development, there are multiple stages where an application is tested before it gets available to the real users. These phases are known as development, staging, and production as per convention. The most common requirement is to set up a different database connection string for a different environment.…

How to add additional tab or panel in admin side in nopCommerce ?

Nopcommerce is one of the best open source ecommerce platforms built with ASP.NET Core and Sql server. Recently they added MySQL support with the solution. Adding a tab or panel in nopCommerce admin panel is essential when you want to show extra functionality with the existing nopCommerce entity. This post only helps you about How…

Error Facebook XML File too long

Recently, I came across an error with facebook XML feed file where I am getting an error that “Facebook XML file too long“. After doing some research, I found that Facebook recently changed its policy for the XML file for Facebook product catalog. Here is a detailed error message, “your XML data feed file is…