If you have been using TypeScript you should be aware the definition file repository maintained by Boris Yankov called DefinitelyTyped . This repository is awesome because it saves so much time and effort when working with 3rd party libraries with Typescript. However, as great as this repository...
Recently I mentioned this.Log . Given the amount of folks that were interested in this.Log, I decided to pull this source out and make a NuGet package (well, several packages). Source The source is now located at https://github.com/ferventcoder/this.log . Please feel free to send pull requests (with...
One of my favorite creations over the past year has been this.Log(). It works everywhere including static methods and in razor views. Everything about how to create it and set it up is in this gist . How it looks public class SomeClass { public void SomeMethod() { this.Log().Info(() => "Here...
Today begins the exercise of setting up an Octopus Deploy server with the goal of using this for our deployments. Of course to get started I headed out and started reading the various documentation. When I got the part about creating the nuget packes via OctoPack I quickly ran into the following...
One of the thoughts I've been considering recently with chocolatey is consistency with packages and naming conventions as chocolatey continues to grow. It's fine to name packages by the app/tool name, that's both intuitive and expected. What I am more interested in is when an application...