If you are new to Docker and trying to figure out how to build Sitecore images. You usually do a search with Google to get to Sitecore docker images repository. […]
BYTE Post 2: Want to get a theme for your Sitecore [play] site for free?
I found that W3Schools have pretty cool CSS templates that works great with Sitecore. So if you are trying to do a quick demo for clients or just playing around […]
BYTE Size Post 1 : Sites Base template creation in Sitecore
When I first started working with Sitecore. I had to work pretty hard to understand some smaller things. I decided at that time. When I write, I will try to […]
Sitecore 10 installation with SIA
Quick Video on how to install Sitecore 10 with SIA
Be aware about SecurityProtocolType while creating request from code
If you are using code-behind to create a HttpWebRequest like var request = (HttpWebRequest)WebRequest.Create(Url); and then trying to use that request to get the WebResponse like var response = (HttpWebResponse)request.GetResponse(); […]
Want a cookie for you or foreach of you?
Ran into a weird cookie issue HttpWebRequest cookies are disabled for security by default. You need to enable it. Now if you want to add cookies from your current request, […]
Creating Sitecore Helix structure from Scratch – Part 3: Scaffold the Test Project
This is a quick video on how to add the test project to your Helix Scaffolding.
Creating Sitecore Helix structure from Scratch – Part 2: Adding the TDS
Hi Here is the Part 2 on how to add the TDS to your helix project. If you have missed the Part 1, you can watch it here
Creating Sitecore Helix structure from Scratch – Part 1 Create the MVC project
I have started a new series on Sitecore Helix. Hopefully, you can join me on this journey.
Sitecore Helix: How to use one assembly files for all the assembly version
You are using Helix principles with your Sitecore project. Great!!! You are listening well to the Sitecore Gurus and following the divine path. You are setting up TDS, MsBuild server and […]