Skip to content

Mohammad Hoque

Few things I like to talk about

  • Resume

Information Technology

May 24, 2018August 27, 2018 mhoqueInformation Technology

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 […]

April 13, 2018April 16, 2018 mhoqueInformation Technology, Sitecore, Visual Studio 2017

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 […]

December 12, 2017June 18, 2019 mhoqueInformation Technology, Sitecore

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 […]

December 12, 2017 mhoqueInformation Technology, Visual Studio 2017

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 […]

October 8, 2017 mhoqueInformation Technology, Sitecore, Sitecore Rocks, Visual Studio 2017

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 […]

September 27, 2017 mhoqueInformation Technology

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 […]

August 16, 2017June 3, 2019 mhoqueInformation Technology

Issues with Visual Studio 2017 and Git repo setup

Between me and my co-worker we were setting up a git repo. Nothing fancy (yet) just a git repo to check in code, checkout , branch etc. My coworker kept […]

July 16, 2017 mhoqueInformation Technology

Free Microsoft Book Giveaway

If you are looking for resources to learn Microsoft technologies and looking for book, before you go out and buy something take advantage of this Free Microsoft giveaway. These are […]

July 12, 2017July 12, 2017 mhoqueInformation Technology

Solved: SSIS error “cannot convert between unicode and non-unicode string”

This is an issue that happens when you have mismatch of type between a Source and Destination table item type. You should look at the data type in the table […]

July 10, 2017July 10, 2017 mhoqueInformation Technology

Solved: Where is the Package Configuration for SSIS in Visual Studio 2015

I was working with SSIS package and after using the global parameters, I wanted to create an XML or config file to use with the package. I am using the […]

Posts navigation

Older posts
Newer posts
  • Resume
Powered by WordPress | Theme: Tora