Please comment below...
- How to host your own NuGet server and package feed by Scott Hanselman.
- Moq on .NET Core by Armen Shimoon.
- An update on ASP.NET Core 1.0 RC2 by Scott Hanselman.
- Shawn Wildermuth has ported his blog to .NET Core as an open source project, and has built RSS and XML RPC libraries along the way, that he has also open-sourced.
- Enhancing Claims with Owin Middleware & Claims Transformation by Darren Hall.
- How to perform partial resource updates with JSON Patch and ASP.NET Core by Ben Foster.
- ASP.NET Core custom service based on request by Armen Shimoon.
http://community.sharpdevelop.net/blogs/jochenkuehner/archive/2016/04/12/wpf-designer-news.aspx
https://www.nuget.org/packages/NUglify/
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:
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:
Link to build tasks