by admin | Dec 24, 2019 | CNC, Home Automation, Software
Last Updated on 2019-12-24. [:en]Assuming you have WinPC-NC USB 2.x installed, follow these steps to be able to control your Stepcraft CNC with your PS3 Dual Shock controller. With former methods like ScpToolkit, it was possible, but only via wired USB connection....
by admin | Dec 19, 2019 | C# .Net
Last Updated on 2019-12-19. [:en]Because the team of the original AutoMapper project removed several static methods with the start of v9, I created a project which keeps the most important static ExtensionMethods like Map() or ProjectTo for easier access. Get it via...
by admin | Dec 9, 2019 | C# .Net
Last Updated on 2019-12-09. [:en]Using ASP.NET Core controllers, you can add e.g. the attribute [Authorize] to methods or whole classes to prevent unauthorized access. The following example extends this functionality by allowing access if the client user resides in...