Download MVC Security Extensions
Description
This project attempts to bridge a gap between web forms and mvc handling of storing secure values on a page.Web Forms has Event Validation, which prevents someone from changing a hidden textbox. This was both good and bad. It helped to prevent someone from tampering with t...
Icons
Source Files
The download file mvcsecurity.zip has the following entries.
BuildProcessTemplates/DefaultTemplate.11.1.xaml
BuildProcessTemplates/LabDefaultTemplate.11.xaml
BuildProcessTemplates/UpgradeTemplate.xaml
Secure-Coding.MvcSecurity/MvcSecurity/HtmlExtensions.cs
Secure-Coding.MvcSecurity/MvcSecurity/HttpAntiModelInjectionException.cs
Secure-Coding.MvcSecurity/MvcSecurity/Properties/AssemblyInfo.cs
Secure-Coding.MvcSecurity/MvcSecurity/SaltedHash.cs
Secure-Coding.MvcSecurity/MvcSecurity/Secure-Coding.MvcSecurityExtensions.csproj
Secure-Coding.MvcSecurity/MvcSecurity/Secure-Coding.MvcSecurityExtensions.csproj.vspscc
Secure-Coding.MvcSecurity/MvcSecurity/ValidateAntiModelInjectionAttribute.cs
Secure-Coding.MvcSecurity/Secure-Coding.MvcSecurity.sln
Secure-Coding.MvcSecurity/Secure-Coding.MvcSecurity.vssscc
Secure-Coding.MvcSecurity/TestSecurityAttribute/TestSecurityAttribute/Content/Site.css
Secure-Coding.MvcSecurity/TestSecurityAttribute/TestSecurityAttribute/Content/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png
Secure-Coding.MvcSecurity/TestSecurityAttribute/TestSecurityAttribute/Content/themes/base/images/ui-bg_flat_75_ffffff_40x100.png
Secure-Coding.MvcSecurity/TestSecurityAttribute/TestSecurityAttribute/Content/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png
Secure-Coding.MvcSecurity/TestSecurityAttribute/TestSecurityAttribute/Content/themes/base/images/ui-bg_glass_65_ffffff_1x400.png
Secure-Coding.MvcSecurity/TestSecurityAttribute/TestSecurityAttribute/Content/themes/base/images/ui-bg_glass_75_dadada_1x400.png
Secure-Coding.MvcSecurity/TestSecurityAttribute/TestSecurityAttribute/Content/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png
Secure-Coding.MvcSecurity/TestSecurityAttribute/TestSecurityAttribute/Content/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png
Secure-Coding.MvcSecurity/TestSecurityAttribute/TestSecurityAttribute/Content/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png
Secure-Coding.MvcSecurity/TestSecurityAttribute/TestSecurityAttribute/Content/themes/base/images/ui-icons_222222_256x240.png
Secure-Coding.MvcSecurity/TestSecurityAttribute/TestSecurityAttribute/Content/themes/base/images/ui-icons_2e83ff_256x240.png
Secure-Coding.MvcSecurity/TestSecurityAttribute/TestSecurityAttribute/Content/themes/base/images/ui-icons_454545_256x240.png
Secure-Coding.MvcSecurity/TestSecurityAttribute/TestSecurityAttribute/Content/themes/base/images/ui-icons_888888_256x240.png
Secure-Coding.MvcSecurity/TestSecurityAttribute/TestSecurityAttribute/Content/themes/base/images/ui-icons_cd0a0a_256x240.png
Secure-Coding.MvcSecurity/TestSecurityAttribute/TestSecurityAttribute/Content/themes/base/jquery-ui.css
Secure-Coding.MvcSecurity/TestSecurityAttribute/TestSecurityAttribute/Controllers/CustomerController.cs
Secure-Coding.MvcSecurity/TestSecurityAttribute/TestSecurityAttribute/Global.asax
Secure-Coding.MvcSecurity/TestSecurityAttribute/TestSecurityAttribute/Global.asax.cs
Secure-Coding.MvcSecurity/TestSecurityAttribute/TestSecurityAttribute/Models/Customer.cs
Secure-Coding.MvcSecurity/TestSecurityAttribute/TestSecurityAttribute/Properties/AssemblyInfo.cs
Secure-Coding.MvcSecurity/TestSecurityAttribute/TestSecurityAttribute/Scripts/MicrosoftAjax.debug.js
Secure-Coding.MvcSecurity/TestSecurityAttribute/TestSecurityAttribute/Scripts/MicrosoftAjax.js
Secure-Coding.MvcSecurity/TestSecurityAttribute/TestSecurityAttribute/Scripts/MicrosoftMvcAjax.debug.js
Secure-Coding.MvcSecurity/TestSecurityAttribute/TestSecurityAttribute/Scripts/MicrosoftMvcAjax.js
Secure-Coding.MvcSecurity/TestSecurityAttribute/TestSecurityAttribute/Scripts/MicrosoftMvcValidation.debug.js
Secure-Coding.MvcSecurity/TestSecurityAttribute/TestSecurityAttribute/Scripts/MicrosoftMvcValidation.js
Secure-Coding.MvcSecurity/TestSecurityAttribute/TestSecurityAttribute/Scripts/jquery-1.4.4-vsdoc.js
Secure-Coding.MvcSecurity/TestSecurityAttribute/TestSecurityAttribute/Scripts/jquery-1.4.4.js
Secure-Coding.MvcSecurity/TestSecurityAttribute/TestSecurityAttribute/Scripts/jquery-1.4.4.min.js
Secure-Coding.MvcSecurity/TestSecurityAttribute/TestSecurityAttribute/Scripts/jquery-ui.js
Secure-Coding.MvcSecurity/TestSecurityAttribute/TestSecurityAttribute/Scripts/jquery-ui.min.js
Secure-Coding.MvcSecurity/TestSecurityAttribute/TestSecurityAttribute/Scripts/jquery.unobtrusive-ajax.js
Secure-Coding.MvcSecurity/TestSecurityAttribute/TestSecurityAttribute/Scripts/jquery.unobtrusive-ajax.min.js
Secure-Coding.MvcSecurity/TestSecurityAttribute/TestSecurityAttribute/Scripts/jquery.validate-vsdoc.js
Secure-Coding.MvcSecurity/TestSecurityAttribute/TestSecurityAttribute/Scripts/jquery.validate.js
Secure-Coding.MvcSecurity/TestSecurityAttribute/TestSecurityAttribute/Scripts/jquery.validate.min.js
Secure-Coding.MvcSecurity/TestSecurityAttribute/TestSecurityAttribute/Scripts/jquery.validate.unobtrusive.js
Secure-Coding.MvcSecurity/TestSecurityAttribute/TestSecurityAttribute/Scripts/jquery.validate.unobtrusive.min.js
Secure-Coding.MvcSecurity/TestSecurityAttribute/TestSecurityAttribute/TestSecurityAttribute.csproj
Secure-Coding.MvcSecurity/TestSecurityAttribute/TestSecurityAttribute/TestSecurityAttribute.csproj.vspscc
Secure-Coding.MvcSecurity/TestSecurityAttribute/TestSecurityAttribute/Views/Customer/Index.cshtml
Secure-Coding.MvcSecurity/TestSecurityAttribute/TestSecurityAttribute/Views/Shared/Error.cshtml
Secure-Coding.MvcSecurity/TestSecurityAttribute/TestSecurityAttribute/Views/Shared/_Layout.cshtml
Secure-Coding.MvcSecurity/TestSecurityAttribute/TestSecurityAttribute/Views/Web.config
Secure-Coding.MvcSecurity/TestSecurityAttribute/TestSecurityAttribute/Views/_ViewStart.cshtml
Secure-Coding.MvcSecurity/TestSecurityAttribute/TestSecurityAttribute/Web.Debug.config
Secure-Coding.MvcSecurity/TestSecurityAttribute/TestSecurityAttribute/Web.Release.config
Secure-Coding.MvcSecurity/TestSecurityAttribute/TestSecurityAttribute/Web.config
Download
Click the following link to download mvcsecurity.zip.
mvcsecurity.zipHome »
C# Free Code »
Development »
C# Free Code »
Development »