Tutorials and essays for building Shopify applications with C#, ASP.NET, F#, .NET Core and more.

How to build a Shopify app with F#

An in-depth guide to building a public Shopify app with the F# programming language, including user signup, OAuth authentication, and subscription billing.

Using URLs to manage a Shopify cart

While most developers are aware that JavaScript can be used to manage items in a Shopify cart, it might also surprise you to learn that you can use simple URLs to manage items too! Need to add an item to a user's cart? Just redirect them to a specific URL.