Skip to content

Instantly share code, notes, and snippets.

@bleroy
Last active February 1, 2016 18:47
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/cb15b20d89f5730120d5 to your computer and use it in GitHub Desktop.
Save bleroy/cb15b20d89f5730120d5 to your computer and use it in GitHub Desktop.
Tips for the week in .NET
@brendanc
Copy link

.NET News a weekly newsletter delivering the latest in .NET to your inbox 😉

Most recent issue: http://net.litmus.com/issues/58#start

@Shazwazza
Copy link

@devlead
Copy link

devlead commented Jan 27, 2016

A new version of the Roslyn/C# based build system has been released
Cake v0.8.0 released

@tenor
Copy link

tenor commented Jan 28, 2016

RestBus: Call ASP.Net Core, Web API and ServiceStack over RabbitMQ.
Github project: https://github.com/tenor/RestBus

@Alois-xx
Copy link

A generic leak detection approach is presented at: http://geekswithblogs.net/akraus1/archive/2016/01/30/172079.aspx. It extends EasyHook with x64 stack walking and employs ETW events so you can write a leak tracer entirely in C# for any unmanaged method which is C-style exported.

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