|
You are here |
toby.ink | ||
| | | | |
www.michaelcrump.net
|
|
| | | | | Learn how to deploy Azure Functions with Visual Studio Code | |
| | | | |
seanmcp.com
|
|
| | | | | A brief journey into the dangerous world of user agent sniffing | |
| | | | |
www.brandonpugh.com
|
|
| | | | | 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
|
|
| | | 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, | ||