There are many different naming conventions used in the web development space. While most of them range from private vs. public variables and what casing to use, there are few…
Recently I have been involved in a project that introduced domain driven design or DDD. An important aspect of DDD is the concept of the domain model. The domain model…
I started my journey into the world of web development in 2013. Back then, I was working with Perl, Apache, and Unix at an ad serving company, Valueclick. The stack…
As a developer, there is nothing worse than thinking one version of the codebase has been deployed, when in reality you are dealing with another version. This scenario plays out…
In a web application space, there are a never ending stream of technologies, and the same goes for the process of transferring data. I am going to assume we are…
The prevailing wisdom is to cache content whenever possible. Indeed, that is one of the concepts of an HTTP get, in that you can cache certain content across machines. However,…
Recently I ran into a problem with running out of database connections in a .NET web application. The issue became manifest during load testing, as our company was preparing for…
One problem people often run into when dealing with sitecore is publishing issues. This is especially true when moving, deleting, and creating data source files. I recently had an issue…
Sitecore is an excellent CMS. Although it is expensive (50K just to get in the door, is what I heard), it has many features that integrate with the Microsoft .NET…