Blog
Writing
Notes on nopCommerce, .NET, and building for the web.
-
nopCommerce
Dependency Injection in nopCommerce Plugins
31 July 2026
Writing a nopCommerce plugin is mostly an exercise in dependency injection. This is a focused look at the DI scenarios you actually hit when extending nopCommerce: registration, lifetimes, overriding services, events, and tasks. Not a general plugin tutorial.
-
nopCommerce
Scheduled Tasks: The Work That Runs Itself
30 July 2026
Every business has recurring chores that depend on a person remembering to do them. A scheduled task turns that into work that just happens, on time, every time. Here is what to automate, and what separates a reliable one from a script that quietly fails.
-
nopCommerce
nopCommerce Is More Than an Online Store
28 July 2026
Most people think nopCommerce is store software. It is, but underneath it is a mature ASP.NET Core application with roles, scheduling, security, and a full back office. That makes it a strong base for custom business apps that never sell a thing.
-
Small Business and Websites
When Off-the-Shelf Software Hits a Wall
27 July 2026
SaaS platforms and plugins are built for the average user, so the step that is specific to your business becomes a manual chore. A custom build turns that chore into a button. Here is what that looks like, and when it is worth it.
-
nopCommerce
nopCommerce vs Shopify: Owning Your Store vs Renting One
27 July 2026
Shopify is the fastest way to open a store, and for a lot of businesses it is the right call. But you are renting a platform, not owning one. Here is where that trade matters, and where it does not.
-
AI Integration
Two Kinds of AI, One Feature: Building a PDF Import Around What the User Actually Wanted
26 July 2026
A host told me he would upload the setlist PDF he already sends out, as long as he did not have to change it. That one sentence set the design. Here is how I put two kinds of AI behind his existing habit, and other ways to use the same pattern.
-
nopCommerce
Why I Reach for nopCommerce Over WordPress for an Online Store
26 July 2026
WordPress runs most of the web, so it is the default for a shop too. As your store's needs grow, that default is worth a second look. Here is where nopCommerce pulls ahead, and where WordPress is still the right call.