How to install unsigned drivers in Windows 10

For several days I am successfully upgraded to Windows 10. Contrary to the experience of some of my family members and friends, who got black screens or even a total failure while updating to Windows 10, my upgrade proceeded extreme smothly. And as much Windows 10 inspires me with it’s new features, there still remains a vexed issue. How to install unsigned drivers under Windows 10? (For Windows 8 and 8.1, I had already written a guide.) Since the release of Windows 10, a few steps in the click sequence have changed, so there is this follow-up article now, which describes how to install unsigned drivers on Windows 10. And here’s how you do!
Install unsigned drivers with Windows 10
In general there are two approaches to install unsigned drivers in Windows 10. Either you enable the test mode in Windows or you restart the computer in a certain mode. I will put the test mode […]

Drawing 3D graphs in C# with ILNumerics

ILNumeric - different 3D plotsThis article deals with how elaborate graphs can be drawn in C# with the help of the ILNumerics class libraries – if requested the graphs can even be animated as well.
Similar to all of my articles on this blog, I will briefly introduce the library first, then I will obtain the necessary bases which are needed for the coding later on and finally I will show you step by step how to get there. Let’s start!
What is ILNumerics?
ILNumerics is a .NET class library that includes a number of components. The two core components are the Compute Engine and the Visualization Engine. ILNumerics expands the .NET-Framework by complex numbers, scalars and vector calculations, matrices and matrix operations, multi-dimensional data structures and much more.
Another advantage of ILNumerics is the Visualization Engine that makes plotting of two […]