(**Note: This might be little pre mature, but I want to capture the main process of the solution before I forget.) I have created a Sitecore project using Helix Principle. […]
mhoque
Visual Studio 2019 and Gulp script for Sitecore Habitat
If you are using Visual Studio 2019 and have the Habitat project and trying to run the Gulp script, You might find that you are getting errors. It might look […]
Learn from failure. Fail quick and fail fast.
I know when I was learning to walk, I fell many times. So many times that it was ok to fall down and it was neither good or bad. It […]
How to add Splash Screen on Xamarin.forms for iOS
Took a while. Project -> Resources -> Launch.StoryBoard add image here Project -> info.plist->iTunes Artwork
Simple way to Flip a string
I just thought sometimes simple extensions helps a lot. Like this Flip. public static string Flip(this string target, bool trimEnds) { if (trimEnds) target= target.TrimIfNotNull(); var len = target.Length; var […]
Customizing Sitecore Upload Pipeline for both folder and database based Media
I wanted to upload documents to Sitecore Media library and at the time of upload, I would like to replace the metadata on the pdf file. Many of you probably […]
Sitecore “Tracker.Current is not initialized ” issue
PROBLEM: Solution: Culprit is the MongoDB is not installed on your PC. Go through your config and disable connections to it. If you have MongoDB installed, make sure it […]
How to elegantly handle a local datetime and UTC datetime
I have been working with a client that has a Hybrid environment. They have Azure tables, but their API is on prem and their internal Sql Server. To keep the […]
Working Visual Studio 2017, Sitecore 8.x and Sitecore Rocks
I am setting up a Sitecore Environment for a Project with Sitecore 8.2 and Sitecore rocks to work with Sitecore connection from visual studio. Since I have accidentally deleted my […]
Sitecore version reference image
I kept on forgetting what version of Sitecore offered what features. Once you work with something for awhile and keep on moving up the versions a lot of the time […]