by admin | Dec 19, 2019 | C# .Net
[: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 NuGet or Github....
by admin | Dec 9, 2019 | C# .Net
[: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 the local network. namespace...
by admin | Aug 25, 2019 | C# .Net
[:en]openTRANS is a collection of XML definitions for automated ordering systems, developed by Fraunhofer IAO. I partly implemented the openTRANS v2.1 definitions in C# .NET Standard 2.0. Get it on Github and NuGet. [github-commits username=”DXSdata”...
by admin | Aug 3, 2019 | Administration
[:en]Scenario Local printers are deployed via central GPP to your domain’s workstations. Some printers should not be used by certain users, but users should be able to switch workstations quickly, Solution Open Windows Print Management on a local workstation...
by admin | Apr 16, 2019 | Administration, C# .Net
[:en]Released a tool which can be used for non-Outlook PCs to be able to see email files (.msg, .eml) as preview in Windows Explorer. Get it via GitHub. [github-commits username=”DXSdata” repository=”explorerFilePreview”...