Skip to content

Instantly share code, notes, and snippets.

@bleroy
Last active December 2, 2016 22:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bleroy/92a112150a2eaa7c556a6d33c6e53a48 to your computer and use it in GitHub Desktop.
Save bleroy/92a112150a2eaa7c556a6d33c6e53a48 to your computer and use it in GitHub Desktop.
Tips for the week in .NET
@ignatandrei
Copy link

Instrumentation in .NET with PostSharp Express : http://msprogrammer.serviciipeweb.ro/2016/03/28/instrumentation-in-c-net/

@angelovstanton
Copy link

Jenkins C# API Library for Triggering Builds- http://automatetheplanet.com/jenkins-csharp-api-triggering-builds/
Find out how to use the Jenkins API in C# code. C# library for triggering parameterized builds and ability to wait until the builds' finish.
Thanks :)

@jbe2277
Copy link

jbe2277 commented May 2, 2016

http://jbe2277.github.io/dotnetpad : Waf DotNetPad is a simple and fast code editor that makes fun to program with C# or Visual Basic.

  • Open Source
  • Usage of the .NET Compiler Platform ("Roslyn") and Avalon Edit
  • Code samples that shows the new language features C# 6 and Visual Basic 14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment