by admin | Oct 23, 2018 | C# .Net
[:en]By default, returning a binary file via a Controller’s method is quite simple, like: [Route(“Dynamic/{token}”)] public IActionResult Dynamic(String token) { var item = cache.Where(o => o.Token == token).FirstOrDefault(); //jpg, png if...
by admin | Aug 14, 2018 | Administration, C# .Net
[:en]Starting e.g.an Angular project using Visual Studio and Node.js, NPM will fill the user’s AppData directory with thousands of files. Depending on your Windows domain network structure, the AppData folder might have been configured to be redirected to a...
by admin | Feb 12, 2018 | C# .Net
[:en]Published a .NET collection library of useful tools for advanced handling of the Windows Clipboard, including notification events and comfortable handling of virtual (referenced) files which are not covered by the default clipboard types. Find it on Github Nuget...
by admin | Dec 3, 2017 | C# .Net
[:en]Just released a fork of ARSoft.Tools.NET to be compatible with .NET Core / Standard 2.0. Github Project NuGet package Latest commits: [github-commits username=”DXSdata” repository=”ARSoft.Tools.NetStandard”...
by admin | Dec 1, 2017 | C# .Net
[:en]Just released a small library to simplify trash email email and host checks for given addresses, usable in Microsoft .NET projects. It uses this list of disposable email domains as index. Github Repository Nuget Package Latest commits: [github-commits...
by admin | Nov 16, 2017 | C# .Net
[:en]By default, the Simple MAPI protocol, which can be used in Windows to send commands to email client software, does not support the creation of HTML mails. But there is a simple way to accomplish this, called the “Outlook Express hack”, as it also...