Posts

Showing posts from May, 2023

Introduction To Sitecore OrderCloud

Image
Hello everyone, This is my first blog for Sitecore OrderCloud series. This is an introductory blog where we will try to understand basic concept about what is Sitecore OrderCloud, what are some common terminologies use in Order Cloud. In this blog we will also see how we can create our first market place in Sitecore OrderCloud. Lets understand what is Sitecore OrderCloud first. According to Sitecore, Sitecore OrderCloud powers unique ecommerce, order management, and marketplace solutions while following MACH( Microservices-based, API-first, Cloud-native, and Headless ) architecture. Sitecore OrderCloud gives a platform in form of portal as well as expose Rest API where you can build whole backend system require for and ecommerce solution.Everything inside Sitecore OrderCloud is exposed through rest api which any front end ecommerce application can easily integrate and use it. Sitecore OrderCloud supports B2B, B2C and B2X business model Some basic concept in Sitecore OrderCloud are ...

My Sitecore Upgrade Learnings Part 2

Image
Hello Everyone, This is second part of  My Sitecore Upgrade Learnings. In previous part we have seen, how to upgrade Sitecore from one version to another. You can refer the same in link Part1 . In this blog, we will try to cover the backend code part upgrade required for the same. There are many ways in which we can upgrade the code part listed below. Updating the Sitecore DLL using Package Manager Console for all the projects in your current solution Using a Powershell Script to update the Sitecore DLL for all the projects in your current solution The First option is fairly simple. Open any project of your solution, Click on references --> Manage Nuget Package. Once Nuget Package is open, then you will see the installed version of Sitecore DLL. Click on Update tab and you will be able to see the updated version. Just select the version as per your need and click on update. It will also update all the dependent DLL for that version. There is one more option to update th...