Skip to main content

Nitin Garg

Nitin Garg is a Lead Technical Consultant with a demonstrated history of working in the information technology and services industry. He has over 10 years of experience in the eCommerce domain using the platform like (Insite Commerce & Znode B2B commerce) and .Net based application.

Blogs from this Author

How to Create a Test Plan Using Azure DevOps

Azure Test Plans, a service launched with Azure DevOps, provides a browser-based test management solution for exploratory, planned manual, and user acceptance testing. Azure Test Plans also provides a browser extension for exploratory testing and gathering feedback from stakeholders An Azure DevOps test plan is divided into three sections: Test Plan – The container to group […]

How to Monitor Performance Using Application Insights

Monitoring your website performance is a key factor to ensure your application performs as expected. There are a lot of application performance monitoring (APM) tools available in the market that can be used to monitor the performance of the application, such as NewRelic, Azure Monitor, AppDynamics, and others. In this post, I’ll talk more about […]

Six Simple Steps to Adding Pages in the Optimizely Admin Console

Optimizely is a leading digital experience commerce platform with more out-of-the-box B2B commerce capabilities for providing customization based on clients’ specific needs. During the integration of Optimizely B2B Commerce for one of our clients, we ran into a scenario where there was a need to extend the Optimizely B2B Commerce admin console. Optimizely has a […]

Solving code

How to Publish and Subscribe Messages to a Queue Using MSMQ

Now that you’ve learned how to install MSMQ technology in your technology stack, you can now set up publishing and subscribing to messages as well. Follow the steps below to set up the code for publishing, which allows the sender application to send the message to the queue. Step 1: Create the Publisher Application. For […]

5 Easy Steps for MSMQ Installation

The need for mature technology is drastically increasing, placing more emphasis on creating architecture that is modern, reliable, and scalable for not only individual technologies but also how they interact with each other. Microsoft Message Queuing (MSMQ) is one of the simplest and advanced methods that help your business’ technologies interact and connect with each […]

Setting Up the Release Pipeline for Optimizely B2B Commerce Cloud

Once we’ve completed the build pipeline setup and it’s running successfully, it’s time for the final step in your process: setting up the release pipeline. The release pipeline is used to deploy the artifact generated by the build pipeline to a server. Follow the steps below to set up the release pipeline: Set up the […]

How to Deploy SQL Database Changes Using Azure DevOps

The database is a core part of any type of application. The database scheme is constantly changing during the application development phase. It is important to deploy the database changes while deploying the application code to a different instance, such as dev, QA, stage, or production.   However, manually deploying database changes is a tedious process. By […]

Continuous Integration (CI) Pipeline Configuration for Episerver B2B Commerce

After learning how to set up a basic continuous integration (CI) pipeline through Azure in my first blog, How to Set Up Automated Deployment with CI/CD Pipelines through Azure, the next stage is walking through the steps to build the CI pipeline for the Episerver B2B Commerce application. Below, you will find a snapshot of […]

How to Set Up Automated Deployment with CI/CD Pipelines through Azure

The main purpose of automation within your business is to deploy your application into different environments such as Dev/QA/Production with the push of a button or without manual intervention. Automation reduces the risk of deployment errors, reduces the number of development hours for deploying code changes in multiple environments, and help to deploy the changes […]

How Implementing MSMQ Technology Improves Communication between Technologies

Having clear and consistent communication is key to accomplishing your business goals. It’s even more important to have open communication between your business technologies to ensure your organization continues to run as is, if not better. In modern technology architecture, performance and decoupled integration is a key factor of application development. Message queues can significantly […]