Skip to content

Instantly share code, notes, and snippets.

@bleroy
Last active April 15, 2016 04:40
Show Gist options
  • Save bleroy/74ec154ddecd9608b83009f18315681d to your computer and use it in GitHub Desktop.
Save bleroy/74ec154ddecd9608b83009f18315681d to your computer and use it in GitHub Desktop.
Tips for the Week in .NET

Please comment below...

.NET

ASP.NET

Component: SharpDevelop's WPF designer

http://community.sharpdevelop.net/blogs/jochenkuehner/archive/2016/04/12/wpf-designer-news.aspx

Library: NUglify

https://www.nuget.org/packages/NUglify/

Tool of the week: ReadableExpressions

Lambda expressions are everywhere in modern C# applications, but if you ever need to debug them, you'll probably see something hard to decipher like this:

Debugging Lambda expressions

Wouldn't it be nice to see the actual code inside that expression instead of {Method = {Void <SomeMethod> b_0(int32)}}? With the ReadableExpressions extension, this is exactly what you can get:

Debugging Lambda expressions with ReadableExpressions

Link to build tasks

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