by DXSdata | Dec 19, 2019 | C# .Net
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. Upgraded to...
by DXSdata | Aug 25, 2019 | C# .Net
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. Update Feature.csFurther code cleanupsCleanups, NuGet...
by DXSdata | Apr 16, 2019 | Administration, C# .Net
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. Update README.mdinitialInitial commit...
by DXSdata | Apr 11, 2019 | C# .Net
Useful snippet for adding a placeholder text feature to a common Windows Forms TextBox like you might know it from HTML’s <input> tag. Add e.g. to your ExtensionMethods: C# private const int EM_SETCUEBANNER = 0x1501; [DllImport("user32.dll", CharSet =...
by DXSdata | Feb 22, 2019 | C# .Net
Goal We want to include an unmanaged DLL file to our VS project which produces a NuGET .nupkg output. We are using .NET Framework v4.6.1 in this case (should be equal with similar versions). The unmanaged file should be included within the generated .nupkg...
Comments