#120 – September 18, 2016
Straightforward, graphic GUI for your Git projects. Free Cross Platform App that works with Mac, Windows and Linux.
OneTrueError: Automated exception handling
OneTrueError is an open source service used to detect and analyze exceptions. It works over unstable network connections and even behind corporate proxies. It attaches context information to each reported exception, which makes it significantly easier to identify and correct the cause of the exception.
Aspect Oriented Programming (AOP) in C# with SOLID
Aspect Oriented Programming (AOP) in C# using the SOLID principles. We will discuss challenges posed by context-independence in SOLID code base, and provided a solution for the same.
But why is the iterator operating in multiple-threads
In .NET the iterator pattern is exposed via an IEnumerator or IEnumerator
Subverting .NET Type Safety with 'System.Runtime.CompilerServices.Unsafe'
In which we use System.Runtime.CompilerServices.Unsafe a generic API (“type-safe” but still “unsafe”) and mess with the C# Type System!
Desktop Conversion Extensions is a bridge that enables you to convert your classic desktop application (like Win32, Windows Forms, and WPF) or game to a Universal Windows Platform (UWP) app or game. After conversion, your classic desktop app is packaged, serviced, and deployed in the form of a UWP app package (an .appx or an .appxbundle) targeting Windows 10.