My collection of ideas, thoughts, stories or anything straight from my heart.
If you are a software programmer, you'll meet a lot of bugs all along. The funny part is the behavior of software bugs is so similar to humans.
Shopping on your mobile device is not as interesting as on your desktop. There are a few reasons why mobile can't beat desktop for eCommerce.
nopCommerce ecosystem is growing and people with great eCommerce ideas are finding it intimidating to use nopCommerce as their trusted solution. With more people using it, it's time startups should have early association with the software.
Having worked with nopCommerce for almost 2 years, I've been able to understand the software and it's features from their very core. This blog post is second in the series Why nopCommerce is a long runner. In this post, I'll share my experience as a store owner.
It's an eCommerce era and nopCommerce is one of the best software available in the market. It's set of features make it your perfect solution partner for your eCommerce business.
This small script will help you to transfer or move your websites from one web hosting to another without using wget
EntityFramework migrations is a cool feature that allows automatic upgrade of databases for your MVC applications. This tutorial lists steps to implement automatic EntityFramework migrations for your nopCommerce plugin.
In this tutorial, I’ll show you how you can automate the process of obfuscation. The tutorial uses ConfuserEx obfuscator which is pretty good for commercial projects. And the best part is it’s free to use.
Custom settings in NopCommerce are great for including some custom functionality in your theme with minimal effort. In this tutorial, I'll tell you how you can create custom settings in NopCommerce and how you can access the setting values.
I was working on a project when I came across a problem. I had to call an MVC view containing an AngularJS template via ajax request and render it on the page. At first thought it seemed like a child's play, but unless you do it, you won't know it. So I gave it a go.
Unrecognized configuration section system.web.webPages.razor Error is one error caused due to some inappropriate configuration in web.config file. Use these steps to solve this error.
There are situations when you wish to pass data from one view to another in asp.net mvc. This tutorial will guide you through the various ways for doing the same.