Interesting:
Month: July 2012
A complete Blog about Deployment and .Net
Great interactive tutorial on Canvas – Canvas Deep Dive
Application Event Sequence in WPF
C# 5 caller info attributes
A great news from C# 5: caller info attributes: Ease of use for Logging functions and INotifyPropertyChanged implementation of :
void RaisePropertyChanged([CallerMemberName] string propertyName = “”)
Also usable on previous C# version when using VS 2012 (here).
Get bored of commandline option reading
To use next time a commandline option is needed:
Mono.Options:
OptNet:
Both are available on nuget (Mono.Options is code only).
WinUSB Maker
Can be an interesting replacement of Microsoft’s tools:
Josh Cell Softwares: WinUSB Maker – The Windows Setup to USB Solution
Need to know if we can generate a 64 bits OS image from a 32 bits system.
iOS for .NET Devs
Dylib on iOS
How to dylib on IOS even if it will be rejected by Apple:
Debugger Visualizers for C++ in Visual Studio 2012
Debugger Visualizer are available in C++.
Unlike in .Net, debugging appearances are not embedded in object’s code but into clean external .natvis file.