Explore >> Select a destination


You are here

toby.ink
| | www.michaelcrump.net
12.7 parsecs away

Travel
| | Learn how to deploy Azure Functions with Visual Studio Code
| | seanmcp.com
12.4 parsecs away

Travel
| | A brief journey into the dangerous world of user agent sniffing
| | www.brandonpugh.com
12.8 parsecs away

Travel
| | Thought I would try to make it a thing where I post about a particular tool I'm using that makes life easier for me as a developer. GhostDoc is a cool little Visual Studio plugin that makes commenting your methods and properties much easier. With a keyboard shortcut or right clicking on a method name, GhostDoc will automatically generate xml documentation comments by intelligently looking at the method name and parameters:
| | www.softdevtube.com
34.3 parsecs away

Travel
| Passing data through a pipeline of transformations is an alternative approach to classic Object-Oriented Programming (OOP). The LINQ methods in .NET are designed around this, but the pipeline approach can be used for so much more than manipulating collections. This presentation looks at pipeline-oriented programming and how it relates to functional programming, the open-closed principle,