Introducing the CachedRepository Pattern
In this first part of a series on adding support for caching to the
MANY articles on a wide array of topics. You’ll find a lot of my newer content is going to my YouTube channel first, but I do still blog occasionally.
In this first part of a series on adding support for caching to the
Yesterday I gave a presentation to a little over 300 attendees of
As I wrote earlier, Lake Quincy Media's AdSignia ad platform is utilizing services and a message-based architecture to decouple the system from the database and improve performance and reliability of the servers.
This wraps up my mini-series on using PowerShell to help manage
If you're using PowerShell but want to keep your scripts DRY, you may want to factor common functions into their own scripts, and then call these scripts from multiple other scripts.
Recently at Lake Quincy Media we upgraded our logging system for
If you get this error: error MSB5016: The name " Intitial Catalog
There's a great pattern for ensuring that unmanaged resources are
I'm working on an application that needs to deploy a new database
In an example of extremely intuitive user experience, the latest version of Outlook has moved things around in the interests of ribbonizing everything. This would be fine if in fact the trendy new ribbon UI was organized …