Skip to main content

Posts Tagged ‘Visual Studio 2012’

How to Create Visual Studio 2012 Custom Templates

Lately, I’ve been thinking about ways to manage and re-use existing code. Right away I thought of code snippets. Snippets are handy for methods or small segments of code, but what I was really looking for was a faster way to repurpose common class libraries and patterns. Functionality such as caching, logging, abstracting the SharePoint data layer, etc. […]