Skip to content

Instantly share code, notes, and snippets.

View ivaylokenov's full-sized avatar

Ivaylo Kenov ivaylokenov

View GitHub Profile
@ivaylokenov
ivaylokenov / mtan-cla
Created October 18, 2019 11:31
My Tested ASP.NET Contribution License Agreement (CLA)
### My Tested ASP.NET Individual Contributor License Agreement
Thank you for your interest in contributing to open source software projects (“Projects”) made available by My Tested ASP.NET
or its affiliates (“We Write Software”). This Individual Contributor License Agreement (“Agreement”) sets out the terms
governing any source code, object code, bug fixes, configuration changes, tools, specifications, documentation,
data, materials, feedback, information or other works of authorship that you submit or have submitted,
in any form and in any manner, to My Tested ASP.NET in respect of any of the Projects (collectively “Contributions”).
If you have any questions respecting this Agreement, please contact Admin@MyTestedASP.NET.
You agree that the following terms apply to all of your past, present and future Contributions.
@ivaylokenov
ivaylokenov / ControllerTest
Last active November 19, 2015 07:30
TryValidateModel in Unit Test
using Microsoft.AspNet.Http.Internal;
using Microsoft.AspNet.Mvc;
using Microsoft.AspNet.Mvc.Abstractions;
using Microsoft.AspNet.Mvc.Formatters;
using Microsoft.AspNet.Mvc.ModelBinding;
using Microsoft.AspNet.Mvc.ModelBinding.Metadata;
using Microsoft.AspNet.Mvc.ModelBinding.Validation;
using Microsoft.AspNet.Mvc.ViewFeatures;
using Microsoft.AspNet.Routing;
using System;