Blog Posts

Recent posts

C# - MVVM light

less than 1 minute read

I think that MVVM light is the essential tool for XAML based framework such as WPF, Silverlight, Windows 8, WindowPhone 8 http://www.galasoft.ch/mvvm/doc/

C++11 - std::rethrow_if_nested

less than 1 minute read

std::throw_with_nested will create a class inherited from std::std::nested_exception and user exception then it will get current exception and user exception...