We could ask to Windows to save user dump after a process crash. It’s possible to limit number of retain dump and to specify what is saved (in case of mini dump): Collecting User-Mode Dumps (Windows)
Month: March 2016
Mscgen: A Message Sequence Chart Renderer
A DSL inspired by Graphviz’s dot to describe Message Sequence Chart and a tools to draw it. : Mscgen: A Message Sequence Chart Renderer
VSColorOutput
After seen this VS extension, we can just ask why this is not default behavior: Mike-Ward.Net – VSColorOutput
Enabling source code debugging for your NuGet packages with GitLink
For a solution managed with Git, run GitLink after your build step and add your pdbs into your nuget package: these simple steps enable users of your nuget packages to debug with sources and step into with only settings ‘Enable source server support’ in Visual Studio.
Every .Net open source project should use it!
Sources: Enabling source code debugging for your NuGet packages with GitLink and GitTools/GitLink: Making .NET open source accessible!
Windows apps concept mapping between Android, iOS and UWP
A map to help Android and iOS developpers to find which UWP components they can use: Windows apps concept mapping for Android and iOS developers. If you know Android/iOS components for a particulat task, you will find UWP equivalent.
Which networking technology for UWP?
Guide to choose networking technologie for UWP: Which networking technology? – Windows app development
Data virtualization in UWP
ListView and GridView data virtualization details strategies to follow and interfaces to implement for very large list implementations.
Deconstructing a tweet-sized D3 creation
How to show to great power and conciseness of javascript and D3 library: Deconstructing a tweet-sized D3 creation.
Principle: a D3 code must be enought concise by be hosted in a Tweet.
Custom contract resolver for Newtonsoft JSON.Net, supporting private setters
A Nuget package made of a single file which provide PrivateSetterContractResolver and a more exotic PrivateSetterCamelCasePropertyNamesContractResolver.
Resx and BAML Resources in WPF
At least a simple description of WPF localization: Resx and BAML Resources in WPF – Rick Strahl’s Web Log.
After reading this, I was able to play with Multilingual App Toolkit in a sample Apps.