Setting up a Landing Page with Email Capture – ASP.NET Core 2.1 with Razor Pages
OVERVIEW Some days back I wanted to setup a landing page for a web app which I am planning to start soon. I wanted people […]
OVERVIEW Some days back I wanted to setup a landing page for a web app which I am planning to start soon. I wanted people […]
The code below compresses and minifies CSS files. Minification is not the same as obfuscation. Minification removes all whitespace , comments and needless characters so […]
If the DLL is 32 bit: Copy the DLL to C:\Windows\SysWoW64\ In an elevated command prompt: %windir%\SysWoW64\regsvr32.exe %windir%\SysWoW64\namedll.dll if the DLL is 64 bit: Copy […]
The code below compresses and minifies javascript files. Minification is not the same as obfuscation. Minification removes all whitespace , comments and needless characters so […]
Visual Studio provides very useful tools for doing a certain amount of code refactoring. Refactoring is the task of changing your source code without affecting […]
For those who use Visual Studio (VS) on a regular basis, they know that VS has hundreds of options and features but most people only […]
Function to add a text watermark in C#. It is a generic function which can be used in either a desktop application or an ASP.NET […]
Discovering identical content or similar content is done using an algorithm called Finding Document Distance. Using this algorithm, applications for finding copyright infringements, detecting duplicate […]
France based ATOS Worldline SIPS is the leading secure payment solution in Europe. They process over 250 million transactions a year for about 30,000 merchants. […]
In some cases , you may want to restrict access to a certain aspx page based on a restricted IP list. For instance, you way […]
Copyright © 2024 | WordPress Theme by MH Themes