by admin | Nov 3, 2017 | C# .Net
[:en]The new .NET Standard 2.0 by itself is a great approach for developing OS comprehensive software. Unfortunately, this also means some Windows-specific components are not (or not fully) supported by it. E.g. with .NET Framework 4.6.1, you could easily create...
by admin | Nov 2, 2017 | C# .Net
[:en]If you upgrade Visual Studio to the latest version and want to upgrade your .NET Core project to the new Standard definition, you might experience missing “.NET Standard” entries in your project’s properties. All entries contain the Core...
by admin | Aug 7, 2017 | Administration, C# .Net, Software
[:en]Just re-published an older project on Github. UPS Battery Service runs a Windows service which watches local battery events, which are then logged in local and/or Event Log where you can further proceed with custom actions, like informational emails, shutdowns...
by admin | Jul 17, 2017 | C# .Net
[:en]Because there was no Bayes classification library available on Github yet, I just ported one from this repository. You can find my .NET Core version source here, and the Nuget package here. 2017-11: Upgraded project and Nuget package to .NET Standard 2.0...
by admin | Jul 8, 2017 | Administration, C# .Net
[:en]Folder Redirection is a useful feature often used by enterprises to shring the users’ profiles. A server-sided user profile itself is always fully copied at user logon and logoff. Redirected folders are only linked to, so this can save a lot of time and...
by admin | May 1, 2017 | C# .Net
[:en]Web package manager Bower is well-integrated in Visual Studio project templates like ASP.NET Core, but not for .NET Core console applications at the moment. However, it would be useful if you are using e.g. a self-hosted webserver in your application, like Nancy,...