Fody add-in for forcing referenced assemblies to be loaded on startup. This allows other modules to register types without actually having to using their types directly.
NetStandard version of Force.com-Toolkit-for-NET from salesforce
The Force.com Toolkits for .NET provides an easy way for .NET developers to interact with the Force.com & Chatter REST APIs using native libraries.
NetStandard version of Force.com-Toolkit-for-NET from salesforce
The Force.com Toolkits for .NET provides an easy way for .NET developers to interact with the Force.com & Chatter REST APIs using native libraries.
A .NET 4 library to defend websites and web APIs against brute force and Denial-of-service attacks.
.NET Core version also available.
Features:
* Protect login, registration, password reset pages against brute force and DOS attacks.
* Block users from performing any action too many times.
*...
More information
This client library allow you to easy include scripts and styles and forces them to refresh at every new publication.
How to use:
Example bundles:
Use: @Html.RenderJs("/bundles/scripts") instead @Scripts.Render("/bundles/scripts")
Use: @Html.RenderCss("/Content/css") instead...
More information
NetStandard version of Force.com-Toolkit-for-NET from salesforce
The Force.com Toolkits for .NET provides an easy way for .NET developers to interact with the Force.com & Chatter REST APIs using native libraries.
ForcePS - Allows you to run a PowerShell script from the Command Prompt bypassing Windows PowerShell Script Execution Policy.
No more "File PSscript.ps1 cannot be loaded because running scripts is disabled on this system." messages!
"Laziness is the mother of invention."
I wrote ForcePS because I...
More information
An extensive measurement, unit, and data conversion library for .NET.
var twoFeet = new Measurement(2, Units.Length.Feet);
var twelveInches = new Measurement(12, Units.Length.Inches);
var result = twoFeet + twelveInches;...
More information
Simple and light bruteforce protection for .NET CORE 3.1+
This Lib will protect defined actions in your controllers in making them inefficient to be bruteforced for simple soulutions.
It will append request times in ms if a local cache entry on the server was found for the same request & request...
More information