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 […]
mhoque
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 […]
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 […]
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 […]
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 […]
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 […]
Issues with the MvcScaffolding
Technorati Tags: I was trying to add a class and repository pattern for the class. But for some reason I wasn’t able to execute the command without error. I tried […]
Leveraging Scaffolders to Implement Repository pattern for your project
I have shown in last couple of posts how to use 1. MVCScaffolding to scaffold your MVC 4 project with Razor View Engine, 2. Use the Migration tool to use […]